2017 © Pedro Peláez
 

library essentials

Essential helper classes for Social Networking sites

image

flamecore/essentials

Essential helper classes for Social Networking sites

  • Monday, August 3, 2015
  • by secondtruth
  • Repository
  • 6 Watchers
  • 1 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

FlameCore Essentials

Latest Stable Build Status Scrutinizer Coverage License, (*1)

This library provides essential helper classes for Social Networking sites., (*2)

Features

  • Formatters: Format meta information and text fragments, (*3)

    Classes: LinkFormatter, RelativeTimeFormatter, (*4)

  • Text Parsers: Parse and format all types of text, (*5)

    Classes: SimpleTextParser, BBCodeParser, (*6)

  • Helpers: Many useful helper classes, (*7)

    Classes: KeywordsFinder, Slugifier, WordlistGenerator, (*8)

Installation

Install via Composer

Create a file called composer.json in your project directory and put the following into it:, (*9)

{
    "require": {
        "flamecore/essentials": "0.1.*"
    }
}

Install Composer if you don't already have it present on your system:, (*10)

$ curl -sS https://getcomposer.org/installer | php

Use Composer to download the vendor libraries and generate the vendor/autoload.php file:, (*11)

$ php composer.phar install

To make use of the API, include the vendor autoloader and use the classes:, (*12)

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., (*13)

Thanks to the contributors:, (*14)

  • Christian Neff (secondtruth)

The Versions

03/08 2015

dev-master

9999999-dev http://www.flamecore.org

Essential helper classes for Social Networking sites

  Sources   Download

ISC

The Requires

  • php >=5.4

 

The Development Requires

helper tools community social network

03/08 2015

v0.1.0

0.1.0.0 http://www.flamecore.org

Essential helper classes for Social Networking sites

  Sources   Download

ISC

The Requires

  • php >=5.4

 

The Development Requires

helper tools community social network