Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 11 hours ago
JSON representation

Joomla Framework String Package

Awesome Lists containing this project

README

        

# The String Package [![Build Status](https://ci.joomla.org/api/badges/joomla-framework/string/status.svg?ref=refs/heads/3.x-dev)](https://ci.joomla.org/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"
```