asorasoft/helpers is a Laravel package for helper functions.
It currently has 0 GitHub stars and 1 downloads on Packagist (latest version v1.0.0).
Install it with composer require asorasoft/helpers.
Discover more Laravel packages by asorasoft
or browse all Laravel packages to compare alternatives.
Last updated
Helper functions
You can install the package via composer:
composer require asorasoft/helpers
message_error($message, $statusCode = 404) return Illumate\Http\Responsemessage_sucess($data) return Illumate\Http\Responsemessage_pagination($paginate, $number_per_page) return Illumate\Http\Responseto_khmer_number($str) return Stringto_standard_number($str) return Stringget_random_str() return Stringin_development return Booleanis_production return Booleanget_phone_with_country_code($str) return Stringget_phone_without_country_code($str) return Stringmy_logs($err, Exception $e) Logging errorscomposer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.