Download the PHP package kurl/silex-doctrine-migrations-provider without Composer

On this page you can find all versions of the php package kurl/silex-doctrine-migrations-provider. 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-doctrine-migrations-provider

silex-doctrine-migrations-provider

A doctrine migrations service provider for Silex 2.x or Pimple 3.x.

Installation

Install the provider through Composer:

Usage

Parameters

These are the configuration parameters you could configure for the provider:

Services

The service provider registers the following services which you could use:

There are also a few other services which the provider uses internally and they are exposed so you could extend or override them with the lazy loading of Pimple:

You can register the provider and configure it like so:

Silex

You can pass an optional instance of Symfony\Component\Console\Application to the constructor of the provider. Alternatively you can set the instance of your Console application to $app['console']. If the provider can find the Console application instance it is able to register the commands and helper set for you.

The provider implements `Silex\Api\BootableProviderInterface, so if you use the provider with Silex, booting the application would register the commands for you:

Pimple

If you use the provider with Pimple without using Silex, then you'd need to register the helper set and the commands to your Console application yourself. This is made very easy by the provider as it already registered all the needed services:

Code coverage reports

That was it!


All versions of silex-doctrine-migrations-provider with dependencies

PHP Build Version
Package Version
Requires php Version ^5.6|^7.0
doctrine/dbal Version ^2.2
pimple/pimple Version ^3.0
silex/api Version ^2.0
doctrine/migrations Version ^1.5
symfony/console Version ^2.3 | ^3.0
symfony/http-foundation Version 3.4.35
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 kurl/silex-doctrine-migrations-provider contains the following files

Loading the files please wait ....