Recommend this page to a friend! |
Classes of Rafael Espinosa | > | Doctrine Dot Naming Strategy | > | composer.json | > | Download |
|
![]() |
{ "name": "fluency/doctrine-dotnamingstrategy", "description": "Authomatic table names conversion from schema.name to schema_name.", "license": "MIT", "authors": [ { "name": "Rafael Ernesto Espinosa Santiesteban", "email": "ralphlnx@gmail.com" } ], "autoload": { "psr-4": { "Fluency\\": "src/" } }, "minimum-stability": "stable", "require":{ "php": ">=5.3.3" }, "require-dev": { "doctrine/orm": "~2.2,>=2.2.3" } } |