Libraries tagged by doctor
doctrine/inflector
714684965 Downloads
PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.
doctrine/event-manager
416895104 Downloads
The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.
doctrine/dbal
489448416 Downloads
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
doctrine/cache
529642535 Downloads
PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.
doctrine/annotations
484028198 Downloads
Docblock Annotations Parser
symfony/doctrine-bridge
146659851 Downloads
Provides integration for Doctrine with various Symfony components
gedmo/doctrine-extensions
100664408 Downloads
Doctrine behavioral extensions
doctrine/doctrine-migrations-bundle
146586822 Downloads
Symfony DoctrineMigrationsBundle
doctrine/doctrine-bundle
202510983 Downloads
Symfony DoctrineBundle
symfony/property-info
197412158 Downloads
Extracts information about PHP class' properties using metadata of popular sources
doctrine/common
319244274 Downloads
PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, proxies and much more.
doctrine/sql-formatter
121634941 Downloads
a PHP SQL highlighting library
doctrine/persistence
230713464 Downloads
The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.
doctrine/migrations
168930063 Downloads
PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.
doctrine/deprecations
347215339 Downloads
A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.