najaram/zmto

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

:description

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.