Help me \Rhonda
Let's face it. We can all use a little help sometimes. Rhonda Helper was born out of a desire to write less code when developing with PHP.
It addresses some common issues and tasks that need to be accomplished when developing in PHP.
Check out the Rhonda Helper documentation for a list of all the helpers.
Install with composer
composer require peledies/rhonda:~1
composer install
Add the following to your composer.json file
"require": {
"peledies/rhonda": "~1"
}