Download the PHP package kanekescom/laravel-helperia without Composer
On this page you can find all versions of the php package kanekescom/laravel-helperia. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kanekescom/laravel-helperia
More information about kanekescom/laravel-helperia
Files in kanekescom/laravel-helperia
Package laravel-helperia
Short Description Helper for rapid Laravel development improvements
License MIT
Homepage https://github.com/kanekescom/laravel-helperia
Informations about the package laravel-helperia
Laravel Helperia
Helper for rapid Laravel development improvements. This library is a function and class to help improve Laravel development.
Support us
Want to provide tangible support? Use the following platform to contribute to open-source software developers. Every contribution you make is a significant boost to continue building and enhancing technology that benefits everyone.
- Buy Me a Coffee https://s.id/hadibmac
- Patreon https://s.id/hadipatreon
- Saweria https://s.id/hadisaweria
We highly appreciate you sending us a few cups of coffee to accompany us while writing code. Super thanks.
Installation
You can install the package via composer:
Usage
HasMethodCaller
Make your class return the functionality of another class. This is useful when you want your logic to be returned as another class, Laravel Collection for example.
Here's an example of how to use it to make your classes feel like Laravel Collections.
or use ClassExtender
instead
ClassExtender
Get Methods of Class
Get the methods that a class has based on its visibility type. Returned as Laravel Collection.
Get public methods
Get protected methods
Get private methods
Convert Date
Convert date format
Parse date to format.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Achmad Hadi Kurnia
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-helperia with dependencies
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^10.0|^11.0