bhavingajjar/php-utilities

PHP common and useful Utilities(Helpers)

v1.1.1 2021-03-09 12:23 UTC

This package is auto-updated.

Last update: 2024-04-09 20:02:47 UTC


README

Latest Version on Packagist Build Status Quality Score Total Downloads

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.