jaschweder/helpers

Basic help classes and functions for any application

v1.0.0 2016-05-28 19:50 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:40:17 UTC


README

Classes and functions for any project

Build Status

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