PHPackages                             flipboxstudio/api-manager - 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. flipboxstudio/api-manager

AbandonedArchivedLibrary[API Development](/categories/api)

flipboxstudio/api-manager
=========================

Generator Laravel api resource

0.0.1(9y ago)18MITPHPPHP 7.0.\*

Since Aug 31Pushed 9y ago5 watchersCompare

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

READMEChangelogDependencies (1)Versions (3)Used By (0)

Rest Api Structure for Laravel
==============================

[](#rest-api-structure-for-laravel)

Build Rest Api with laravel v.5.3 with easy way.

Features
--------

[](#features)

- Versioning API
- Enabled/Disabled API or Some version
- Generate Controller or Request (Based artisan make)

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

[](#installation)

Require this package with composer:

```
composer require flipboxstudio/api-manager

```

Add the ApiServiceProvider to the providers array in config/app.php

```
Flipbox\ApiManager\ApiServiceProvider::class,

```

Copy the package resource to your application with the publish command:

```
php artisan vendor:publish

```

And you are ready to build your API.

Using package
-------------

[](#using-package)

### Make new api

[](#make-new-api)

with php artisan create new api

```
php artisan api:new

```

that process will be generate Api\\v1 folder in App\\Http (You freely modify the namespace). And now you use that namespace to build your api. Go to `http://yourbaseurl/api/v1`

### Make Controller

[](#make-controller)

generate new controller to api version

```
php artisan api:make controller Auht/AuthController v1

```

this process will make new controller in v1

### Make Request

[](#make-request)

generate new request to api version

```
php artisan api:make request Auht/LoginRequest v1

```

this process will make new request in v1

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3544d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5585ab7e83e92b16ebfde64d7d90ff330721bcb1fbfa193fb0ffe149a4b3a7d1?d=identicon)[krisanalfa](/maintainers/krisanalfa)

![](https://www.gravatar.com/avatar/7a17b7989691f234e4ee26c5535d1ba2f03fd67486d0dd02e9359daab7af3d88?d=identicon)[flipbox](/maintainers/flipbox)

### Embed Badge

![Health badge](/badges/flipboxstudio-api-manager/health.svg)

```
[![Health](https://phpackages.com/badges/flipboxstudio-api-manager/health.svg)](https://phpackages.com/packages/flipboxstudio-api-manager)
```

###  Alternatives

[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)[hubspot/api-client

Hubspot API client

23414.2M16](/packages/hubspot-api-client)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
