PHPackages                             sofiakb/lumen-utils - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. sofiakb/lumen-utils

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

sofiakb/lumen-utils
===================

A library lumen utils

v0.0.18(3y ago)096MITPHP

Since Aug 26Pushed 3y ago1 watchersCompare

[ Source](https://github.com/sofiakb/lumen-utils)[ Packagist](https://packagist.org/packages/sofiakb/lumen-utils)[ RSS](/packages/sofiakb-lumen-utils/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (5)Versions (32)Used By (0)

[![Contributors](https://camo.githubusercontent.com/6161f4396df68234988f6ebfa324edf8c452d20cfa15b8e9203a4e769bf63b7f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6e7472696275746f72732f736f6669616b622f6c756d656e2d7574696c732e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/sofiakb/lumen-utils/graphs/contributors)[![Forks](https://camo.githubusercontent.com/7dd6657de975297416a6509f3869e2a1b60c6035eba0d94220afcb77b9f9d911/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f736f6669616b622f6c756d656e2d7574696c732e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/sofiakb/lumen-utils/network/members)[![Stargazers](https://camo.githubusercontent.com/429959715f26471fc66951395ef326721558a6ad1fbab044b0562f2554497df5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f736f6669616b622f6c756d656e2d7574696c732e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/sofiakb/lumen-utils/stargazers)[![Issues](https://camo.githubusercontent.com/26bffbbe08c94293cee60dfa4b9d3dc4ffbd56ad11f94fec66e7a69e4ec62555/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f736f6669616b622f6c756d656e2d7574696c732e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/sofiakb/lumen-utils/issues)[![MIT License](https://camo.githubusercontent.com/855f828a3a140c0589d0445c84611c1037df56e538dbfd0025643ec91b05fff1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f736f6669616b622f6c756d656e2d7574696c732e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/sofiakb/lumen-utils/blob/main/LICENSE)

lumen-utils
===========

[](#lumen-utils)

 A PHP Library for detect OS System !

 [Report Bug](https://github.com/sofiakb/lumen-utils/issues) · [Request Feature](https://github.com/sofiakb/lumen-utils/issues)

 Table of Contents1. [About the library](#about-the-project)
    - [Built With](#built-with)
2. [Getting Started](#getting-started)
    - [Prerequisites](#prerequisites)
    - [Installation](#installation)
3. [Usage](#usage)
4. [Roadmap](#roadmap)
5. [Contributing](#contributing)
6. [License](#license)
7. [Contact](#contact)
8. [Acknowledgements](#acknowledgements)

About The Library
-----------------

[](#about-the-library)

The library allows to detect os system in PHP project.

### Built With

[](#built-with)

This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

- [PHP](https://php.net)

### Prerequisites

[](#prerequisites)

- php &gt;= 7.4

### Installation

[](#installation)

```
composer require sofiakb/lumen-utils
```

Usage
-----

[](#usage)

```
// Register service provider
use Sofiakb\Lumen\Utils\Http\Controllers\Controller;
use Sofiakb\Lumen\Utils\Services\Service;

$app->register(Sofiakb\Lumen\Utils\Providers\LumenUtilsServiceProvider::class);

// Commands available
$commands = [
 'app:name',
 'key:generate',
 'serve',
 'set:env'
];

// Tools

class TableController extends Controller {

    // Pass Service Namespace into $serviceClass
    public function __construct(string $serviceClass = 'Service') {
        parent::__construct($serviceClass);
    }

    public function all(){
        return parent::all(); // TODO: Change the autogenerated stub
    }

    public function findBy(string $column,$id){
        return parent::findBy($column,$id); // TODO: Change the autogenerated stub
    }

    public function findById($id){
        return parent::findById($id); // TODO: Change the autogenerated stub
    }

    public function store(){
        return parent::store(); // TODO: Change the autogenerated stub
    }

    public function update($id){
        return parent::update($id); // TODO: Change the autogenerated stub
    }

    public function updateBy($column,$value){
        return parent::updateBy($column,$value); // TODO: Change the autogenerated stub
    }

    public function search(){
        return parent::search(); // TODO: Change the autogenerated stub
    }

    public function paginate($page){
        return parent::paginate($page); // TODO: Change the autogenerated stub
    }
}

class TableService extends Service {
}
```

Roadmap
-------

[](#roadmap)

See the [open issues](https://github.com/sofiakb/lumen-utils/issues) for a list of proposed features (and known issues).

License
-------

[](#license)

Distributed under the MIT License. See `LICENSE` for more information.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Recently: every ~36 days

Total

31

Last Release

1387d ago

### Community

Maintainers

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

---

Top Contributors

[![sofiakb](https://avatars.githubusercontent.com/u/83745581?v=4)](https://github.com/sofiakb "sofiakb (67 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sofiakb-lumen-utils/health.svg)

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

PHPackages © 2026

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