2017 © Pedro Peláez
 

library intake-bundle

Endroid Intake Bundle for Symfony

image

endroid/intake-bundle

Endroid Intake Bundle for Symfony

  • Sunday, January 1, 2017
  • by endroid
  • Repository
  • 1 Watchers
  • 0 Stars
  • 35 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Intake Bundle

By endroid, (*1)

Latest Stable Version Build Status Total Downloads Monthly Downloads License, (*2)

Allows creation, administration and submission of intakes to determine if a user masters a language at a specific level., (*3)

knpbundles.com, (*4)

Requirements

  • Symfony

Installation

Use Composer to install the bundle., (*5)

``` bash $ composer require endroid/intake-bundle, (*6)


Then enable the bundle via the kernel. ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = [ // ... new Endroid\Bundle\Endroid\Bundle\IntakeBundle\EndroidIntakeBundle(), ]; }

Routing

Add the following section to your routing to be able to visit intake URLs., (*7)

yml EndroidIntakeBundle: resource: "@EndroidIntakeBundle/Controller/" type: annotation prefix: /intake, (*8)

Versioning

Version numbers follow the MAJOR.MINOR.PATCH scheme. Backwards compatibility breaking changes will be kept to a minimum but be aware that these can occur. Lock your dependencies for production and test your code when upgrading., (*9)

License

This bundle is under the MIT license. For the full copyright and license information please view the LICENSE file that was distributed with this source code., (*10)

The Versions

01/01 2017

dev-master

9999999-dev https://github.com/endroid/EndroidIntakeBundle

Endroid Intake Bundle for Symfony

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

bundle symfony endroid intake

01/01 2017

1.1.0

1.1.0.0 https://github.com/endroid/EndroidIntakeBundle

Endroid Intake Bundle for Symfony

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

bundle symfony endroid intake

10/07 2016

1.0.1

1.0.1.0 https://github.com/endroid/EndroidIntakeBundle

Endroid Intake Bundle for Symfony

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

bundle symfony endroid intake

10/07 2016

1.0.0

1.0.0.0 https://github.com/endroid/EndroidIntakeBundle

Endroid Intake Bundle for Symfony

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

bundle symfony endroid intake