bhavingajjar / php-utilities
PHP common and useful Utilities(Helpers)
v1.1.1
2021-03-09 12:23 UTC
Requires
- php: ^7.1
Requires (Dev)
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2024-10-09 20:58:50 UTC
README
All In one utility class for rapid php development purpose!
it includes many functions and functionalities that is used in the web application, It can be used with any php framework or with a core php
Installation
You can install the package via composer:
composer require bhavingajjar/php-utilities
Usage
use Bhavingajjar\PhpUtilities\PhpUtilities; $number=PhpUtilities::parseNumber('10.5');
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email gajjarbhavin22@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.