An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

Welcome to ndjson 👋




Version

## 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!