PHPackages                             adrenalinkin/doctrine-naming-strategy - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. adrenalinkin/doctrine-naming-strategy

ActiveLibrary[Database &amp; ORM](/categories/database)

adrenalinkin/doctrine-naming-strategy
=====================================

Camel Case Doctrine ORM naming strategy

v3.0.0(2y ago)8215.3k—5.7%21MITPHPPHP ^8.0

Since Sep 10Pushed 2y ago1 watchersCompare

[ Source](https://github.com/adrenalinkin/doctrine-naming-strategy)[ Packagist](https://packagist.org/packages/adrenalinkin/doctrine-naming-strategy)[ RSS](/packages/adrenalinkin-doctrine-naming-strategy/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (6)Versions (8)Used By (1)

Doctrine Naming Strategy [![На Русском](https://camo.githubusercontent.com/feb4c9ee227a5ee3a5d4e83a8a5b888b2e4b666d6cc2fb985c3bf404f8f271ac/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2544302539462544302542352544312538302544302542352544302542392544312538322544302542385f2544302542442544302542302d2544302541302544312538332544312538312544312538312544302542412544302542382544302542392d677265656e2e7376673f7374796c653d666c61742d737175617265)](./README.RU.md)
====================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#doctrine-naming-strategy-)

[![PHPUnit](https://github.com/adrenalinkin/doctrine-naming-strategy/workflows/UnitTests/badge.svg)](https://github.com/adrenalinkin/doctrine-naming-strategy/actions/workflows/unit-tests.yml)[![Coverage Status](https://camo.githubusercontent.com/732daaf5c9b5de29997b329fd8d8dba354b1238d7f2b2668eb63e8b846480fe4/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f616472656e616c696e6b696e2f646f637472696e652d6e616d696e672d73747261746567792f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/adrenalinkin/doctrine-naming-strategy?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/492f3a81ad883cca5ee61bc8f2b0c7ac71d168087780f5d15389437f3fdfe7d6/68747470733a2f2f706f7365722e707567782e6f72672f616472656e616c696e6b696e2f646f637472696e652d6e616d696e672d73747261746567792f762f737461626c65)](https://packagist.org/packages/adrenalinkin/doctrine-naming-strategy)[![Total Downloads](https://camo.githubusercontent.com/75325dac8493ef6c4ab71444b3b65c1fb7bb02ac4bbd52b4bd6c3bc1a0f2d259/68747470733a2f2f706f7365722e707567782e6f72672f616472656e616c696e6b696e2f646f637472696e652d6e616d696e672d73747261746567792f646f776e6c6f616473)](https://packagist.org/packages/adrenalinkin/doctrine-naming-strategy)

Introduction
------------

[](#introduction)

Component contains Doctrine `CamelCase` naming strategy.

Installation
------------

[](#installation)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this component:

```
    composer require adrenalinkin/doctrine-naming-strategy
```

*This command requires you to have [Composer](https://getcomposer.org) install globally.*

Usage
-----

[](#usage)

For registration new naming strategy you should use manual from the official Doctrine documentation [Implementing a NamingStrategy](https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/namingstrategy.html).

```
