PHPackages                             burtscherflorian/slimphp-rest-starter - 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. burtscherflorian/slimphp-rest-starter

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

burtscherflorian/slimphp-rest-starter
=====================================

Starter REST-Application in PHP with Slim 3 Framework

v1.0(8y ago)421MITPHP

Since Dec 14Pushed 8y ago1 watchersCompare

[ Source](https://github.com/burtscherflorian/slimphp-rest-starter)[ Packagist](https://packagist.org/packages/burtscherflorian/slimphp-rest-starter)[ Docs](https://github.com/burtscherflorian/slimphp-REST-starter)[ RSS](/packages/burtscherflorian-slimphp-rest-starter/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

slimphp-REST-starter
====================

[](#slimphp-rest-starter)

Starter REST-Application written in PHP with the Slim 3 Framework

Prerequisites
-------------

[](#prerequisites)

### PHP

[](#php)

- Minimum: PHP version 5.6
- Recommended: PHP version 7.1

### Composer

[](#composer)

Composer is a dependencies manager for PHP on a per-project basis.

Get Composer from their [website.](https://getcomposer.org/)Follow the installation guide in the "Getting Started" section. For further information about what composer is, please read the docs on their page.

After installation, for commands, you can use either the *composer.phar* file in the project directory - if composer not globally installed - , or you can work directly with *composer* - if globally installed on your machine.

Globally installed on system:

```
 > composer ...

```

or downloaded composer.phar file

```
 > composer.phar ...

```

In the following instructions we will use *composer* globally installed!

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

[](#installation)

Once you`ve installed composer, the starter project can be downloaded over composer.

Root to the directory where you want to install the project

Install the starter project with following command:

```
> composer creae-project "burtscherflorian/slimphp-rest-starter:*" [your-application-name]

```

Replace \[your-application-name\] with the desired directory name for your new application.

Root to the directory \[your-application-name\] and run composer install, to require all dependencies inside your slim application

```
> composer install

```

To the end you have to generate the autoload files with this command:

```
> composer dump-autoload -o

```

Now you are ready for REST!

##### Happy Coding!

[](#happy-coding)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

3069d ago

### Community

Maintainers

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

---

Top Contributors

[![burtscherflorian](https://avatars.githubusercontent.com/u/18347643?v=4)](https://github.com/burtscherflorian "burtscherflorian (7 commits)")

---

Tags

phprestslimslimphpslim3burtscherflorian

### Embed Badge

![Health badge](/badges/burtscherflorian-slimphp-rest-starter/health.svg)

```
[![Health](https://phpackages.com/badges/burtscherflorian-slimphp-rest-starter/health.svg)](https://phpackages.com/packages/burtscherflorian-slimphp-rest-starter)
```

###  Alternatives

[maurobonfietti/rest-api-slim-php

Example of REST API with Slim PHP Framework.

3061.7k](/packages/maurobonfietti-rest-api-slim-php)[palanik/corsslim

Cross-origin resource sharing (CORS) middleware for PHP Slim.

94375.3k3](/packages/palanik-corsslim)[maurobonfietti/slim4-api-skeleton

Useful skeleton for RESTful API development, using PHP and Slim 4.

1392.3k](/packages/maurobonfietti-slim4-api-skeleton)

PHPackages © 2026

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