darkling / nette-zomato-client
Zomato php api client integration to Nette
0.2
2018-12-17 19:11 UTC
Requires
- php: >=7.1
- darkling/php-zomato-client: ^0.2
- nette/di: ^2.4
Requires (Dev)
- consistence/coding-standard: ^3.0
- phpstan/phpstan: ^0.10
- phpstan/phpstan-strict-rules: ^0.10
- slevomat/coding-standard: ^4.0
This package is auto-updated.
Last update: 2024-11-18 07:58:48 UTC
README
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