Packages from doctrine
-
-
PHP
doctrine/cache
PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.
-
PHP
doctrine/coding-standard
The Doctrine Coding Standard is a set of PHPCS rules applied to all Doctrine projects.
-
PHP
doctrine/collections
PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.
-
PHP
doctrine/common
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.
-
-
PHP
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
-
PHP
doctrine/deprecations
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.
-
-
-
-
-
PHP
doctrine/doctrine-module
Laminas Module that provides Doctrine basic functionality required for ORM and ODM modules
-
PHP
doctrine/doctrine-mongo-odm-module
Laminas Module which provides Doctrine MongoDB ODM functionality
-
-
PHP
doctrine/event-manager
The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.
-
PHP
doctrine/inflector
PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.
-
PHP
doctrine/instantiator
A small, lightweight utility to instantiate objects in PHP without invoking their constructors
-
PHP
doctrine/lexer
PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.
-
-
PHP
doctrine/migrations
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.
-
PHP
doctrine/mongodb-odm
PHP Doctrine MongoDB Object Document Mapper (ODM) provides transparent persistence for PHP objects to MongoDB.
-
-
-
PHP
doctrine/persistence
The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.
-
-
doctrine/phpcr-dbal-symfony-pack
Symfony package repository to install dbal implementation of doctrine/phpcr-bundle.
-
PHP
doctrine/phpcr-odm
PHP Doctrine Content Repository Object Document Mapper (ODM) provides transparent persistence for PHP objects.
-
PHP
doctrine/rst-parser
PHP library to parse reStructuredText documents and generate HTML or LaTeX documents.
-
-
-
-
PHP
doctrine/couchdb-odm
PHP Doctrine CouchDB Object Document Mapper (ODM) provides transparent persistence for PHP objects to CouchDB.
Abandoned!
-
-
-
-
-
PHP
doctrine/doctrine-static-website-generator-bundle
Symfony DoctrineSkeletonMapperBundle
Abandoned!
-
PHP
doctrine/doctrine-zend-hydrator
Doctrine hydrators for Zend Framework applications
Abandoned! See doctrine/doctrine-laminas-hydrator
-
-
PHP
doctrine/key-value-store
Simple Key-Value Store Abstraction Layer that maps to PHP objects, allowing for many backends.
Abandoned!
-
PHP
doctrine/mongodb
PHP Doctrine MongoDB project is a library that provides a wrapper around the native PHP Mongo PECL extension to provide additional functionality.
Abandoned!
-
-
-
-
PHP
doctrine/orientdb-odm
PHP OrientDB Object Document Mapper (ODM) provides transparent persistence for PHP objects to OrientDB.
Abandoned!
-
-
-
PHP
doctrine/reflection
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.
Abandoned! See roave/better-reflection
-
-
-
PHP
doctrine/skeleton-mapper
The Doctrine SkeletonMapper is a skeleton object mapper where you are 100% responsible for implementing the guts of the persistence operations. This means you write plain old PHP code for the data repositories, object repositories, object hydrators and object persisters.
Abandoned!