Php Zomato Api Client for Nette
Integration of Zomato api client to Nette.
Installation
Just use composer.
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.
Licence
New BSD License