portphp / doctrine
Doctrine ORM/ODM reader and writer for Port
Package info
pkg:composer/portphp/doctrine
Requires
- php: ^8.2
- doctrine/common: ^3.0
- portphp/portphp: ^2.0
Requires (Dev)
- ext-sqlite3: *
- doctrine/annotations: ^1.13
- doctrine/cache: ^1.11 || ^2.0
- doctrine/mongodb-odm: ^2.0
- doctrine/orm: ^2.14
- phpunit/phpunit: ^9.6
- symfony/cache: ^5.4 || ^6.0 || ^7.0 || ^8.0
This package is auto-updated.
Last update: 2026-07-23 09:12:40 UTC
README
Requirements: PHP ^8.2 (tested on 8.2–8.5).
Doctrine ORM/ODM reader and writer for Port.
Installation
Open a command console, enter your project directory and execute the following command to download the latest stable version of this package:
$ composer require portphp/doctrine
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Documentation
Documentation is available at https://portphp.readthedocs.io.
Issues and feature requests
Please report issues and request features at https://github.com/portphp/portphp/issues.
Contributing
Contributions are very welcome. Please see CONTRIBUTING.md for details. Thanks to everyone who has contributed already.
License
This package is licensed under the MIT license.