chriswoodford/propel-cli

There is no license information available for the latest version (1.0.0) of this package.

1.0.0 2013-05-30 18:22 UTC

This package is not auto-updated.

Last update: 2024-04-27 12:43:33 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