chriswoodford / propel-cli
Installs: 2 289
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 0
Open Issues: 3
Requires
- php: >= 5.3.2
- doctrine/dbal: 2.2.x
- propel/propel_runtime: 1.3.0
- symfony/console: 2.2.x
Requires (Dev)
- jaz303/phake: dev-master@dev
- phpunit/phpunit: 3.7.x
This package is not auto-updated.
Last update: 2024-11-09 14:58:07 UTC
README
The Propel Command Line Tool is a set of command line tools to aid in developing applications that use the Propel ORM (http://propelorm.org)
Tools
Schema Tool
The purpose of the schema tool is to allow you to easily keep your database synchronized with your Propel schema.
Currently the Schema Tool supports the features of the Propel 1.3.x schema.
Future updates will add support for features found in the newer versions of Propel.
Requirements
PHP 5.3.x
Propel 1.3.x
Doctrine DBAL 2.2.x
Symfony Console Component