Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webberman/php-helper
Php Helper package is a collection of loadable php helper files that help you with a given task.
https://github.com/webberman/php-helper
assets cookies file files form forms function functions helper helpers php url
Last synced: about 1 month ago
JSON representation
Php Helper package is a collection of loadable php helper files that help you with a given task.
- Host: GitHub
- URL: https://github.com/webberman/php-helper
- Owner: webberman
- License: mit
- Created: 2020-12-18T07:23:38.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-18T07:40:28.000Z (about 4 years ago)
- Last Synced: 2024-04-20T23:06:54.029Z (9 months ago)
- Topics: assets, cookies, file, files, form, forms, function, functions, helper, helpers, php, url
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PHP Helper
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE.md)
[![Latest Stable Version](https://img.shields.io/packagist/v/webberman/php-helper.svg)](https://packagist.org/packages/webberman/php-helper)
[![Build Status](https://github.com/webberman/php-helper/workflows/tests/badge.svg)](https://github.com/webberman/php-helper/actions)
[![Total Downloads](https://img.shields.io/packagist/dt/webberman/php-helper.svg)](https://packagist.org/packages/webberman/php-helper)## Install
```bash
composer require webberman/php-helper
```## About PHP Helper
Php Helper package is a collection of loadable php helper files that help you with a given task.
## Usage
WIll be updated soon.
## Testing
Run the tests with:
```bash
vendor/bin/phpunit
```## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
## License
The MIT License (MIT). Please see [License File](/LICENSE.md) for more information.