https://github.com/mcmaroon/doctrine-orm-convert-mapping
Doctrine orm cli reverse engineering wrapper
https://github.com/mcmaroon/doctrine-orm-convert-mapping
convert doctrine-orm helper mapping php reverse-engineering
Last synced: 25 days ago
JSON representation
Doctrine orm cli reverse engineering wrapper
- Host: GitHub
- URL: https://github.com/mcmaroon/doctrine-orm-convert-mapping
- Owner: mcmaroon
- License: mit
- Created: 2017-11-06T20:31:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-22T12:46:14.000Z (over 7 years ago)
- Last Synced: 2025-12-14T08:33:53.184Z (6 months ago)
- Topics: convert, doctrine-orm, helper, mapping, php, reverse-engineering
- Language: PHP
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Doctrine orm cli reverse engineering wrapper
## Core
[http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/tools.html#reverse-engineering](http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/tools.html#reverse-engineering)
### Installing
1) Clone or [download](https://github.com/mcmaroon/doctrine-orm-convert-mapping/archive/master.zip) a repository
2) Enter the cd doctrine-orm-convert-mapping directory
3) Run "[composer install](https://getcomposer.org/)" in the command line.
### Usage
`php run.php`
or
`php run.php app:convert-mapping --help`
or
`php run.php app:schema --help`
or
`vendor/bin/robo app:sample-schema`
or
`vendor/bin/robo app:sample-convert-mapping`
## Authors
* **Marek Ciarkowski** - [mcmaroon](https://github.com/mcmaroon)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details