Implemented Symfony3 bundle for getting JSON-encoded locations data stored in predefined format (see data examples here).
EightBitBundle\Entity\Location).If you don't have symfony installed - go here.
Installing the bundle via packagist is the quickest and simplest method of installing the bundle. Here are the steps:
$ php composer.phar require derkien/eight-bit-bundle 1.*
<?php
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new Derkien\EightBitBundle\EightBitBundle(),
new \Sensio\Bundle\BuzzBundle\SensioBuzzBundle()
// ...
);
}
derkien-eight-bit:
resource: '@EightBitBundle/Resources/config/routing.yml'
That's it! You are ready to use EightBitBundle with symfony3!
How can I help you explore Laravel packages today?