Fixed/added documentation and Travis file; getting ready for release.

Этот коммит содержится в:
Casey McLaughlin
2015-01-22 17:06:48 -05:00
родитель 6d5914049a
Коммит 32b1f93d14
11 изменённых файлов: 126 добавлений и 38 удалений

Просмотреть файл

@@ -1,17 +1,25 @@
<?php
/**
* Created by PhpStorm.
* User: casey
* Date: 12/30/14
* Time: 12:48 PM
*
* PHP TableOfContents Library
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/toc
* @version 1.0
* @package caseyamcl/toc
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* ------------------------------------------------------------------
*/
namespace TOC;
use Cocur\Slugify\Slugify;
/**
* UniqueSluggifier creates slugs text without repeating the same string twice per instance
* UniqueSluggifier creates slugs from text without repeating the same slug twice per instance
*
* @author Casey McLaughlin <caseyamcl@gmail.com>
*/