Download the PHP package petrknap/doctrine-namingstrategies without Composer
On this page you can find all versions of the php package petrknap/doctrine-namingstrategies. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package doctrine-namingstrategies
Naming strategies for Doctrine
PetrKnap\Doctrine\NamingStrategies\Orm\Mapping\UnderscoreNamingStrategy
Underscore naming strategy with support for namespaces and prefixes.
Class | Original | This | This with prefix Foo |
This with prefix Foo and allowed root class DateTime |
---|---|---|---|---|
Bar | bar | bar | - | - |
Foo\Bar | bar | foo__bar | bar | bar |
DateTime | date_time | date_time | - | date_time |
How to install
Run composer require petrknap/doctrine-namingstrategies
or merge this JSON code with your project composer.json
file manually and run composer install
. Instead of dev-master
you can use one of released versions.
Or manually clone this repository via git clone https://github.com/petrknap/doctrine-namingstrategies.git
or download this repository as ZIP and extract files into your project.
All versions of doctrine-namingstrategies with dependencies
PHP Build Version
Package Version
The package petrknap/doctrine-namingstrategies contains the following files
Loading the files please wait ....