better-serializer / better-serializer-bundle
Symfony bundle for the BetterSerializer de/serialization library.
Installs: 2 938
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: >=7.2
- better-serializer/better-serializer: ^0.1
- symfony/framework-bundle: ^4.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.5
- infection/infection: ^0.8
- jakub-onderka/php-parallel-lint: ^0.9.2
- nikic/php-parser: ^3.0
- phpmd/phpmd: ^2.6
- phpro/grumphp: v0.14.0
- phpstan/phpstan: ^0.7
- phpunit/phpunit: ^7.1
- satooshi/php-coveralls: ~1.0
- sebastian/phpcpd: ^4.0
- sensiolabs/security-checker: ^4.0
- squizlabs/php_codesniffer: ^3.2
- symfony/var-dumper: ^v3.2
This package is auto-updated.
Last update: 2023-02-27 00:45:37 UTC
README
This is a Symfony integration bundle for Better Serializer (a general PHP serializer library).
Features
Currently only caching backend type, extenral extensions and general naming strategy configuration is implemented. Other things will come as soon as they're implemented in Better Serializer.
Current state
For now, only Symfony 4 integration was tested, but please, feel free to test other versions and don't hesitate to give feedback :)
Requirements
This library requires PHP 7.1. Maybe it works with older versions, but these are not and won't be supported.
Usage
The usage is described in the configuration page.
Contributions are welcome! :)