library locations
A 8Bit test bundle
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
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...
}
}
dev-master
9999999-dev
A 8Bit test bundle
Sources
Download
MIT
The Requires
by
Anton Kozlov
1.0
1.0.0.0
A 8Bit test bundle
Sources
Download
MIT
The Requires
by
Anton Kozlov