2017 © Pedro Peláez
 

library locations

A 8Bit test bundle

image

anton-kozlov/locations

A 8Bit test bundle

  • Tuesday, December 12, 2017
  • by he11ion
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Installation

  • composer require composer require anton-kozlov/locations

Usage example:

class DefaultController extends Controller
{
    /**
     * @Route("/test")
     */
    public function pushAction(
        \Test\LocationsBundle\Service\DataProviderService $dataProviderService
    )
    {
        try {
            $locations = $dataProviderService->getLocations('example.com');
        } catch (\Test\LocationsBundle\Exception\LocationsExceptionInterface $exception) {
            // Handle exceptions...
        }
    }

The Versions

12/12 2017

dev-master

9999999-dev

A 8Bit test bundle

  Sources   Download

MIT

The Requires

 

by Anton Kozlov

12/12 2017

1.0

1.0.0.0

A 8Bit test bundle

  Sources   Download

MIT

The Requires

 

by Anton Kozlov