PHPackages                             systemico/slimphp - 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. systemico/slimphp

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

systemico/slimphp
=================

Slim Rest Api framework for rapid development.

4.2.6(5y ago)0261MITPHPPHP ^7.2

Since Jul 4Pushed 5y agoCompare

[ Source](https://github.com/systemico/slimphp)[ Packagist](https://packagist.org/packages/systemico/slimphp)[ Docs](http://github.com/systemico/slimphp)[ RSS](/packages/systemico-slimphp/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (9)Versions (32)Used By (0)

Systemico SlimPHP
=================

[](#systemico-slimphp)

Utiliza está aplicación para crear aplicaciones PHP enfocadas a micro servicios.

Crear un pryecto nuevo.
-----------------------

[](#crear-un-pryecto-nuevo)

Ejecuta el siguiente comando:

```
composer create-project systemico/slimphp [nombre_app]
```

Reemplace `[nombre_app]` con el nombre de la aplicación que desea crear:

- El punto de arranque de la apliacón es el directorio `/src/public/` .
- Si se presentá alguna situación debes revisar el directorio `/src/logs/`.

Para correr la aplicación en modo desarrollo utiliza el siguiente comando:

```
cd [nombre_app]
cd application
composer start
```

Si requieres trabajar con una base de datos utiliza `docker-compose`para correr el contenedor `docker`, para esto ejecuta el comando:

```
cd [my-app-name]
docker-compose up -d
docker-compose build && docker-compose up -d
```

Eso creará un servicio disponible en `http://localhost:8080` y lo podrás ejecutar en tu navegador de preferencia.

Para correr el modelo de pruebas ejecuta el comando:

```
composer test
```

Así de sencillo es!, buena suerte.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor3

3 contributors hold 50%+ of commits

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 ~105 days

Recently: every ~1 days

Total

31

Last Release

1895d ago

Major Versions

1.1.0 → 2.0.02013-08-22

2.x-dev → 3.0.02015-12-07

3.1.8 → 4.0.02019-08-06

v1.0 → v4.1.12020-07-02

PHP version history (5 changes)1.0.1PHP &gt;=5.3.0

3.0.0PHP &gt;=5.5.0

3.1.7PHP &gt;=5.6

4.0.0PHP &gt;=7.1

4.1.0PHP ^7.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4717505?v=4)[Systemico](/maintainers/systemico)[@systemico](https://github.com/systemico)

---

Top Contributors

[![l0gicgate](https://avatars.githubusercontent.com/u/6510935?v=4)](https://github.com/l0gicgate "l0gicgate (70 commits)")[![akrabat](https://avatars.githubusercontent.com/u/33135?v=4)](https://github.com/akrabat "akrabat (27 commits)")[![eadev](https://avatars.githubusercontent.com/u/5705494?v=4)](https://github.com/eadev "eadev (16 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (13 commits)")[![jeremykendall](https://avatars.githubusercontent.com/u/288613?v=4)](https://github.com/jeremykendall "jeremykendall (10 commits)")[![flangofas](https://avatars.githubusercontent.com/u/1227351?v=4)](https://github.com/flangofas "flangofas (10 commits)")[![maccath](https://avatars.githubusercontent.com/u/904427?v=4)](https://github.com/maccath "maccath (10 commits)")[![silentworks](https://avatars.githubusercontent.com/u/79497?v=4)](https://github.com/silentworks "silentworks (8 commits)")[![manavo](https://avatars.githubusercontent.com/u/259487?v=4)](https://github.com/manavo "manavo (7 commits)")[![ssnepenthe](https://avatars.githubusercontent.com/u/10903810?v=4)](https://github.com/ssnepenthe "ssnepenthe (5 commits)")[![samsonasik](https://avatars.githubusercontent.com/u/459648?v=4)](https://github.com/samsonasik "samsonasik (5 commits)")[![yakubenko](https://avatars.githubusercontent.com/u/89084?v=4)](https://github.com/yakubenko "yakubenko (3 commits)")[![geggleto](https://avatars.githubusercontent.com/u/4027602?v=4)](https://github.com/geggleto "geggleto (2 commits)")[![Antnee](https://avatars.githubusercontent.com/u/2102062?v=4)](https://github.com/Antnee "Antnee (2 commits)")[![a-r-m-i-n](https://avatars.githubusercontent.com/u/1275298?v=4)](https://github.com/a-r-m-i-n "a-r-m-i-n (2 commits)")[![atefBB](https://avatars.githubusercontent.com/u/10966925?v=4)](https://github.com/atefBB "atefBB (2 commits)")[![casmith](https://avatars.githubusercontent.com/u/95950?v=4)](https://github.com/casmith "casmith (2 commits)")[![localheinz](https://avatars.githubusercontent.com/u/605483?v=4)](https://github.com/localheinz "localheinz (2 commits)")[![maurobonfietti](https://avatars.githubusercontent.com/u/24535949?v=4)](https://github.com/maurobonfietti "maurobonfietti (2 commits)")[![tizanstick20](https://avatars.githubusercontent.com/u/50588147?v=4)](https://github.com/tizanstick20 "tizanstick20 (2 commits)")

---

Tags

frameworkphprestrouterpsr7microframework

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/systemico-slimphp/health.svg)

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

PHPackages © 2026

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