PHPackages                             jlourenco/support - 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. jlourenco/support

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

jlourenco/support
=================

Package to support every jlourenco package. This adds some helper functions which do not require any other jlourenco package.

v0.1.5(10y ago)0431MITPHPPHP &gt;=5.4.0

Since Jan 19Pushed 10y ago1 watchersCompare

[ Source](https://github.com/joaogl/support)[ Packagist](https://packagist.org/packages/jlourenco/support)[ Docs](https://github.com/jlourenco/support)[ RSS](/packages/jlourenco-support/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)Dependencies (10)Versions (6)Used By (1)

support
=======

[](#support)

[![Latest Stable Version](https://camo.githubusercontent.com/66fa62ae71e4aca274734dc414da18436e80a3f95922dda221d863fde3fb4144/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6c6f7572656e636f2f737570706f72742e7376673f7374796c653d666c61742d737175617265266c6162656c3d737461626c65)](https://packagist.org/packages/jlourenco/support)[![Latest Unstable Version](https://camo.githubusercontent.com/4a726c541946f2602cc1b31b3023d0824f4e40cde2c3afb2797b819633983fad/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f767072652f6a6c6f7572656e636f2f737570706f72742e7376673f7374796c653d666c61742d737175617265266c6162656c3d756e737461626c65)](https://packagist.org/packages/jlourenco/support)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/7fdc87ceccaaab3c99fae302a53a0fca5edbae8d55625d97ebd3cdf83c030f68/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6a6f616f676c2f737570706f72742f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/joaogl/support/build-status/master)[![Quality Score](https://camo.githubusercontent.com/0b72d41dccee70d5cb58587053d72fcb79dc445aa0fff5e040805398e60a0b9d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6a6f616f676c2f737570706f72742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/joaogl/support/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/ab76f141d973ef57dcb83521764aa4d20a8788ee33535dd42160d304ba6953cf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6c6f7572656e636f2f737570706f72742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jlourenco/support)

This package is the support for every jlourenco package. It does not depend on any other jlourenco package and it adds a few helper functions.

Install
-------

[](#install)

Via Composer

```
$ composer require jlourenco/support
$ php artisan jlourenco:setup
```

Usage
-----

[](#usage)

```
Schema::create('TestingTable', function (Blueprint $table) {
    $table->increments('id');
    $table->string('name', 25);
    $table->string('description', 150)->nullable();
    $table->timestamps();
    $table->creation();
});

Schema::table('TestingTable', function (Blueprint $table) {
    $table->creationRelation();
});
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Joao Lourenco](https://github.com/joaogl)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

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

Total

5

Last Release

3664d ago

### Community

Maintainers

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

---

Top Contributors

[![joaogl](https://avatars.githubusercontent.com/u/1858551?v=4)](https://github.com/joaogl "joaogl (18 commits)")

---

Tags

recaptchasupportjlourenco

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/jlourenco-support/health.svg)

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

###  Alternatives

[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.3k](/packages/blair2004-nexopos)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

116.6k](/packages/tomshaw-electricgrid)[binshops/laravel-ticket

A simple ticketing system for Laravel 5.1 – 5.8 and 6.\* - 7.\* - 8.\* - 9.\* - 10.\* -which integrates smoothly with Laravel default users and auth system

261.0k](/packages/binshops-laravel-ticket)

PHPackages © 2026

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