https://github.com/friendsofsymfony1/doctrine1
[DEPRECATED -- Use Doctrine2 instead] Doctrine 1 Object Relational Mapper.
https://github.com/friendsofsymfony1/doctrine1
doctrine hacktoberfest
Last synced: 2 days ago
JSON representation
[DEPRECATED -- Use Doctrine2 instead] Doctrine 1 Object Relational Mapper.
- Host: GitHub
- URL: https://github.com/friendsofsymfony1/doctrine1
- Owner: FriendsOfSymfony1
- License: lgpl-2.1
- Fork: true (doctrine/doctrine1)
- Created: 2011-12-16T01:27:53.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T21:39:53.000Z (over 1 year ago)
- Last Synced: 2024-04-23T11:03:00.889Z (over 1 year ago)
- Topics: doctrine, hacktoberfest
- Language: PHP
- Homepage: http://www.doctrine-project.org
- Size: 1.01 MB
- Stars: 39
- Watchers: 15
- Forks: 73
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Doctrine1
=========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](https://www.doctrine-project.org/projects/orm.html) is the way to go today.**
Requirements
------------PHP 5.3 and up.
Installation
------------Using [Composer](http://getcomposer.org/doc/00-intro.md) as dependency management:
composer require friendsofsymfony1/doctrine1 "1.4.*"
composer installTests
-----### 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](https://web.archive.org/web/20171008235327/http://docs.doctrine-project.org:80/projects/doctrine1/en/latest/en/manual/index.html)
Contributing
------------You can send pull requests or create an issue.