Download the PHP package victoryoalli/laravel-string-macros without Composer
On this page you can find all versions of the php package victoryoalli/laravel-string-macros. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download victoryoalli/laravel-string-macros
More information about victoryoalli/laravel-string-macros
Files in victoryoalli/laravel-string-macros
Package laravel-string-macros
Short Description A set of useful Laravel string macros
License MIT
Homepage https://github.com/victoryoalli/laravel-string-macros
Informations about the package laravel-string-macros
A set of useful Laravel string macros
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.
Installation
You can install the package via composer:
Macros
- A set of useful Laravel string macros
- Installation
- Macros
- Initials
- Interpolate
- readingMinutes
- stripTags
- Fluent String supported
- Testing
- Changelog
- Contributing
- Security
- Credits
- License
Initials
Gets the initicals of the words you provide. It defaults to 2 initials.
Interpolate
Replaces question mark symbol to the words that you provide.
readingMinutes
Calculates how many minutes it takes to read the text provided. It accepts HTML too, it will strip tags to make an accurate calculation.
stripTags
Fluent String supported
Example
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Victor Yoalli
- All Contributors
License
The MIT License (MIT). Please see License File for more information.