Skip to content

alxxc/simple-api-client-bundle

Repository files navigation

SimpleApiClientBundle

Build Status

About

Symfony3 bundle for getting JSON-encoded locations data stored in predefined format.

Installation

Require the alxxc/simple-api-client-bundle package in your composer.json and update your dependencies.

$ composer require alxxc/simple-api-client-bundle:dev-master

Add the SimpleApiClientBundle to your application's kernel (if needed):

    public function registerBundles()
    {
        $bundles = [
            ...
            new SimpleApiClientBundle\SimpleApiClientBundle(),
            ...
        ];
        ...
    }

Usage

Bundle provides service simple_api_client.client for loading locations data

    $container->get('simple_api_client.client')->loadLocations($url);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages