PHPackages                             shiftechafrica/lumen-take-off - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. shiftechafrica/lumen-take-off

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

shiftechafrica/lumen-take-off
=============================

Form request is a package for Lumen that lets developer validate form requests like Laravel does. The package also has artisan commands.

v2.2.4(2y ago)0115MITPHP

Since Apr 19Pushed 2y agoCompare

[ Source](https://github.com/SHIFTECH-AFRICA/lumen-take-off)[ Packagist](https://packagist.org/packages/shiftechafrica/lumen-take-off)[ RSS](/packages/shiftechafrica-lumen-take-off/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)DependenciesVersions (18)Used By (0)

Lumen Take Off
==============

[](#lumen-take-off)

[![packagist-badge](https://camo.githubusercontent.com/c87bd07ff26f9991a7e88bf9d01dfad677dd788933ffa32dbd61113edc6c8b80/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73686966746563686166726963612f6c756d656e2d74616b652d6f66662e737667)](https://packagist.org/packages/shiftechafrica/lumen-take-off)[![Total Downloads](https://camo.githubusercontent.com/b05859f3caf3f0afa53759d2c7419c206067af2e4c18fc24e52dcd42ea96efb2/68747470733a2f2f706f7365722e707567782e6f72672f73686966746563686166726963612f6c756d656e2d74616b652d6f66662f646f776e6c6f616473)](https://packagist.org/packages/shiftechafrica/lumen-take-off)

Description
-----------

[](#description)

A package built for lumen that ports most of the make commands from laravel.

\##Info Added:

- command for generate request (make:request)
- providers for work with requests.

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

[](#installation)

Just run the following in the root of your project

```
composer require shiftechafrica/lumen-take-off
```

Uncomment line in bootstrap/app.php

```
$app->register(App\Providers\EventServiceProvider::class);
```

Add line to bootstrap/app.php for enable generators

```
//for enable generator permanently
$app->register(ShiftechAfrica\LumenMakeServiceProvider::class);

//for enable generator in development mode
if (env('APP_ENV') != 'production' || env('APP_ENV') == 'local') {
    $app->register(ShiftechAfrica\LumenMakeServiceProvider::class);
}
```

Add line to bootstrap/app.php for enable form requests

```
$app->register(ShiftechAfrica\FormRequestServiceProvider::class);
```

Requests info
-------------

[](#requests-info)

In generated requests used FormRequest from this library. If you want migrate to Laravel framework, change use line in all generated requests

```
use ShiftechAfrica\Requests\LumenFormRequest;
\\to
use Illuminate\Foundation\Http\FormRequest;
```

#### Commands

[](#commands)

- `make:job {name}` - Makes a new job class in Jobs/
- `make:console {name}` - Makes a new console command in Console/Commands/
- `make:controller {name}` - Makes a new restful controller in Http/Controllers/
- `make:model {name}` - Makes a new model in /
- `make:middleware {name}` - Makes a new middleware class in Http/Middleware/
- `make:exception {name}` - Makes a new exception class in Exceptions/
- `make:event {name}` - Makes a new event class in Events/
- `make:request {name}` - Makes a new request class in Http/Requests/

```
##### And much more...
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor2

2 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 ~85 days

Recently: every ~317 days

Total

16

Last Release

932d ago

Major Versions

v1.9.9 → v2.0.02020-04-26

1.0.x-dev → v2.1.12020-05-02

### Community

Maintainers

![](https://www.gravatar.com/avatar/8a666611c24d993ba2d2326c1d0e7dbf772a0b1d89c6da6bdecd5537b58644f2?d=identicon)[shiftechafrica](/maintainers/shiftechafrica)

---

Top Contributors

[![dev-techguy](https://avatars.githubusercontent.com/u/36882600?v=4)](https://github.com/dev-techguy "dev-techguy (3 commits)")[![general-oisebe](https://avatars.githubusercontent.com/u/154009443?v=4)](https://github.com/general-oisebe "general-oisebe (3 commits)")[![shiftechafrica](https://avatars.githubusercontent.com/u/60717528?v=4)](https://github.com/shiftechafrica "shiftechafrica (1 commits)")

---

Tags

artisan-commandslaravellumenlumen-frameworkphpmiddlewarevalidationlumencontrollersjobsform-request

### Embed Badge

![Health badge](/badges/shiftechafrica-lumen-take-off/health.svg)

```
[![Health](https://phpackages.com/badges/shiftechafrica-lumen-take-off/health.svg)](https://phpackages.com/packages/shiftechafrica-lumen-take-off)
```

###  Alternatives

[axlon/laravel-postal-code-validation

Worldwide postal code validation for Laravel and Lumen

3853.3M1](/packages/axlon-laravel-postal-code-validation)[anik/form-request

Form request is a package for Lumen that lets developer validate form requests like Laravel does.

50373.4k3](/packages/anik-form-request)[pearl/lumen-request-validate

Lumen doesn't have form request validator seperatly. This package helps developers to segregate the validation layer from the controller to a separate dedicated class

45390.3k2](/packages/pearl-lumen-request-validate)[selective/validation

Validation error collector and transformer

35106.8k1](/packages/selective-validation)[albertcht/lumen-form-request

Form request is a package for Lumen that lets developer validate form requests like Laravel does.

1014.9k1](/packages/albertcht-lumen-form-request)[iamfarhad/validation

🇮🇷 Complete Laravel Persian validation package - Iranian national ID, mobile numbers, Shamsi dates, IBAN/Sheba, postal codes &amp; more. Modern Laravel 10-12 support with both ValidationRule objects &amp; string-based rules.

2917.3k](/packages/iamfarhad-validation)

PHPackages © 2026

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