-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
00584ce
commit 18b4f05
Showing
3 changed files
with
38 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
/*.xml | ||
/*.log | ||
/index.php | ||
/sapho-chunking.php | ||
/sapho-chunking.php | ||
/Chunker-DEV.php | ||
/vendor/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"name": "borsodigerii/php-xml-chunker", | ||
"description": "A lightweight, fast, and optimized XML file splitter with build in tag data validation, written with the XMLParser library. The main goal of this is to split an XML file into multiple small chunks (hence the name), then save it into multiple different little XML files.", | ||
"keywords": [ | ||
"fast", "lightweight", "php", "php7", "xml", "split", "xml-parsing", "xml-parser", "charset", "splitter", "chunking", "xml-parser-library", "php8", "charset-normalizer", "xml-parser-lib" | ||
], | ||
"type": "library", | ||
"license": "MIT", | ||
"homepage": "https://github.com/borsodigerii/php-xml-chunker", | ||
"readme": "https://github.com/borsodigerii/php-xml-chunker/blob/main/README.md", | ||
"authors": [{ | ||
"name": "Borsodi Gergő", | ||
"email": "borsodi.geri30@gmail.com", | ||
"homepage": "https://borsodigerii.hu" | ||
}], | ||
"require": { | ||
"php": ">=7.4.0" | ||
}, | ||
"require-dev": {}, | ||
"support": { | ||
"issues": "https://github.com/borsodigerii/php-xml-chunker/issues", | ||
"source": "https://github.com/borsodigerii/php-xml-chunker" | ||
}, | ||
"autoload": { | ||
"psr-0": { | ||
"Chunker": "src/" | ||
} | ||
}, | ||
"autoload-dev": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters