An open API service indexing awesome lists of open source software.

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

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