PHPackages                             jlpiriz/laravel-helpers - 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. jlpiriz/laravel-helpers

ActiveLibrary

jlpiriz/laravel-helpers
=======================

Package with useful things for Laravel 5.5 or highest

v0.1(8y ago)0156MITPHPPHP &gt;=7.1.0

Since Dec 16Pushed 8y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Helpers for Laravel 5
=====================

[](#helpers-for-laravel-5)

Simple package with useful things for Laravel 5.5 or highest.

[![Latest Stable Version](https://camo.githubusercontent.com/a368e12856823fb70ee5b16b596ca30d5e1b425396fea9067291023fb80859db/68747470733a2f2f706f7365722e707567782e6f72672f6a6c706972697a2f6c61726176656c2d68656c706572732f762f737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/jlpiriz/laravel-helpers)[![License](https://camo.githubusercontent.com/6f27e597fc5754aca97f624a1758e64c6499d667c35d12d426a2a4f880c532f4/68747470733a2f2f706f7365722e707567782e6f72672f6a6c706972697a2f6c61726176656c2d68656c706572732f6c6963656e73653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/jlpiriz/laravel-helpers)

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

[](#installation)

To install this package you will need:

- Laravel 5.5+
- PHP 7.1+

Install via composer to require the package.

```
$ composer require jlpiriz/laravel-helpers
```

Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

```
Jlpiriz\LaravelHelpers\Providers\HelpersServiceProvider::class,
```

Finally, you will want to publish the config using the following command:

```
$ php artisan vendor:publish --provider="Jlpiriz\LaravelHelpers\Providers\HelpersServiceProvider"
```

Usage
-----

[](#usage)

> This package is starting. You will soon have more features.

All classes use the singleton pattern. This ensure that only one instance of a class is created. The global point of access to the object is the method getInstance().

#### Logger

[](#logger)

Logger class save any variable to a file. The variables can take are: array, bool, float, int, null, object and string. Any other variables give a file with an error message.

```
	$log = Logger::getInstance("/my/relative/path")
	$log->save("file.txt", "hello world....");

        or

	Logger::getInstance()->save("file.txt", ["hello", 12.5, [1,2,"world",4,5] ]);
```

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

[](#contributing)

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Make your changes
4. Commit your changes (`git commit -am 'Added some feature'`)
5. Push to the branch (`git push origin my-new-feature`)
6. Create new Pull Request

License
-------

[](#license)

Helpers for Laravel 5 is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

3070d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/64c19462ab7a86333b3a729432ba6badcf9d498f7cbb9a38fbd70b9b622620dc?d=identicon)[Jonatan López](/maintainers/Jonatan%20L%C3%B3pez)

---

Tags

helperspackageSimpleuseful

### Embed Badge

![Health badge](/badges/jlpiriz-laravel-helpers/health.svg)

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

###  Alternatives

[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k43.5M5.2k](/packages/larastan-larastan)[laravel/helpers

Provides backwards compatibility for helpers in the latest Laravel release.

80660.2M458](/packages/laravel-helpers)[yansongda/laravel-pay

专注 Alipay/WeChat/Unipay 的 laravel 支付扩展包

1.1k353.2k9](/packages/yansongda-laravel-pay)[bensampo/laravel-embed

Painless responsive embeds for videos, slideshows and more.

142146.8k](/packages/bensampo-laravel-embed)[erlandmuchasaj/laravel-gzip

Gzip your responses.

40129.3k2](/packages/erlandmuchasaj-laravel-gzip)[joggapp/laravel-aws-sns

Laravel package for the SNS events by AWS

3171.8k](/packages/joggapp-laravel-aws-sns)

PHPackages © 2026

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