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

AbandonedArchivedProject[API Development](/categories/api)

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

A Slim Framework skeleton for a (almost) REST api that uses JWTs for authentication and Laravel's Eloquent as the ORM

3872PHP

Since Mar 31Pushed 5y ago1 watchersCompare

[ Source](https://github.com/gurpreetatwal/Skeleton-API)[ Packagist](https://packagist.org/packages/gurpreetatwal/skeleton-api)[ RSS](/packages/gurpreetatwal-skeleton-api/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Skeleton API
============

[](#skeleton-api)

**This project is still under development and is not ready for use in production.**

This project helps to cut down on development time for PHP based APIs. Just by cloning the project you can create, update, find and delete users. The application supports [JWT](http://jwt.io/)-based authentication, CORS for cross-site requests, and resource based urls. Logging is also set up already and application logs will be stored in `logs/` directory.

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

[](#installation)

*It is assumed that composer is installed and available globally, if you need to install composer follow the steps [here](https://getcomposer.org/download/)*

Run this command from the directory in which you want to develop your new API.

```
composer create-project gurpreetatwal/skeleton-api [my-app-name] -s dev

```

Replace `[my-app-name]` with the desired directory name for your new API. You'll want to:

- Point your virtual host document root to your new application's `public/` directory.
- Ensure `logs/` is web writable.
- Create your `environment.ini` by copying the example and replacing the default values.

To run your API locally, you can use PHP's built-in sever by running the following command:

```
 php -S localhost:8888 -t public/ public/index.php

```

That's it! Now go build something cool.

Originally a fork of [Slim-Skeleton](https://github.com/slimphp/Slim-Skeleton)

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7547554?v=4)[Gurpreet Atwal](/maintainers/gurpreetatwal)[@gurpreetatwal](https://github.com/gurpreetatwal)

---

Top Contributors

[![gurpreetatwal](https://avatars.githubusercontent.com/u/7547554?v=4)](https://github.com/gurpreetatwal "gurpreetatwal (46 commits)")

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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