romm / lazy-json

Load heavy JSON in Laravel lazy collections.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lazy JSON

Author PHP Version Laravel Version Octane Compatibility Build Status Coverage Status Quality Score Latest Version Software License PSR-7 PSR-12 Total Downloads

Load heavy JSON in Laravel lazy collections.

Install

Via Composer

composer require cerbero/lazy-json

Usage

  1. Initialize Git
  2. Run php prefill.php
  3. Delete prefill.php
  4. Review versions of PHP and Laravel to support in composer.json, build.yml and README badges
  5. Push the master branch
  6. Submit package to Packagist
  7. Add repository to Scrutinizer
  8. Initialize GitFlow
  9. Happy coding!

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

composer test

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please email andrea.marco.sartori@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Load heavy JSON in Laravel lazy collections.

License:MIT License