friendsofsymfony1 / doctrine1
PHP Database ORM for Symfony1. Do NOT use for new projects: please move to a newest Symfony release and Doctrine2
Installs: 226 314
Dependents: 1
Suggesters: 3
Security: 0
Stars: 40
Watchers: 15
Forks: 220
Open Issues: 39
Requires
- php: ^7.4 || ^8.0
- ext-iconv: *
- ext-mbstring: *
- ext-pdo: *
- ext-zlib: *
- dev-master / 1.4.x-dev
- v1.4.1
- v1.4.0
- v1.4.0-RC2
- v1.4.0-RC1
- 1.3.x-dev
- v1.3.8
- v1.3.7
- v1.3.6
- v1.3.5
- v1.3.4
- v1.3.3
- v1.3.2
- v1.3.1
- v1.3.0
- dev-fix-deprecations-on-doctrine-record-filter-subclasses
- dev-fix-mysql-php8-migration-transaction-issue-add-tests
- dev-fix-mysql-php8-migration-transaction-issue
- dev-refactor-docker-setup
This package is auto-updated.
Last update: 2024-10-28 13:27:08 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.