jaschweder / helpers
Basic help classes and functions for any application
v1.0.0
2016-05-28 19:50 UTC
Requires (Dev)
- phpunit/phpunit: ~4.1
This package is not auto-updated.
Last update: 2024-11-09 19:51:09 UTC
README
Classes and functions for any project
Install
composer require jaschweder\helpers
Getting start
Examples:
// dump and die
dd('some random text');
// get enviorment with default value
env('FOO', 'bar');
for more examples see the ´helpers.php´ file
Author
Jonathan A. Schweder jonathanschweder@gmail.com