marifhasan/helpers

helper functions, Laravel, PHP

v1.0 2023-12-23 04:00 UTC

This package is auto-updated.

Last update: 2024-05-26 10:57:01 UTC


README

Official installation method is via composer and its packagist package marifhasan/helpers.

composer require marifhasan/helpers

Add below lines to composer.json

"autoload": {
	"files": [
		"vendor/marifhasan/helpers/src/math.php"
	]
},
composer dump-autoload

Usage

Available math short functions for your application use:

to_qty
to_amount
to_ordinal
to_number
to_closing
to_words