PHPackages                             slendie/slendie - 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. [Framework](/categories/framework)
4. /
5. slendie/slendie

ActiveProject[Framework](/categories/framework)

slendie/slendie
===============

Starter kit para pequenos projetos em PHP

v3.1.3(4mo ago)027[5 issues](https://github.com/slendie/slendie/issues)MITBladePHP &gt;=8.4

Since Sep 10Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/slendie/slendie)[ Packagist](https://packagist.org/packages/slendie/slendie)[ RSS](/packages/slendie-slendie/feed)WikiDiscussions main Synced 4w ago

READMEChangelog (7)Dependencies (6)Versions (11)Used By (0)

Slendie
=======

[](#slendie)

Starter kit para pequenos projetos em PHP.

Instalação
----------

[](#instalação)

composer create-project slendie/slendie meu-projeto cd meu-projeto## Configuração

1. Copie o arquivo `.env.example` para `.env`: cp .env.example .env2. Configure as variáveis de ambiente no arquivo `.env`
2. Execute as migrações:

```
php scripts/migrate.php4. Instale as dependências do frontend:
npm install
npm run dev## Estrutura do Projeto
```

- `app/` - Controllers, Models, Migrations
- `config/` - Arquivos de configuração
- `public/` - Ponto de entrada da aplicação
- `src/` - Classes core do framework
- `views/` - Templates Blade
- `tests/` - Testes automatizados

Desenvolvimento
---------------

[](#desenvolvimento)

Executar testes
===============

[](#executar-testes)

composer test

Build de assets
===============

[](#build-de-assets)

npm run build

Servidor de desenvolvimento
===========================

[](#servidor-de-desenvolvimento)

php -S localhost:8000 -t public

Licença
-------

[](#licença)

MIT

###  Health Score

41

—

FairBetter than 88% of packages

Maintenance81

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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.

###  Release Activity

Cadence

Every ~13 days

Recently: every ~0 days

Total

9

Last Release

132d ago

Major Versions

v1.0.0 → v3.0.02025-12-24

### Community

Maintainers

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

---

Top Contributors

[![lcloss](https://avatars.githubusercontent.com/u/10761341?v=4)](https://github.com/lcloss "lcloss (76 commits)")

---

Tags

phpframeworktemplatemvcstarter

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

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

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

PHPackages © 2026

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