PHPackages                             letsmoe/blade - 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. letsmoe/blade

ActiveLibrary[Framework](/categories/framework)

letsmoe/blade
=============

Lightweight API framework including caching, routing and database access.

2.3.2(3y ago)049MITPHP

Since Sep 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Letsmoe/blade)[ Packagist](https://packagist.org/packages/letsmoe/blade)[ RSS](/packages/letsmoe-blade/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)DependenciesVersions (13)Used By (0)

Blade Router
============

[](#blade-router)

Blade is a fully featured API framework for building web applications that require fast and lightweight development.

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

[](#installation)

Blade can be installed via **composer** using the following command

```
composer require letsmoe/blade
```

Once it has been installed, you can include the composer **autoload** script in your application like so:

```
include_once "vendor/autoload.php";
```

Usage
-----

[](#usage)

Blade provides multiple methods for loading a new [App](#app). Since Blade relies on a specific form of htaccess, we recommend you use this template:

```
RewriteEngine on

RewriteRule ^(?!/index)(.*) /index/$1 [L]

RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]

```

App
---

[](#app)

Blade comes preloaded with an `App` class which provides all the methods you need to specify routes in your application.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Total

12

Last Release

1193d ago

Major Versions

1.0.2 → 2.0.02022-10-07

### Community

Maintainers

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

---

Top Contributors

[![Letsmoe](https://avatars.githubusercontent.com/u/62291876?v=4)](https://github.com/Letsmoe "Letsmoe (15 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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