An open API service indexing awesome lists of open source software.

https://github.com/php-forge/helper

Collection of Helpers for PHP.
https://github.com/php-forge/helper

helpers php php-forge

Last synced: 4 months ago
JSON representation

Collection of Helpers for PHP.

Awesome Lists containing this project

README

          





Collection of Helper for PHP.





PHPUnit


Codecov


Infection


Psalm


Psalm Coverage


StyleCI

## Installation

The preferred way to install this extension is through [composer](https://getcomposer.org/download/).

Either run

```shell
composer require --prefer-dist php-forge/helpers:"^0.1"
```

or add

```json
"php-forge/helpers": "^0.1"
```

## Usage

The repository contains a collection of utility functions designed to simplify common programming tasks in PHP.

Whether you're working on web development, data processing, or other projects, these helper functions can save you time
and effort.

## Converts a camelCase formatted string to snake_case

```php