riki34 / symfony-angular-entities
This bundle lets you convert your symfony entities to angular factories.
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:symfony-bundle
pkg:composer/riki34/symfony-angular-entities
Requires
- php: >=5.3.2
- symfony/framework-bundle: ~2.2
This package is not auto-updated.
Last update: 2025-12-21 00:18:33 UTC
README
Author: Vladislav Kosko (riki34) Email: vladislav.kosko@gmail.com Skype: vladislav.kosko
Installation
composer require riki34/symfony-angular-entities
How to use it
php app/console entity:convert <angular-module> <symfony-namespace>
<angular-module>- this is your angular module where you want to convert entities.<symfony-namespace>- this is your symfony namespace where your entites placed.
Example : php app/console entity:convert core riki34\AppBundle\Entity
All entities will be generated in web/entities directory.