2017 © Pedro Peláez
 

library persistent-jms

JMS array collection handler for symfony doctrine persistent collection support

image

alevikzs/persistent-jms

JMS array collection handler for symfony doctrine persistent collection support

  • Monday, October 23, 2017
  • by alevikzs
  • Repository
  • 0 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 13 % Grown

The README.md

Persistent JMS

What is it?

This package is based on JMS Serializer and resolve symfony doctrine persistent collection support problem. When you use deserialization, original library is not support cascade and orphanRemoval relations functionality., (*1)

Installation

$ composer require alevikzs/persistent-jms

How to use

In your symfony services.yml config need to add:, (*2)

jms_serializer.object_constructor:
    alias: jms_serializer.doctrine_object_constructor
    public: false
jms_serializer.array_collection_handler:
    class: PersistentJMS\ArrayCollectionHandler
    tags:
        - { name: jms_serializer.subscribing_handler }

The Versions

23/10 2017

dev-master

9999999-dev

JMS array collection handler for symfony doctrine persistent collection support

  Sources   Download

MIT

The Requires

 

by Alexey Novikov

php doctrine symfony jms serializer array collection persistent collection

23/10 2017

1.0.0

1.0.0.0

JMS array collection handler for symfony doctrine persistent collection support

  Sources   Download

MIT

The Requires

 

by Alexey Novikov

php doctrine symfony jms serializer array collection persistent collection