https://github.com/joomla-framework/string
Joomla Framework String Package
https://github.com/joomla-framework/string
inflection joomla joomla-framework php utf8-string
Last synced: 3 months ago
JSON representation
Joomla Framework String Package
- Host: GitHub
- URL: https://github.com/joomla-framework/string
- Owner: joomla-framework
- License: gpl-2.0
- Created: 2013-02-24T03:36:04.000Z (over 12 years ago)
- Default Branch: 3.x-dev
- Last Pushed: 2025-03-31T20:31:50.000Z (3 months ago)
- Last Synced: 2025-04-04T04:12:45.560Z (3 months ago)
- Topics: inflection, joomla, joomla-framework, php, utf8-string
- Language: PHP
- Homepage:
- Size: 5.28 MB
- Stars: 16
- Watchers: 12
- Forks: 18
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# The String Package [](https://ci.joomla.org/joomla-framework/string)
[](https://packagist.org/packages/joomla/string)
[](https://packagist.org/packages/joomla/string)
[](https://packagist.org/packages/joomla/string)
[](https://packagist.org/packages/joomla/string)## Installation via Composer
Add `"joomla/string": "~3.0"` to the require block in your composer.json and then run `composer install`.
```json
{
"require": {
"joomla/string": "~3.0"
}
}
```Alternatively, you can simply run the following from the command line:
```sh
composer require joomla/string "~3.0"
```