There is no license information available for the latest version (v2.0.0) of this package.

Utils package for live-controls

Maintainers

Package info

github.com/live-controls/utils

pkg:composer/live-controls/utils

Statistics

Installs: 2 378

Dependents: 4

Suggesters: 0

Stars: 0

Open Issues: 0

v2.0.0 2026-06-14 11:44 UTC

README

Release Version Packagist Version

An utilities package for Laravel 11+, it includes various categories of useful methods to ease the life of a developer and speed up the process.

To use the old system with a single Utils class, use the versions v1.x or use the v1 branch

Classes

AB

An easy way to make AB tests based on variants.

Arrays

An array helper to add some functions that are present in Laravel collections, but not in PHP arrays and more.

BBCodes

Contains helpers to convert BBCodes.

Blogging

Contains helpers to make it easier for creating blogs.

CSV

Contains methods to handle CSV files like import, export and more.

Files

Contains helpers to handle Files like get their Mimetypes and more.

Numbers

Contains helpers to handle numbers with ease.

Others

Several methods that do not fit into other categories.

SocialSecurity

Contains helpers to handle brazilian social security numbers.

Str

Contains helpers to manipulate strings.

Time

Contains helpers to Carbon time objects and more.

Enums

SocialSecurityNumberTypes

Contains several types of brazilian social security numbers to ease their check and manipulation. Is used by the SocialSecurity class.

Exceptions

DeprecatedException

An exception that can be used in testing to show deprecated methods.

NotImplementedException

An exception that can be used to show not implemented methods.

Traits

HasABTests

A trait that will handle AB tests for Laravel models.