Webonaute / DoctrineFixturesGeneratorBundle

Generate Fixture from your existing data in your database. You can specify the Entity name and the IDs you want to import in your fixture.
63 stars 47 forks source link

Add support for \libphonenumber\PhoneNumber value #45

Closed peter-si closed 6 years ago

peter-si commented 6 years ago

Support for for PhoneNumber objects used as Entity value. (https://github.com/misd-service-development/phone-number-bundle) Also it would be better using Symfony Service Tags https://symfony.com/doc/current/service_container/tags.html. That way you could easily extend base functionality

Webonaute commented 6 years ago

I am not accepting custom lib in the pull request. fill free to provide the tags support if you have time to check but I will definitely look into this feature as soon as I have some free time.