elecena / jsonl-parser
Add, read and remove entries from JSON Lines formatted files
Installs: 3 305
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^8.1
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.22
- phpunit/phpunit: ^10.3
This package is auto-updated.
Last update: 2024-10-30 02:26:53 UTC
README
Add, read and remove entries from JSON Lines formatted files. For easier handling of large files the stack approach is used - use push
& pop
method (add a line to end of the file, take from the end).