james-and-james-fulfilment / doctrine1
PHP Database ORM for Symfony1. Do NOT use for new projects: please move to a newest Symfony release and Doctrine2
Installs: 10 745
Dependents: 0
Suggesters: 1
Security: 0
Stars: 0
Watchers: 0
Forks: 221
Open Issues: 1
Requires
- php: >=7.0
- ext-pdo: *
- symfony/yaml: ^3.4 || ^4.1
Requires (Dev)
- friendsofphp/php-cs-fixer: 2.16.3
- phpstan/phpstan: 0.12.19
- phpunit/php-code-coverage: ^4.0 || ^5.0 || ^6.0 || ^7.0
- vimeo/psalm: 3.11
Replaces
This package is auto-updated.
Last update: 2025-03-10 21:56:31 UTC
README
About this version
This is a community driven fork of doctrine 1, as official support has been interrupted long time ago.
Do not use it for new projects: this version is great to improve existing symfony1 applications using doctrine1, but Doctrine2 is the way to go today.
Requirements
PHP 5.3 and up.
Installation
Using Composer as dependency management:
composer require friendsofsymfony1/doctrine1 "1.4.*"
composer install
Tests
Prerequisites
- docker-engine version 17.12.0+
- docker-compose version 1.20.0+
How to execute all tests on all supported PHP versions and dependencies?
tests/bin/test
When you finish your work day, do not forget to clean up your desk
docker-compose down
Documentation
Read the official doctrine1 documentation
Contributing
You can send pull requests or create an issue.