Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daaarkling/nette-zomato-client

Zomato api client for Nette
https://github.com/daaarkling/nette-zomato-client

api api-client nette php zomato zomato-api

Last synced: about 8 hours ago
JSON representation

Zomato api client for Nette

Awesome Lists containing this project

README

        

# Php Zomato Api Client for Nette
Integration of [Zomato api client](https://github.com/Daaarkling/php-zomato-client) to [Nette](https://nette.org/).

Installation
----------
Just use composer.
```sh
composer require darkling/nette-zomato-client
```

Usage
Add this to your config.neon file
```
extensions:
zomato: Darkling\ZomatoClient\ZomatoExtension

zomato:
userKey: 123456qwert
```
From now on you can use ZomatoCliant through dependency injection in your app. Documentation can be found [here](https://github.com/Daaarkling/php-zomato-client).

Licence
----------
New BSD License