Download the PHP package dcousineau/orlex-standard without Composer

On this page you can find all versions of the php package dcousineau/orlex-standard. 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 orlex-standard

Orlex Standard Distribution

The Orlex Standard Distribution is a project installable through Composer that provides a skeleton application utilizing Orlex as well as projects like Twig and Symfony Forms.

Installation

The easiest installation is via composer. After installing composer simply run the following in your command line:

php composer.phar create-project dcousineau/orlex-standard path/to/install

Composer will download a copy of this project into the path/to/install and setup all of its dependencies. Aftewards you will be ready to slam out code for your project!

Details

Orlex Standard provides sample code found in the src/ directory. To remove all traces of sample code, first completely remove the src/App/ directory, then update config/web.php line 11 to point to a proper controller directory.

Environment

The standard distribution reads an environment variable to determin debug mode. If you're using Apache, adding a SetEnv directive to either your vhost or .htaccess (not recommended) will allow you to control the environment setting. For example:

SetEnv ENVIRONMENT dev

In your vhost definition will ensure Silex's debug mode is enabled. You can also develop your application to respect environment by referencing $app['environment'].


All versions of orlex-standard with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
dcousineau/orlex Version dev-master
silex/silex Version ~1.0
twig/twig Version ~1.8
symfony/twig-bridge Version ~2.2
symfony/validator Version ~2.2
symfony/translation Version ~2.2
symfony/form Version ~2.2
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 dcousineau/orlex-standard contains the following files

Loading the files please wait ....