darkling/nette-zomato-client

Zomato php api client integration to Nette

0.2 2018-12-17 19:11 UTC

This package is auto-updated.

Last update: 2024-03-18 06:18:39 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