uniquelibs/ember-data-serializer-bundle

A powerful symfony bundle to create secure and flexible ember data rest apis.

1.1.0 2016-05-28 08:57 UTC

This package is not auto-updated.

Last update: 2024-05-02 07:26:16 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.

Build Status

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.