aristonet / entity-to-model-bundle
It converts doctrine entities to typescript models
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- symfony/config: ^6.2
- symfony/console: ^6.2
- symfony/dependency-injection: ^6.2
- symfony/filesystem: ^6.2
- symfony/framework-bundle: ^6.2
- symfony/http-kernel: ^6.2
- symfony/orm-pack: ^2.3
- symfony/property-info: ^6.2
Requires (Dev)
- phpstan/phpstan: 1.10.x-dev
- psalm/plugin-phpunit: dev-master
- psalm/plugin-symfony: dev-master
- symfony/finder: ^6.2
- symfony/test-pack: ^1.1
- vimeo/psalm: ^4.12
README
The Aristonet EntityToModelBundle is the fastest way to convert doctrine entities to typescript models.
Install
To install the library, use Composer, the PHP package manager:
composer require aristonet/entity-to-model-bundle
Usage
php bin/console convert:entitytomodel
php bin/console convert:entitytomodel --modelDir=path/to/models
php bin/console convert:entitytomodel --className=Order
php bin/console convert:entitytomodel --className=Order --modelDir=path/to/models
Author
Niculae Niculae