PHPackages                             radic/laravel-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. [Templating &amp; Views](/categories/templating)
4. /
5. radic/laravel-support

Abandoned → [laradic/support](/?search=laradic%2Fsupport)Library[Templating &amp; Views](/categories/templating)

radic/laravel-support
=====================

Laravel support package

2.0.0(10y ago)31162MITPHPPHP &gt;=5.5.9

Since Mar 7Pushed 10y ago1 watchersCompare

[ Source](https://github.com/RobinRadic/laravel-support)[ Packagist](https://packagist.org/packages/radic/laravel-support)[ Docs](https://github.com/laradic/support)[ RSS](/packages/radic-laravel-support/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (8)Versions (14)Used By (0)

Laradic Support
===============

[](#laradic-support)

[![Build Status](https://camo.githubusercontent.com/a13fa4a7e2c4167046ce3741ef69ac55454b86a0f2dbf5c2b9b589160c0d2d01/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6c6172616469632f737570706f72742e7376673f6272616e63683d6d6173746572267374796c653d666c61742d737175617265)](https://travis-ci.org/laradic/support)[![GitHub Version](https://camo.githubusercontent.com/f8e7efba1cef3aea28be6e85d7c8d9726cc1b003ed3dca076b0ab6a0b7018d82/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7461672f6c6172616469632f737570706f72742e7376673f7374796c653d666c61742d737175617265266c6162656c3d76657273696f6e)](http://badge.fury.io/gh/laradic%2Fsupport)[![Code Coverage](https://camo.githubusercontent.com/a1ae09a3a2ac8b066f389ec54842dc60004d7ffbf389ce90e44dc3c773960a52/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f7665726167652d30252d7265642e7376673f7374796c653d666c61742d737175617265)](http://radic.nl:8080/job/laradic-support/cloverphp)[![Total Downloads](https://camo.githubusercontent.com/f5e50234e5652b8789055022bda3c804979abe2e07539a51634bc9b1e9f31681/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c6172616469632f737570706f72742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laradic/support)[![License](https://camo.githubusercontent.com/3950454bd41aa92a19854a4ad516b52a3f53211ab0ebc68beff94e5379a2036b/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d6666363962342e7376673f7374796c653d666c61742d737175617265)](http://radic.mit-license.org)

[![Goto Documentation](https://camo.githubusercontent.com/b2a9708fdc45397d39a1b3e82b967bfdab9dff752f4e12352c535c417bb51b6e/687474703a2f2f696d672e736869656c64732e696f2f62616467652f676f746f2d646f63732d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](http://docs.radic.nl/laradic-support)[![Goto API Documentation](https://camo.githubusercontent.com/9f03c129bdbe1f7a7ba2a1353d950c27a8827bdfa0706a578cb96cefc8c48aa8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f676f746f2d6170692d2d646f63732d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](http://docs.radic.nl/laradic-support/api)[![Goto Repository](https://camo.githubusercontent.com/4508bc277cde1478cd956506852fa7e01b63427dd0b40fa074e1fb8e7cbe2f26/687474703a2f2f696d672e736869656c64732e696f2f62616467652f676f746f2d7265706f2d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](https://github.com/laradic/support)

---

Version 1.2
-----------

[](#version-12)

**Laravel 5** support package.

[**Check the documentation for all features and options**](http://docs.radic.nl/laradic-support/) (NA yet..)

Todo
----

[](#todo)

- Cleanup
- Tests (String tests are done but located outside of the package)

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

[](#installation)

#### Composer

[](#composer)

```
"laradic/support": "~1.2"
```

#### Laravel

[](#laravel)

Note: The `SupportServiceProvider` is only needed if you want to use the Filesystem class trough IoC.

```
'Laradic\Support\SupportServiceProvider'
```

Overview
--------

[](#overview)

#### Classes

[](#classes)

ClassUsageDescriptionObject`Object::first(['a', 'b'])`Object helper functionsNumber`Number::paddingLeft(['a', 'b'])`Number helper functionsArrays`Arrays::unflatten($arr, '.')`Array helper functionsString`String::slug('Ha lo')`Combines Laravel, Underscore and Stringy functions into 1Path`Path::join('My', 'New', 'Path')`Provides utility methods for handling path stringsFilesystem`App::make('files')`
 `new Filesystem()`Extra filesystem functionsTemplateParser`new TemplateParser(Filesystem $files, $sourceDir)`Parse stubs into files#### Traits

[](#traits)

TraitDescriptionDotArrayAccessTraitImplements ArrayAccess functionality into a classEventDispatcherTraitImplements event dispatcher functionality into a classNamespacedItemResolverTraitImplements namespace functionality into a classAnd some others, TBD.#### Helpers

[](#helpers)

Check the `helpers.php` file for an overview

#### Copyright/License

[](#copyrightlicense)

Copyright 2015 [Robin Radic](https://github.com/RobinRadic) - [MIT Licensed](http://radic.mit-license.org)

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Recently: every ~21 days

Total

12

Last Release

3991d ago

Major Versions

1.2.8 → 2.0.02015-08-01

PHP version history (3 changes)1.0.0PHP &gt;=5.4.0

1.2.7PHP ^5.5.9

2.0.0PHP &gt;=5.5.9

### Community

Maintainers

![](https://www.gravatar.com/avatar/303828383a9c2bf382436a61f4471425428b28c095c6df9a9714444cbc163538?d=identicon)[radic](/maintainers/radic)

---

Tags

laravelbladeextensionsloop

### Embed Badge

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

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

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M203](/packages/laravel-ai)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[moonshine/moonshine

Laravel administration panel

1.3k253.1k80](/packages/moonshine-moonshine)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.3k453.6k30](/packages/tightenco-jigsaw)[illuminate/queue

The Illuminate Queue package.

21332.6M1.6k](/packages/illuminate-queue)

PHPackages © 2026

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