2017 © Pedro Peláez
 

library format

A PHP class for formatting text.

image

mackan90096/format

A PHP class for formatting text.

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Format

A PHP library for formatting text., (*1)

To use Format, include it in your project and call the constructor,, (*2)

<?php
include_once "Format.php";
$Format = new Format;

This exposes one function, format($text, $options);, (*3)

$options is an array with how you want to format $text, (*4)

Valid options

Option Formats Into
link urls Links
bold *example* example
italic /example/ example
sup ^example^ example
sub :example: example
under _example_ example

The Versions

07/09 2015

dev-master

9999999-dev https://github.com/Sven65/Format

A PHP class for formatting text.

  Sources   Download

The Requires

  • php >=5.3.0

 

text format links