Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nabeghe/helpers-php
A helper library that includes all my helpers in one package for PHP.
https://github.com/nabeghe/helpers-php
php php-helper php-helpers php-lib php-libraries php-library php-support
Last synced: 21 days ago
JSON representation
A helper library that includes all my helpers in one package for PHP.
- Host: GitHub
- URL: https://github.com/nabeghe/helpers-php
- Owner: nabeghe
- License: mit
- Created: 2024-10-23T19:34:45.000Z (27 days ago)
- Default Branch: master
- Last Pushed: 2024-10-24T20:53:42.000Z (26 days ago)
- Last Synced: 2024-10-26T09:42:47.554Z (25 days ago)
- Topics: php, php-helper, php-helpers, php-lib, php-libraries, php-library, php-support
- Language: PHP
- Homepage:
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Helpers for PHP.
> A helper library that includes all my helpers in one package for PHP.
Includes the following helpers:
- [Alphanum](https://github.com/nabeghe/alphanum-php) v0.1.0
- [Arrayer](https://github.com/nabeghe/arrayer-php) v1.0.1
- [Buildify](https://github.com/nabeghe/buildify-php) v1.0.0
- [Cally](https://github.com/nabeghe/cally-php) v0.1.0
- [Colory](https://github.com/nabeghe/colory-php) v0.1.0
- [Dati](https://github.com/nabeghe/dati-php) v0.1.0
- [HeadersReader](https://github.com/nabeghe/headers-reader-php) v1.0.0
- [Levex](https://github.com/nabeghe/levex-php) v1.0.0
- [Matcher](https://github.com/nabeghe/matcher-php) v1.0.0
- [Mem](https://github.com/nabeghe/mem-php) v1.0.0
- [Reflecty](https://github.com/nabeghe/reflecty-php) v0.1.0
- [Servery](https://github.com/nabeghe/servery-php) v0.1.0
- [Shortnum](https://github.com/nabeghe/shortnum-php) v0.1.0
- [SimpleCipher](https://github.com/nabeghe/simple-cipher-php) v1.0.0
- [Stringer](https://github.com/nabeghe/stringer-php) v1.1.0
- [Tepade](https://github.com/nabeghe/tepade-php) v1.0.0
- [Traituctor](https://github.com/nabeghe/traituctor) v0.1.0
- [Yielder](https://github.com/nabeghe/yielder-php) v1.0.0It also includes several functions that can be widely useful.
These functions are defined in the [functions.php](src/functions.php) file.
## 🚀 Installation
You can install the package via composer:
```bash
composer require nabeghe/helpers
```
## 📖 License
Copyright (c) Hadi Akbarzadeh
Licensed under the MIT license, see [LICENSE.md](LICENSE.md) for details.