Skip to content

vemaeg/doctrine1

This branch is up to date with FriendsOfSymfony1/doctrine1:master.

Folders and files

NameName
Last commit message
Last commit date
Jan 10, 2023
Jan 24, 2025
Jan 24, 2025
Jan 24, 2025
Apr 7, 2010
Jan 17, 2024
Oct 5, 2022
Apr 12, 2019
Apr 7, 2010
Apr 7, 2010
Feb 6, 2024
Apr 7, 2010
Feb 18, 2024
Jan 10, 2023

Repository files navigation

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

Packages

No packages published

Languages

  • PHP 99.9%
  • Other 0.1%