Integration of Zomato api client to Nette.
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.
New BSD License