Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.