Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/daaarkling/nette-zomato-client
- Owner: Daaarkling
- License: bsd-3-clause
- Created: 2018-12-16T13:44:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-17T19:11:53.000Z (about 6 years ago)
- Last Synced: 2024-11-05T15:04:22.002Z (about 2 months ago)
- Topics: api, api-client, nette, php, zomato, zomato-api
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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\ZomatoExtensionzomato:
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