oldpak / orm
Object-Relational-Mapper for PHP
1.0
2024-04-03 01:48 UTC
Requires
- php: ^7.1
- ext-pdo: *
- composer/package-versions-deprecated: ^1.8
- oldpak/annotations: ^1.0
- oldpak/cache: ^1.0
- oldpak/collections: ^1.0
- oldpak/common: ^1.0
- oldpak/dbal: ^1.0
- oldpak/event-manager: ^1.0
- oldpak/inflector: ^1.0
- oldpak/instantiator: ^1.0
- oldpak/lexer: ^1.0
- oldpak/persistence: ^1.0
- symfony/console: ^3.0|^4.0|^5.0
Requires (Dev)
- oldpak/coding-standard: ^1.0
- phpstan/phpstan: ^0.12.18
- phpunit/phpunit: ^8.0
- symfony/yaml: ^3.4|^4.0|^5.0
- vimeo/psalm: ^3.11
Suggests
- symfony/yaml: If you want to use YAML Metadata Mapping Driver
This package is auto-updated.
Last update: 2024-11-03 03:44:21 UTC
README
How to Generate:
Using Ubuntu 14.04 LTS:
- Run ./bin/install-dependencies.sh
- Run ./bin/generate-docs.sh
It will generate the documentation into the build directory of the checkout.
Theme issues
If you get a "Theme error", check if the en/_theme
subdirectory is empty,
in which case you will need to run:
- git submodule init
- git submodule update