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

ActiveLibrary[API Development](/categories/api)

api-skeleton/api-skeleton
=========================

skeleton app for developing restful apis

1.5.3(3y ago)4312MITCSSPHP ^7.3|^8.0CI failing

Since Apr 18Pushed 3y ago2 watchersCompare

[ Source](https://github.com/SherifElfadaly/Laravel-Api-Skeleton)[ Packagist](https://packagist.org/packages/api-skeleton/api-skeleton)[ Docs](https://github.com/SherifElfadaly/ApiSkeleton)[ RSS](/packages/api-skeleton-api-skeleton/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (14)Versions (57)Used By (0)

Api Skeleton
============

[](#api-skeleton)

[![Latest Version on Packagist](https://camo.githubusercontent.com/56349e90d6ffbdc9c0844d1e84a094ddeba98a686ad4ad7b192f5eb81465a364/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6170692d736b656c65746f6e2f6170692d736b656c65746f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/api-skeleton/api-skeleton)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/c1e011d166e0fbdc04c88c21425e41ca5532b93c412a1efc0d5a40305c0504ca/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f536865726966456c666164616c792f4c61726176656c2d4170692d536b656c65746f6e2f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/SherifElfadaly/Laravel-Api-Skeleton/)[![Coverage Status](https://camo.githubusercontent.com/bdbfff381862adb6b4f6ba885300166ffdc49efa251faeb5ac1f67490569236e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f536865726966456c666164616c792f4c61726176656c2d4170692d536b656c65746f6e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/SherifElfadaly/Laravel-Api-Skeleton/code-structure)[![Total Downloads](https://camo.githubusercontent.com/22b4609c23cd519199b3cb025b82a5b7342f49c052c7060803318e1beeac85cd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6170692d736b656c65746f6e2f6170692d736b656c65746f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/api-skeleton/api-skeleton)

Install
-------

[](#install)

Via Composer

Run this command:

```
composer require api-skeleton/api-skeleton
```

publish files

```
php artisan vendor:publish --force
```

run this command

```
php artisan module:optimize
```

run database migrations

```
php artisan module:migrate
```

run database seeds

```
php artisan module:seed roles
php artisan module:seed
```

Install passport

```
php artisan module:passport:install
```

run

```
php artisan doc:generate
```

Install php code sniffer

```
composer require --dev squizlabs/php_codesniffer
```

Add php code sniffer command to composer.json

```
"phpcs" :"./vendor/bin/phpcs ./",
"phpcbf" :"./vendor/bin/phpcbf ./",
```

Generate module

```
php artisan generate:module {slug}
```

Credits
-------

[](#credits)

- [Sherif Elfadaly](https://github.com/SherifElfadaly)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity82

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 98.3% of commits — single point of failure

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

Every ~44 days

Recently: every ~122 days

Total

54

Last Release

1349d ago

PHP version history (4 changes)1.0.0PHP ~5.5|~7.0

1.3.0PHP ~7.0|~7.4

1.4.6PHP ^7.2|^8.0

1.5.0PHP ^7.3|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/f4907ae30994173086168f9b5986d2cb99342150c43173c1cce89dd2f8d668e9?d=identicon)[SherifElfadaly](/maintainers/SherifElfadaly)

---

Top Contributors

[![SherifElfadaly](https://avatars.githubusercontent.com/u/10221503?v=4)](https://github.com/SherifElfadaly "SherifElfadaly (230 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (4 commits)")

---

Tags

ApiSkeleton

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[googleads/googleads-php-lib

Google Ad Manager SOAP API Client Library for PHP

67410.3M25](/packages/googleads-googleads-php-lib)[thecodingmachine/graphqlite

Write your GraphQL queries in simple to write controllers (using webonyx/graphql-php).

5723.1M30](/packages/thecodingmachine-graphqlite)[joselfonseca/lighthouse-graphql-passport-auth

Add GraphQL types and mutations for login and recover password functionalities

234769.9k1](/packages/joselfonseca-lighthouse-graphql-passport-auth)[badaso/core

The API &amp; platform builder, build your apps 10x faster even more, it's open source &amp; 100% free !

1.3k16.2k10](/packages/badaso-core)

PHPackages © 2026

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