1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-11 07:44:12 +02:00

Create gh-pages branch via GitHub

This commit is contained in:
Daniel St. Jules
2014-09-14 23:02:35 -07:00
parent 4e1661738b
commit e54f0ec138
2 changed files with 4 additions and 4 deletions

View File

@@ -30,9 +30,9 @@
<section>
<p><img src="http://danielstjules.com/github/stringy-logo.png" alt="Stringy"></p>
<p>A PHP library with a variety of string manipulation functions with multibyte
support. Offers both OO method chaining and a procedural-style static wrapper.
Tested and compatible with PHP 5.3+ and HHVM. Inspired by underscore.string.js.</p>
<p>A PHP string manipulation library with multibyte support. Offers both OO method
chaining and a procedural-style static wrapper. Tested and compatible with
PHP 5.3+ and HHVM. Inspired by underscore.string.js.</p>
<p><a href="https://travis-ci.org/danielstjules/Stringy"><img src="https://api.travis-ci.org/danielstjules/Stringy.svg?branch=master" alt="Build Status"></a></p>

File diff suppressed because one or more lines are too long