← Back
Editing: README.md
# The String Package [](https://github.com/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" ```
Save File
Cancel