darkling/nette-zomato-client

Zomato php api client integration to Nette

Installs: 30

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/darkling/nette-zomato-client

0.2 2018-12-17 19:11 UTC

This package is auto-updated.

Last update: 2025-09-18 09:37:35 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