najaram/zmto

:description

Downloads

5

Stars

0

Version

This package has been archived

Zmto Pckg

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.

najaram

Author

najaram