orm
orm is an open-source PHP project with 10.2k GitHub stars. It is associated with hacktoberfest. The repository is actively maintained, with recent commits.
MITPermissive — free to use in commercial and proprietary software, with attribution.View license →
Production readiness
4/5- Actively maintainedCommits in the last 6 months
- No known vulnerabilitiesNot yet scanned
- Clear, usable licenseMIT (permissive)
- Proven adoptionWidely used
- Has documentationDocumentation indexed
Install
composer require ormDocumentation from orm, shown under MIT with attribution. Source: https://www.doctrine-project.org/projects/orm.html
Doctrine ORM Documentation
The documentation is written in ReStructured Text.
How to Generate:
In the project root, run
composer docs
This will generate the documentation into the docs/output subdirectory.
To browse the documentation, you need to run a webserver:
cd docs/output
php -S localhost:8000
Now the documentation is available at http://localhost:8000.