https://github.com/emtiazzahid/php-ndjson
ndjson parser with PHP
https://github.com/emtiazzahid/php-ndjson
Last synced: 2 months ago
JSON representation
ndjson parser with PHP
- Host: GitHub
- URL: https://github.com/emtiazzahid/php-ndjson
- Owner: emtiazzahid
- License: mit
- Created: 2021-09-24T09:29:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-24T14:13:02.000Z (over 3 years ago)
- Last Synced: 2025-02-13T11:55:01.571Z (4 months ago)
- Language: PHP
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to ndjson 👋
## Download
```shell script
composer require emtiazzahid/ndjson
```## Usage
### Decode ndjson
```php
'bar'],
['hello' => 'world']
];
$encode = \EmtiazZahid\Ndjson\Parser::encode($array);
```### Run test
```shell
.\vendor\bin\phpunit test/ParserTest
```## Show your support
Give a ⭐️ if this project helped you!