Libraries tagged by doctor
doctrine/sql-formatter
131834765 Downloads
a PHP SQL highlighting library
doctrine/persistence
244279821 Downloads
The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.
doctrine/migrations
176651809 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
382263212 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.
doctrine/data-fixtures
118040715 Downloads
Data Fixtures for all Doctrine Object Managers
symfony/doctrine-messenger
66803374 Downloads
Symfony Doctrine Messenger Bridge
stof/doctrine-extensions-bundle
74873428 Downloads
Integration of the gedmo/doctrine-extensions with Symfony
ramsey/uuid-doctrine
34648796 Downloads
Use ramsey/uuid as a Doctrine field type.
phpstan/phpstan-doctrine
52413349 Downloads
Doctrine extensions for PHPStan
dama/doctrine-test-bundle
29221500 Downloads
Symfony bundle to isolate doctrine database tests and improve test performance
carbonphp/carbon-doctrine-types
141029645 Downloads
Types to use Carbon in Doctrine
beberlei/doctrineextensions
63242159 Downloads
A set of extensions to Doctrine 2 that add support for additional query functions available in MySQL, Oracle, PostgreSQL and SQLite.
doctrine/doctrine-cache-bundle
81736226 Downloads
Symfony Bundle for Doctrine Cache
doctrine/mongodb-odm
20022895 Downloads
PHP Doctrine MongoDB Object Document Mapper (ODM) provides transparent persistence for PHP objects to MongoDB.
doctrine/reflection
102668287 Downloads
The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.