PHPackages                             hnhdigital-os/laravel-extras - 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. hnhdigital-os/laravel-extras

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

hnhdigital-os/laravel-extras
============================

Provides a collection of extras for Laravel 5.

117PHP

Since Sep 8Pushed 8y agoCompare

[ Source](https://github.com/hnhdigital-os/laravel-extras)[ Packagist](https://packagist.org/packages/hnhdigital-os/laravel-extras)[ RSS](/packages/hnhdigital-os-laravel-extras/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Extras
==============

[](#laravel-extras)

Provides various extra features and functionality for Laravel 5.

[![Latest Stable Version](https://camo.githubusercontent.com/2aecc6e5b2fe127377b6cc6c4f70afadbeb2d0fd34a675f2baea2eabc471175b/68747470733a2f2f706f7365722e707567782e6f72672f686e686469676974616c2d6f732f6c61726176656c2d6578747261732f762f737461626c652e737667)](https://packagist.org/packages/hnhdigital-os/laravel-extras) [![Total Downloads](https://camo.githubusercontent.com/c6ac2ea5d68d5c29cebff8acda25c1e6a0199ef489f8d5c164fd26690ff2ce02/68747470733a2f2f706f7365722e707567782e6f72672f686e686469676974616c2d6f732f6c61726176656c2d6578747261732f646f776e6c6f6164732e737667)](https://packagist.org/packages/hnhdigital-os/laravel-extras) [![Latest Unstable Version](https://camo.githubusercontent.com/38debd2cbf0f2c3adc164d58648741e7745c80aa7742517f0773b6d7cb3759be/68747470733a2f2f706f7365722e707567782e6f72672f686e686469676974616c2d6f732f6c61726176656c2d6578747261732f762f756e737461626c652e737667)](https://packagist.org/packages/hnhdigital-os/laravel-extras) [![License](https://camo.githubusercontent.com/de7f82bd4fb9bc23dcd854b726e87bf1c13a87e36e874d9abc4e36a7585bc030/68747470733a2f2f706f7365722e707567782e6f72672f686e686469676974616c2d6f732f6c61726176656c2d6578747261732f6c6963656e73652e737667)](https://packagist.org/packages/hnhdigital-os/laravel-extras)

[![Build Status](https://camo.githubusercontent.com/04721cffd450ecc692fca8aff5ae2b0c011e1085f440671fdf18cf3020dc2f2b/68747470733a2f2f7472617669732d63692e6f72672f686e686469676974616c2d6f732f6c61726176656c2d6578747261732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/hnhdigital-os/laravel-extras) [![StyleCI](https://camo.githubusercontent.com/0be8cc3b16aacf0b51d353822196763893c087b69b9c1330cea32d215cc7382a/68747470733a2f2f7374796c6563692e696f2f7265706f732f37343431373734362f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/74417746) [![Test Coverage](https://camo.githubusercontent.com/04e2bcf6f71633bcd0146b76c7e95a15ccf363ca86400bfabf882caba0b88da7/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f686e686469676974616c2d6f732f6c61726176656c2d6578747261732f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/hnhdigital-os/laravel-extras/coverage) [![Issue Count](https://camo.githubusercontent.com/df2c3bfe75bc0f13f9849573175a66ed2b94ad1d0c1830541d49c41c751469b5/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f686e686469676974616c2d6f732f6c61726176656c2d6578747261732f6261646765732f69737375655f636f756e742e737667)](https://codeclimate.com/github/hnhdigital-os/laravel-extras) [![Code Climate](https://camo.githubusercontent.com/477a427c3882fd2d1d01274a0ce2ac4d419c539a0b7dd6d067023fb8223136ca/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f686e686469676974616c2d6f732f6c61726176656c2d6578747261732f6261646765732f6770612e737667)](https://codeclimate.com/github/hnhdigital-os/laravel-extras)

This package has been developed by H&amp;H|Digital, an Australian botique developer. Visit us at [hnh.digital](http://hnh.digital).

Provides
--------

[](#provides)

- Blade directives to reduce php in a blade template.

Install
-------

[](#install)

Via composer:

`$ composer require hnhdigital-os/laravel-extras dev-master`

Enable additional blade directives by editing config/app.php:

```
    'providers' => [
        ...
        Bluora\LaravelExtras\BladeDirectiveServiceProvider::class,
        ...
    ];
```

Usage
-----

[](#usage)

In a blade template:

```
@call('test()')
@csrf
@raw(echo 'This is a raw command')
```

Would render to:

```

```

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

[](#contributing)

Please see [CONTRIBUTING](https://github.com/hnhdigital-os/laravel-extras/blob/master/CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Rocco Howard](https://github.com/therocis)
- [All Contributors](https://github.com/hnhdigital-os/laravel-extras/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/hnhdigital-os/laravel-extras/blob/master/LICENSE) for more information.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5270e3a3d1add4e39f12dfde3ce549999a26f759d7128056083ab07f475259f2?d=identicon)[bluora](/maintainers/bluora)

---

Top Contributors

[![RoccoHoward](https://avatars.githubusercontent.com/u/227896?v=4)](https://github.com/RoccoHoward "RoccoHoward (11 commits)")

### Embed Badge

![Health badge](/badges/hnhdigital-os-laravel-extras/health.svg)

```
[![Health](https://phpackages.com/badges/hnhdigital-os-laravel-extras/health.svg)](https://phpackages.com/packages/hnhdigital-os-laravel-extras)
```

###  Alternatives

[datatables.net/datatables.net

DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table. This is jQuery DataTables

56156.5k25](/packages/datatablesnet-datatablesnet)[ahuggins/open-on-make

Automatically open files in editor when Artisan make:\* is executed

9920.0k](/packages/ahuggins-open-on-make)[caouecs/sirtrevorjs

Sir Trevor JS in Laravel project

5421.6k](/packages/caouecs-sirtrevorjs)[timoetting/kirby-color

Kirby-Color is a color picker plugin for Kirby CMS v3.

4618.0k](/packages/timoetting-kirby-color)[rezzza/shorty

Underwear for your long urls

1315.3k1](/packages/rezzza-shorty)

PHPackages © 2026

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