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.
- Host: GitHub
- URL: https://github.com/php-forge/helper
- Owner: php-forge
- License: mit
- Created: 2023-07-16T13:33:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T13:47:33.000Z (almost 2 years ago)
- Last Synced: 2025-03-10T21:54:47.908Z (11 months ago)
- Topics: helpers, php, php-forge
- Language: PHP
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Collection of Helper for PHP.
## 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