PHPackages                             lukasdev/drouter - 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. lukasdev/drouter

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

lukasdev/drouter
================

Um sistema simplista de roteamento, com o intuito de ser utilizado em aplicacoes web pequenas e webservices REST

2.11.2(3y ago)172.6k6MITPHPPHP &gt;=7.0.0

Since Jun 14Pushed 3y ago5 watchersCompare

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

READMEChangelogDependenciesVersions (35)Used By (0)

DRouter
=======

[](#drouter)

Um sistema simplista de roteamento, com o intuito de ser utilizado em aplicações web pequenas e webservices REST.

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

[](#instalação)

via composer

```
$ composer require lukasdev/drouter
```

Utilização
----------

[](#utilização)

### Iniciando uma instancia e criando uma rota

[](#iniciando-uma-instancia-e-criando-uma-rota)

```
$app = new DRouter\App();

//Rota com request GET:
$app->get('/', function(){
    echo 'Hello World';
});

$app->run();
```

### Documentação completa

[](#documentação-completa)

[drouter.downsmaster.com](http://drouter.downsmaster.com)Contribuições
-------------

[](#contribuições)

Por favor veja [CONTRIBUTING](CONTRIBUTING.md) para detalhes.

Créditos
--------

[](#créditos)

- [Lucas Silva](https://github.com/lukasdev)
- [All Contributors](https://github.com/lukasdev/DRouter/contributors)

Licença
-------

[](#licença)

The MIT License (MIT).

###  Health Score

36

—

LowBetter than 81% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 98.9% 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 ~66 days

Recently: every ~248 days

Total

34

Last Release

1436d ago

Major Versions

1.1.5 → 2.0.02016-06-22

PHP version history (2 changes)1.0.0PHP &gt;=5.4.0

2.6.3PHP &gt;=7.0.0

### Community

Maintainers

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

---

Top Contributors

[![lukasdev](https://avatars.githubusercontent.com/u/12945251?v=4)](https://github.com/lukasdev "lukasdev (88 commits)")[![gilglecio](https://avatars.githubusercontent.com/u/3136504?v=4)](https://github.com/gilglecio "gilglecio (1 commits)")

---

Tags

apirestroutermicroframework

### Embed Badge

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

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

PHPackages © 2026

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