---
name: orm
summary: "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."
language: PHP
license: MIT
repo: https://github.com/doctrine/orm
source: https://opensources.dev/resource/orm
health: 100
---

# 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.

# Doctrine ORM Documentation

The documentation is written in [ReStructured Text](https://docutils.sourceforge.io/rst.html).

## How to Generate:

In the project root, run

```tsx
composer docs
```

This will generate the documentation into the `docs/output` subdirectory.

To browse the documentation, you need to run a webserver:

```tsx
cd docs/output
php -S localhost:8000
```

Now the documentation is available at [http://localhost:8000](http://localhost:8000).
