qlimix / encoding
数组与字符串之间的编码和解码
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-09-18 03:34:42 UTC
README
编码/解码接口,用于从数组到字符串值以及反向转换。
此包没有任何实现。
安装
使用Composer
$ composer require qlimix/encoding
测试
要使用PHPUnit在本地上运行所有单元测试
$ vendor/bin/phpunit
质量
为确保代码质量,运行grumphp,它将运行所有工具
$ vendor/bin/grumphp run
贡献
请参阅CONTRIBUTING以获取详细信息。