Skip to content

rouffj/Propel2

 
 

Repository files navigation

Propel2 #

Propel2 is an open-source Object-Relational Mapping (ORM) for PHP 5.3.

Requirements

Propel2 uses the following Symfony2 Components:

Propel2 also relies on Composer to manage dependencies but you also can use ClassLoader (see the autoload.php.dist file for instance).

Propel2 is only supported on PHP 5.3.3 and up.

Installation

Read the Propel documentation.

Contribute

Everybody can contribute to Propel2. Just fork it, and send Pull Requests. You have to follow Propel2 Coding Standards and provides unit tests as much as possible.

Note: you can fix checkstyle before to submit a Pull Request by using the Symfony2 check_cs script. You just need to install Finder and the script:

git clone git://github.com/symfony/Finder.git vendor/Symfony/Component/Finder

wget https://raw.github.com/symfony/symfony/master/check_cs

Then use it:

php check_cs fix

Unit Tests

To run unit tests, you'll have to install vendors by using Composer. If you don't have an available composer.phar command, just download it:

wget http://getcomposer.org/composer.phar

Then, install dependencies:

php composer.phar install

Once done, build fixtures:

php bin/propel test:prepare

Now you can run unit tests:

phpunit

License

See the LICENSE file.

About

Propel2 is an open-source Object-Relational Mapping (ORM) for PHP >= 5.3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%