GithubHelp home page GithubHelp logo

pborreli / propel2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from propelorm/propel2

1.0 1.0 0.0 21.11 MB

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

Home Page: http://propel2.propelorm.org/

License: MIT License

PHP 98.04% Shell 0.01% JavaScript 0.01% XML 1.94%

propel2's Introduction

Propel2ย #

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

Build Status

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 http://cs.sensiolabs.org/get/php-cs-fixer.phar

Then use it:

php php-cs-fixer.phar 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

If you haven't wget on your computer, use curl instead:

curl -s http://getcomposer.org/installer | php

Then, install dependencies:

php composer.phar install

MySQL

The Propel test suite requires a database (test for instance, but feel free to choose the name you want), and three database schemas: bookstore_schemas, contest, and second_hand_books.

Here is the set of commands to run in order to setup MySQL:

mysql -uroot -e 'create database test'
mysql -uroot -e 'create schema bookstore_schemas'
mysql -uroot -e 'create schema contest'
mysql -uroot -e 'create schema second_hand_books'

Once done, build fixtures (default vendor is mysql):

bin/propel test:prepare

PostgreSQL

Create mandatory databases, then run:

bin/propel test:prepare --vendor=postgres --dsn="dbname=test" --user="postgres"

SQLite

There is nothing to setup, just run:

bin/propel test:prepare --vendor=sqlite --dsn="sqlite:/tmp/database.sqlite" --user="" --password=""

Now you can run the test suite by running:

phpunit

License

See the LICENSE file.

propel2's People

Contributors

abrobston avatar adel-e avatar andrey-yantsen avatar benoitleveque avatar cedriclombardot avatar cristianoc72 avatar fabienpomerol avatar fzaninotto avatar gromnan avatar havvg avatar jaugustin avatar k-phoen avatar kendallhopkins avatar krichprollsch avatar ludofleury avatar maikg avatar martinj avatar mhitza avatar msarris avatar nibsirahsieu avatar nnarhinen avatar pablogd avatar pborreli avatar robin850 avatar rouffj avatar rozwell avatar shanielh avatar themouette avatar vworldat avatar willdurand avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.