PHPackages                             upscale/http-server-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. [HTTP &amp; Networking](/categories/http)
4. /
5. upscale/http-server-skeleton

ActiveProject[HTTP &amp; Networking](/categories/http)

upscale/http-server-skeleton
============================

Skeleton of RESTful API with request parsing, routing, and dependency injection

2.0.0(9y ago)2151Apache-2.0PHPPHP ~5.6 || ~7.0

Since Sep 15Pushed 9y ago1 watchersCompare

[ Source](https://github.com/upscalesoftware/http-server-skeleton)[ Packagist](https://packagist.org/packages/upscale/http-server-skeleton)[ RSS](/packages/upscale-http-server-skeleton/feed)WikiDiscussions master Synced today

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

HTTP Server Skeleton for RESTful API
====================================

[](#http-server-skeleton-for-restful-api)

This is a skeleton of a bare-bones RESTful API wired with request parsing, routing, and dependency injection capabilities. It defines the directory structure, router configuration, and the entry point that bootstraps the server.

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

[](#installation)

Install via [Composer](https://getcomposer.org/) to a directory of your choice (say, `/tmp/rest-api-project`):

```
composer create-project --no-dev upscale/http-server-skeleton /tmp/rest-api-project
```

Launch the server via the PHP's built-in web server:

```
php -S 127.0.0.1:8080 /tmp/rest-api-project/server.php
```

Open  in a browser to confirm the server is running.

Performance
-----------

[](#performance)

The project is powered by the lightweight [HTTP server engine](https://github.com/upscalesoftware/http-server-engine) committed to speed and minimalism.

License
-------

[](#license)

Licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~1 days

Total

3

Last Release

3571d ago

Major Versions

1.1.0 → 2.0.02016-09-19

PHP version history (2 changes)1.0.0PHP ~7.0

1.1.0PHP ~5.6 || ~7.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6521759?v=4)[Upscale Software](/maintainers/upscalesoftware)[@upscalesoftware](https://github.com/upscalesoftware)

---

Top Contributors

[![sshymko](https://avatars.githubusercontent.com/u/1231423?v=4)](https://github.com/sshymko "sshymko (16 commits)")

---

Tags

httpapirestlightweightSkeletonrestful

### Embed Badge

![Health badge](/badges/upscale-http-server-skeleton/health.svg)

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

###  Alternatives

[nategood/httpful

A Readable, Chainable, REST friendly, PHP HTTP Client

1.8k17.5M274](/packages/nategood-httpful)[voku/httpful

A Readable, Chainable, REST friendly, PHP HTTP Client

16185.0k1](/packages/voku-httpful)[wellrested/wellrested

Simple PHP Library for RESTful APIs

4819.2k4](/packages/wellrested-wellrested)[msankhala/parsehub-php

Php wrapper classes for Parsehub REST api.

1312.4k](/packages/msankhala-parsehub-php)

PHPackages © 2026

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