aristonet / entity-to-model-bundle
It converts doctrine entities to typescript models
Package info
github.com/nniculae/entity-to-model-bundle
Type:symfony-bundle
pkg:composer/aristonet/entity-to-model-bundle
v1.0.2
2023-02-17 22:09 UTC
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
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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