php-xapi / symfony-serializer
transform Experience API model objects to JSON encoded strings and vice versa using the Symfony Serializer component
Installs: 36 772
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 7
Open Issues: 2
Requires
- php: ^5.6 || ^7.0
- php-xapi/exception: ^0.2.0
- php-xapi/model: ^1.2 || ^2.1 || ^3.0
- php-xapi/serializer: ^2.1.1
- symfony/serializer: ^2.8 || ^3.4 || ^4.0
Requires (Dev)
- php-xapi/json-test-fixtures: ^2.0
- php-xapi/test-fixtures: ^1.0
- phpspec/phpspec: ~2.3
Provides
This package is auto-updated.
Last update: 2024-10-27 02:44:00 UTC
README
Transform Experience API model objects into JSON encoded strings conforming to the API specs and vice versa leveraging the Symfony Serializer component.
This package provides an implementation of the interface defined by the php-xapi/serializer package and provides the virtual php-xapi/serializer-implementation package.