Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
borsodigerii authored Oct 16, 2023
1 parent e028433 commit 38716e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Chunker - A lightweight, glazing fast XML splitter written in PHP

![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/borsodigerii/php-xml-chunker/php.yml) ![GitHub](https://img.shields.io/github/license/borsodigerii/php-xml-chunker) ![GitHub release (with filter)](https://img.shields.io/github/v/release/borsodigerii/php-xml-chunker)



The main goal of this library is to create chunks with predefined sizes from a big XML file (or to 'split' it into multiple chunks, so to say).

The algorithm was written using the XMLParser php library, which is capable of parsing an XML file line to line (or tag to tag) without state-control, and not by a string to string comparison or simple I/O operations. This attribute of the library makes it possible to implement validation on the said tags, everytime they are parsed.
Expand Down

0 comments on commit 38716e1

Please sign in to comment.