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

https://github.com/smoren/helpers-php

Some helpers for different things
https://github.com/smoren/helpers-php

helpers helpers-library php

Last synced: 6 months ago
JSON representation

Some helpers for different things

Awesome Lists containing this project

README

          

# helpers

Some helpers for different things

### How to install to Yii2 project
```
composer require smoren/helpers
```

### Unit testing
```
composer install
./vendor/bin/codecept build
./vendor/bin/codecept run unit tests/unit
```