marifhasan / helpers
helper functions, Laravel, PHP
v2.0
2024-08-07 17:57 UTC
Requires
- php: ^8.2
- illuminate/support: ^11.0
This package is auto-updated.
Last update: 2024-11-07 18:33:18 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