minionfactory/common-helpers

Contains a few common helpers used in many projects.
31,508
Install
composer require minionfactory/common-helpers
Latest Version:v1.2.0
PHP:^8.0
License:MIT
Last Updated:Oct 20, 2023
Links: GitHub  ·  Packagist
Maintainer: recognizerHD

Common Helpers

A collection of things that go in the helpers file for various projects.

  • gen_uuid = Generates a unique ID in the format of: c2ce3a4d-e729-4d76-8af3-95a982fa5f62

  • showMoney = Does the same as asMoney, but has more configuration options and also shows the currency symbol.

  • asMoney = Converts a value to a double with two decimal points and no thousands separator.

  • dot_explode($array) = convert a dot based flat array to a multidimensional array.

Release Notes

v1.2.0
  • Reverted - asMoney no longer using bcdiv. Reverted back to number_format.
v1.1.2
  • Fixed - thousands separator threw errors too.
v1.1.1
  • Fixed - bcdiv function argument not well formed bug.
v1.1.0
  • New - Added PHP extension bcmath as required
  • Updated - composer library updates
v1.0.2
  • Updated - Put the negative symbol first
v1.0.1
  • New - Added License
v1.0.0
  • Initial Commit

Related Packages

ronasit/laravel-helpers

Provided helpers function and some helper class.

89,800 20
kun391/laravel-helpers

Laravel Helpers for Non-Laravel Projects

6,469 2
prizeless/laravel-5-helpers

Group of common and easy to use base classes for a Laravel 5.1 project

4,886 3
rappasoft/laravel-helpers

Laravel Helpers for Non-Laravel Projects

701,269 277
acacha/helpers

Extra helpers for Laravel

268,766 25