najaram/zmto

This package is abandoned and no longer maintained. No replacement package was suggested.

:description

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/najaram/zmto

dev-master 2019-04-27 16:48 UTC

This package is auto-updated.

Last update: 2020-10-12 02:34:36 UTC


README

Build Status

A simple Zomato wrapper for Laravel.

Installation

Via Composer

$ composer require najaram/zmto

Usage

<?php

use Najaram\Zmto\Zmto;

class ExampleController extends Controller
{
    public function index(Zmto $zmto)
    {
        $response = $zmto->makeRequest(
            'GET',
            'search',
            request()->all()
        );
    }
}

Testing

$ phpunit

License

MIT. Please see the license file for more information.