jaschweder/helpers

Basic help classes and functions for any application

Installs: 2 400

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

pkg:composer/jaschweder/helpers

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

This package is not auto-updated.

Last update: 2025-10-12 01:29: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