# The String Package [![Build Status](https://github.com/joomla-framework/string/actions/workflows/ci.yml/badge.svg?branch=3.x-dev)](https://github.com/joomla-framework/string) [![Latest Stable Version](https://poser.pugx.org/joomla/string/v/stable)](https://packagist.org/packages/joomla/string) [![Total Downloads](https://poser.pugx.org/joomla/string/downloads)](https://packagist.org/packages/joomla/string) [![Latest Unstable Version](https://poser.pugx.org/joomla/string/v/unstable)](https://packagist.org/packages/joomla/string) [![License](https://poser.pugx.org/joomla/string/license)](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" ```