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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package silex-skeleton-orm

Silex Skeleton ORM Latest Stable Version

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.*
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package madebydavid/silex-skeleton-orm contains the following files

Loading the files please wait ....