PHPackages                             kzykhys/text - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. kzykhys/text

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kzykhys/text
============

Simple text manipulation library for PHP5.4

v1.0.1(12y ago)544.5k8[2 issues](https://github.com/kzykhys/Text/issues)1MITPHP

Since Aug 7Pushed 12y ago3 watchersCompare

[ Source](https://github.com/kzykhys/Text)[ Packagist](https://packagist.org/packages/kzykhys/text)[ RSS](/packages/kzykhys-text/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (1)

Text - Simple 1 Class Text Manipulation Library
-----------------------------------------------

[](#text---simple-1-class-text-manipulation-library)

[![Latest Stable Version](https://camo.githubusercontent.com/b12d752c4f8fd52f3a4d701ff12877103635deef863a5c4a323c7e062cfcee46/68747470733a2f2f706f7365722e707567782e6f72672f6b7a796b6879732f746578742f762f737461626c652e706e67)](https://packagist.org/packages/kzykhys/text)[![Build Status](https://camo.githubusercontent.com/1bfe605182bd48d3a83082512acbd0b54290913933b8ce5e7d10c76a7b20d319/68747470733a2f2f7472617669732d63692e6f72672f6b7a796b6879732f546578742e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/kzykhys/Text)[![Coverage Status](https://camo.githubusercontent.com/74d3508cbcaa0a88b08f16bfb397b9f4ead920a2e7f0dbded771e21d793d8223/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6b7a796b6879732f546578742f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/kzykhys/Text?branch=master)

Do you remember [PHP's string functions](http://www.php.net/manual/en/ref.strings.php)? If not, just wrap you text with `Text`! It will save a minute on your coding.

`Text` is extracted from [kzykhys/Ciconia](https://github.com/kzykhys/Ciconia). this is used for markdown processing.

Installation
------------

[](#installation)

Modify your composer.json and run `php composer.phar update`

```
{
    "require": {
        "kzykhys/text":"~1.0.0"
    }
}
```

Requirements
------------

[](#requirements)

**PHP5.4+**

Get Started
-----------

[](#get-started)

`Text` acts like a string

```
