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

AbandonedArchivedProject

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 ago3 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 1mo 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

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

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://www.gravatar.com/avatar/b3bc215fa5dc74ab8913885afc93b0b6b29facbd70f96d088aa9334faf42789a?d=identicon)[gurpreetatwal](/maintainers/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)
```

PHPackages © 2026

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