qlimix / encoding
Encoding & decoding array's to string and vice versa
2.0.0
2020-04-12 09:57 UTC
Requires
- php: >=7.4
Requires (Dev)
- qlimix/code-standard: ^2.0
This package is auto-updated.
Last update: 2024-10-18 03:37:26 UTC
README
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.