PHPackages                             lindalberto/php-slim - 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. lindalberto/php-slim

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

lindalberto/php-slim
====================

A Slim Framework skeleton application for rapid development

v1.0.0(7y ago)016[5 PRs](https://github.com/Lindalberto/php-slim/pulls)MITPHPPHP &gt;=5.5.0

Since Apr 20Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Lindalberto/php-slim)[ Packagist](https://packagist.org/packages/lindalberto/php-slim)[ Docs](https://github.com/Lindalberto/php-slim)[ RSS](/packages/lindalberto-php-slim/feed)WikiDiscussions master Synced 3d ago

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

Slim Framework 3 Perfumado
==========================

[](#slim-framework-3-perfumado)

Skeleton based on Slim 3.

Install the Application
-----------------------

[](#install-the-application)

Run this command from the directory in which you want to install your new Slim Framework application.

```
php composer.phar create-project lindalberto/php-slim [my-app-name]

```

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

- Point your virtual host document root to your new application's `public/` directory.
- Ensure `logs/` is web writeable.

To run the application in development, you can run these commands

```
cd [my-app-name]
php composer.phar start

```

Run this command in the application directory to run the test suite

```
php composer.phar test

```

That's it! Now go build something cool.

\###Estruturas criadas

```
Main
    * Project - Remove o que estava na index e agrupa numa classe unica, tirando necessidade do arquivo settings, dependencies e routes.
        No run é possível adicionar tambem middlewares.
    * Rest - Classe abtrata para ser utilizada no controle dos endpoints, com o app injetado.
    * Routes - Utiliza essa classe de forma injetável para informar as rotas. Cada endpoint rest pode ter seu proprio.
Rest
    ** alocação das classes de controle
Service
    ** alocação das classes de serviço

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

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

2630d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/18249449?v=4)[Lindalberto Filho](/maintainers/Lindalberto)[@Lindalberto](https://github.com/Lindalberto)

---

Top Contributors

[![Lindalberto](https://avatars.githubusercontent.com/u/18249449?v=4)](https://github.com/Lindalberto "Lindalberto (7 commits)")[![lindalberto-rufino-rt7](https://avatars.githubusercontent.com/u/24551202?v=4)](https://github.com/lindalberto-rufino-rt7 "lindalberto-rufino-rt7 (2 commits)")

---

Tags

restrouterpsr7microframework

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lindalberto-php-slim/health.svg)

```
[![Health](https://phpackages.com/badges/lindalberto-php-slim/health.svg)](https://phpackages.com/packages/lindalberto-php-slim)
```

PHPackages © 2026

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