Download the PHP package sentgine/helper without Composer
On this page you can find all versions of the php package sentgine/helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sentgine/helper
More information about sentgine/helper
Files in sentgine/helper
Package helper
Short Description A PHP library providing various helper functions for common tasks.
License MIT
Informations about the package helper
Helper by Sentgine
Helper is PHP library providing various helper functions for common tasks.
Features
- String Helper Class: Word: The package includes a versatile string manipulation helper class called
Word
. This class provides a wide range of methods for transforming and manipulating strings, such as converting strings to various casing formats (e.g., PascalCase, kebab-case, snake_case, camelCase, Title Case), extracting substrings, concatenating strings, performing regular expression matches and replacements, converting strings to lowercase or uppercase, trimming whitespace, checking for substring presence, singularizing and pluralizing English words, and more. With theWord
class, you can streamline common string operations and enhance the efficiency of your PHP projects.
Requirements
- PHP 8.0 or higher.
Installation
(1) You can install the package via Composer by running the following command:
Sample Usage of Sentgine\Helper\Word
Below are some examples demonstrating the usage of the Sentgine\Helper\Word
class for string manipulation operations.
Basic Usage
Changelog
Please see the CHANGELOG file for details on what has changed.
Security
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
Credits
Helper is built and maintained by Adrian Navaja.
- Check out some cool tutorials and stuff on YouTube!
- Catch my latest tweets and updates on Twitter (formerly X)!
- Let's connect on a more professional note over on LinkedIn!
- For more information about me and my work, visit my website: sentgine.com.
License
The MIT License (MIT). Please see the LICENSE file for more information.