PHPackages                             nailfor/shazam-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. nailfor/shazam-api

ActiveLibrary[API Development](/categories/api)

nailfor/shazam-api
==================

Fast API development

v0.1.9(1y ago)01.6k↓25%1MITPHPPHP &gt;=7.1.0

Since Dec 14Pushed 1y ago1 watchersCompare

[ Source](https://github.com/nailfor/shazam-api)[ Packagist](https://packagist.org/packages/nailfor/shazam-api)[ RSS](/packages/nailfor-shazam-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (11)Used By (1)

Fast API development for Laravel
================================

[](#fast-api-development-for-laravel)

This library allows API developers to quick create APIs in a minimalist way.

Features
--------

[](#features)

All models are inherited from Illuminate\\Database\\Eloquent\\Model so most methods work natively

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
composer require nailfor/shazam-api

```

Configure
---------

[](#configure)

Add config/app.php

```
    'providers' => [
        ...
        nailfor\shazam\API\Providers\RouteServiceProvider::class,
    ];
```

config/shazam.php

```
