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
- Host: GitHub
- URL: https://github.com/smoren/helpers-php
- Owner: Smoren
- License: mit
- Created: 2021-06-18T08:04:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T11:35:27.000Z (over 2 years ago)
- Last Synced: 2025-03-28T13:21:13.613Z (7 months ago)
- Topics: helpers, helpers-library, php
- Language: PHP
- Homepage:
- Size: 64.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```