Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joomla-framework/string
- Owner: joomla-framework
- License: gpl-2.0
- Created: 2013-02-24T03:36:04.000Z (almost 12 years ago)
- Default Branch: 3.x-dev
- Last Pushed: 2024-12-10T07:14:49.000Z (about 1 month ago)
- Last Synced: 2025-01-10T18:14:25.474Z (7 days ago)
- Topics: inflection, joomla, joomla-framework, php, utf8-string
- Language: PHP
- Homepage:
- Size: 5.29 MB
- Stars: 15
- Watchers: 13
- Forks: 16
- 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 [![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"
```