Download the PHP package madebydavid/silex-skeleton-orm without Composer
On this page you can find all versions of the php package madebydavid/silex-skeleton-orm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download madebydavid/silex-skeleton-orm
More information about madebydavid/silex-skeleton-orm
Files in madebydavid/silex-skeleton-orm
Download madebydavid/silex-skeleton-orm
More information about madebydavid/silex-skeleton-orm
Files in madebydavid/silex-skeleton-orm
Vendor madebydavid
Package silex-skeleton-orm
Short Description Skeleton Silex app with ORM and cli tool for generating model and schema
License
Package silex-skeleton-orm
Short Description Skeleton Silex app with ORM and cli tool for generating model and schema
License
Please rate this library. Is it a good library?
Informations about the package silex-skeleton-orm
Silex Skeleton ORM 
A simple Silex skeleton project with Twig, Doctrine, ORM, Bootstrap, jQuery and other common components.
To view the full list of dependancies, have a look at the composer.json file.
Based on Fabien Potencier's Silex Skeleton, but with more up to date dependencies and a different structure.
To install with composer
1. Install composer if you don't have it already:
2. Grab this project as your base
3. Configure the database in the dev config file:
4. Create the database which you have just configured:
5. Create your model
You can create your model with Doctrine YAML documents in the config/doctrine/schema directory, make a new file called Model.EntityName.dcm.yml for each entity:
6. Generate the Entity classes from the YAML:
7. Create the schema:
All versions of silex-skeleton-orm with dependencies
PHP Build Version
Package Version
Requires
jquery/jquery Version
1.11.1
silex/silex Version 2.0.*@dev
twitter/bootstrap Version 2.3.*
symfony/class-loader Version 2.6.*
symfony/twig-bridge Version 2.6.*
twig/twig Version 1.16.*
monolog/monolog Version 1.11.*
symfony/console Version 2.6.*
symfony/validator Version 2.6.*
doctrine/dbal Version 2.5.*
symfony/doctrine-bridge Version 2.6.*
dflydev/doctrine-orm-service-provider Version 2.0.*
saxulum/saxulum-doctrine-orm-manager-registry-provider Version 3.0.0
symfony/yaml Version 2.6.*
symfony/form Version 2.6.*
symfony/config Version 2.6.*
symfony/translation Version 2.6.*
symfony/locale Version 2.6.*
silex/silex Version 2.0.*@dev
twitter/bootstrap Version 2.3.*
symfony/class-loader Version 2.6.*
symfony/twig-bridge Version 2.6.*
twig/twig Version 1.16.*
monolog/monolog Version 1.11.*
symfony/console Version 2.6.*
symfony/validator Version 2.6.*
doctrine/dbal Version 2.5.*
symfony/doctrine-bridge Version 2.6.*
dflydev/doctrine-orm-service-provider Version 2.0.*
saxulum/saxulum-doctrine-orm-manager-registry-provider Version 3.0.0
symfony/yaml Version 2.6.*
symfony/form Version 2.6.*
symfony/config Version 2.6.*
symfony/translation Version 2.6.*
symfony/locale Version 2.6.*
The package madebydavid/silex-skeleton-orm contains the following files
Loading the files please wait ....