Download the PHP package ilias25/for8bit-bundle without Composer
On this page you can find all versions of the php package ilias25/for8bit-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ilias25/for8bit-bundle
More information about ilias25/for8bit-bundle
Files in ilias25/for8bit-bundle
Download ilias25/for8bit-bundle
More information about ilias25/for8bit-bundle
Files in ilias25/for8bit-bundle
Vendor ilias25
Package for8bit-bundle
Short Description Symfony3 bundle for getting JSON-encoded locations data stored in predefined format
License MIT
Homepage https://github.com/ilias25/for8bit-bundle
Package for8bit-bundle
Short Description Symfony3 bundle for getting JSON-encoded locations data stored in predefined format
License MIT
Homepage https://github.com/ilias25/for8bit-bundle
Keywords 8bit
Please rate this library. Is it a good library?
Informations about the package for8bit-bundle
For8BitBundle
This symfony3 bundle allows you to get JSON-encoded locations data stored in predefined format.
Transport layer is provided by third-party bundle guzzlehttp/guzzle.
You can find more information about For8BitBundle on its dedicated page at https://github.com/ilias25/for8bit-bundle.
Installation
Installing the bundle via packagist is the quickest and simplest method of installing the bundle. Here are the steps:
Step 1: Composer require
$ php composer.phar require "ilias25/for8bit-bundle":"dev-master"
Step 2: Enable the bundle in the kernel
<?php
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new Ilias25\For8BitBundle\For8BitBundle(),
// ...
);
}
Step 3: Add routing (for default controller)
ilias25-for8bit:
resource: '@For8BitBundle/Resources/config/routing.yml'
prefix: /for8bit
That's it! You are ready to use For8BitBundle by path
All versions of for8bit-bundle with dependencies
PHP Build Version
Package Version
The package ilias25/for8bit-bundle contains the following files
Loading the files please wait ....