flamecore/essentials
最新稳定版本:v0.1.0
Composer 安装命令:
composer require flamecore/essentials
包简介
Essential helper classes for Social Networking sites
README 文档
README
This library provides essential helper classes for Social Networking sites.
Features
-
Formatters: Format meta information and text fragments
Classes:
LinkFormatter,RelativeTimeFormatter -
Text Parsers: Parse and format all types of text
Classes:
SimpleTextParser,BBCodeParser -
Helpers: Many useful helper classes
Classes:
KeywordsFinder,Slugifier,WordlistGenerator
Installation
Install via Composer
Create a file called composer.json in your project directory and put the following into it:
{
"require": {
"flamecore/essentials": "0.1.*"
}
}
Install Composer if you don't already have it present on your system:
$ curl -sS https://getcomposer.org/installer | php
Use Composer to download the vendor libraries and generate the vendor/autoload.php file:
$ php composer.phar install
To make use of the API, include the vendor autoloader and use the classes:
namespace Acme\MyApplication; use FlameCore\Essentials\KeywordsFinder; require 'vendor/autoload.php';
Requirements
- You must have at least PHP version 5.4 installed on your system.
Contributors
If you want to contribute, please see the CONTRIBUTING file first.
Thanks to the contributors:
- Christian Neff (secondtruth)
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: ISC
- 更新时间: 2015-06-23