Download the PHP package livioribeiro/nette-propel2 without Composer
On this page you can find all versions of the php package livioribeiro/nette-propel2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download livioribeiro/nette-propel2
More information about livioribeiro/nette-propel2
Files in livioribeiro/nette-propel2
Download livioribeiro/nette-propel2
More information about livioribeiro/nette-propel2
Files in livioribeiro/nette-propel2
Vendor livioribeiro
Package nette-propel2
Short Description Propel 2 integration with Nette framework
License BSD-3-Clause
Homepage https://github.com/livioribeiro/NettePropel2
Package nette-propel2
Short Description Propel 2 integration with Nette framework
License BSD-3-Clause
Homepage https://github.com/livioribeiro/NettePropel2
Please rate this library. Is it a good library?
Informations about the package nette-propel2
NettePropel2
Propel 2 integration with Nette Framework
Configuration
Can be used as compiler extension:
or calling setup()
in bootstrap.php:
You can use both Neon or PHP to configure the database (If both are present, the php will be preferred).
In propel.local.php:
Or propel.local.neon:
Schema and shell
You schema.xml must be on app/schema directory.
To run propel commands (model:build
, migration:diff
, etc) use the npropel
shell instead of propel
. The npropel
script will set the --input-dir
, --output-dir
and --connection
parameters to your project.
All versions of nette-propel2 with dependencies
PHP Build Version
Package Version
Requires
php Version
>= 5.4.0
nette/nette Version >= 2.1.0
propel/propel Version ~2.0.0@dev
monolog/monolog Version >= 1.6.0
nette/nette Version >= 2.1.0
propel/propel Version ~2.0.0@dev
monolog/monolog Version >= 1.6.0
The package livioribeiro/nette-propel2 contains the following files
Loading the files please wait ....