qlimix/encoding

Encoding & decoding array's to string and vice versa

2.0.0 2020-04-12 09:57 UTC

This package is auto-updated.

Last update: 2024-06-18 03:01:00 UTC


README

encoding

Travis CI Coveralls Packagist MIT License

Encoding/decoding interfaces used to go from array to string values and vice visa.

This package doesn't have any implementations.

Install

Using Composer:

$ composer require qlimix/encoding

Testing

To run all unit tests locally with PHPUnit:

$ vendor/bin/phpunit

Quality

To ensure code quality run grumphp which will run all tools:

$ vendor/bin/grumphp run

Contributing

Please see CONTRIBUTING for details.