uniquelibs / ember-data-serializer-bundle
A powerful symfony bundle to create secure and flexible ember data rest apis.
Installs: 1 111
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 2
Open Issues: 2
Type:symfony-bundle
Requires
- php: >=5.3.2
- symfony/framework-bundle: ~2.3|~3.0
Requires (Dev)
- doctrine/doctrine-bundle: ~1.2
- phpunit/phpunit: ~4.6
- symfony-cmf/testing: 1.3.*
This package is not auto-updated.
Last update: 2025-02-06 10:56:59 UTC
README
The EmberDataSerializerBundle by UniqueLibs adds support for serializing data for ember data rest apis. It provides a powerful manager which can convert objects and arrays to ember data conform arrays.
Features include:
- Convert any object through adapter to ember data array structure
- Customizable security function to restrict access
- Supports ember data async loading
- Immune to never ending loops
- Unit tested
- Symfony 3.0 Support
- PHP 7.0 Support
Note: This bundle does not provide an rest api system. You should pass the serialized output through the JMSSerializerBundle or FOSRestBundle, which uses the JMSSerializerBundle.
Documentation
The bulk of the documentation is stored in the Resources/doc/index.md
file in this bundle:
Read the Documentation for master
Installation
All the installation instructions are located in the documentation.
License
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
About
EmberDataSerializerBundle is a UniqueLibs initiative. See also the list of contributors.
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.
When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.