PHPackages                             yannoff/lumiere-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. yannoff/lumiere-utils

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

yannoff/lumiere-utils
=====================

A set of utils &amp; helpers for Laravel

0.2.0(4y ago)03MITPHPPHP &gt;=7.0

Since Nov 10Pushed 4y ago1 watchersCompare

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

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

Lumière Utils
=============

[](#lumière-utils)

A set of utils &amp; helpers for [Laravel](https://github.com/laravel).

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

[](#installation)

```
composer require yannoff/lumiere-utils

```

Reference
---------

[](#reference)

### [Utils\\Database\\BluePrintUtils](/src/Database/BluePrintUtils.php)::addTimestamps()

[](#utilsdatabaseblueprintutilsaddtimestamps)

#### Synopsis

[](#synopsis)

```
BluePrintUtils::addTimestamps(Blueprint $table, int $precision = 0)
```

> Add `created_at` &amp; `updated_at` columns with `DEFAULT CURRENT_TIMESTAMP` to the blueprint

#### Example

[](#example)

```
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;

use Yannoff\Lumiere\Utils\Database\BluePrintUtils;

class CreateTagsTable extends Migration
{
    /**
     * @return void
     */
    public function up()
    {
        Schema::create('tags', function (Blueprint $table) {
            $table->id();
            $table->string('label', 120);
            $table->string('slug', 128);
            BluePrintUtils::addTimestamps($table);
        });
    }
}
```

License
-------

[](#license)

Licensed under the [MIT License](LICENSE).

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

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

Total

4

Last Release

1617d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0f7d03ec2e1304f585bacac055f09969294b8c08146d6be1d00504193be3bc9e?d=identicon)[yannoff](/maintainers/yannoff)

---

Top Contributors

[![yannoff](https://avatars.githubusercontent.com/u/20049273?v=4)](https://github.com/yannoff "yannoff (8 commits)")

---

Tags

laravellumenilluminatelaravel-framework

### Embed Badge

![Health badge](/badges/yannoff-lumiere-utils/health.svg)

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

###  Alternatives

[laracrafts/laravel-url-shortener

Powerful URL shortening tools in Laravel

97110.7k](/packages/laracrafts-laravel-url-shortener)[proai/lumen-annotations

Route and event binding annotations for Laravel Lumen

1012.4k](/packages/proai-lumen-annotations)[dotmarn/laravel-error-views

A set of customised error pages/screens designed using the TailwindCSS for use in Laravel projects.

123.2k](/packages/dotmarn-laravel-error-views)

PHPackages © 2026

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