https://github.com/doctrine/DoctrineModule
Doctrine Module for Laminas
https://github.com/doctrine/DoctrineModule
doctrine hacktoberfest laminas
Last synced: about 1 month ago
JSON representation
Doctrine Module for Laminas
- Host: GitHub
- URL: https://github.com/doctrine/DoctrineModule
- Owner: doctrine
- License: mit
- Created: 2011-12-30T01:44:19.000Z (over 13 years ago)
- Default Branch: 6.4.x
- Last Pushed: 2025-01-28T09:27:07.000Z (4 months ago)
- Last Synced: 2025-04-22T11:43:08.388Z (about 2 months ago)
- Topics: doctrine, hacktoberfest, laminas
- Language: PHP
- Homepage: http://www.doctrine-project.org/projects/doctrine-module.html
- Size: 2.48 MB
- Stars: 398
- Watchers: 42
- Forks: 267
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome-zendframework - DoctrineModule
README
# DoctrineModule for Laminas
[](https://github.com/doctrine/DoctrineModule/actions/workflows/continuous-integration.yml)
[](https://app.codecov.io/gh/doctrine/DoctrineModule)
[](https://packagist.org/packages/doctrine/doctrine-module)
[](https://packagist.org/packages/doctrine/doctrine-module)DoctrineModule provides basic functionality consumed by
[DoctrineORMModule](http://www.github.com/doctrine/DoctrineORMModule)
(if you want to use [Doctrine ORM](https://github.com/doctrine/orm))
and [DoctrineMongoODMModule](https://github.com/doctrine/DoctrineMongoODMModule)
(if you want to use [Doctrine MongoDB ODM](https://github.com/doctrine/mongodb-odm)).## Installation
Run the following to install this library using [Composer](https://getcomposer.org/):
```bash
composer require doctrine/doctrine-module
```## Documentation
Please check the [documentation on the Doctrine website](https://www.doctrine-project.org/projects/doctrine-module.html)
for more detailed information on features provided by this component. The source files for the documentation can be
found in the [docs directory](./docs/en).