2017-25 © Pedro Peláez
 

library phpbb-text-shortener

Library for shortening post text in phpBB 3.2.x

image

marc1706/phpbb-text-shortener

Library for shortening post text in phpBB 3.2.x

  • Sunday, November 5, 2017
  • by marc1706
  • Repository
  • 1 Watchers
  • 1 Stars
  • 385 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 4 Versions
  • 1 % Grown

The README.md

phpbb-text-shortener library

About

phpbb-text-shortener is a PHP library for shortening post text in phpBB 3.3.x to a specified length., (*1)

Requirements

PHP 7.1.3 or newer is required for this library to work., (*2)

Installation

It is recommend to install the library using composer. Just add the following snippet to your composer.json:, (*3)

  "require": {
    "marc1706/phpbb-text-shortener": "~0.2"
  },

Usage

Create an instance of text shortener:, (*4)

$shortener = new \Marc1706\TextShortener\Shortener();

Grab the database representation of a post from the database and pass it to the shortener (e.g. to a length of 200 characters):, (*5)

$shortener->setText($postText)
    ->shortenText(200);

Automated Tests

The library is being tested using unit tests to prevent possible issues., (*6)

Build Status, (*7)

License

The MIT License (MIT), (*8)

The Versions

05/11 2017

dev-master

9999999-dev https://www.m-a-styles.de

Library for shortening post text in phpBB 3.2.x

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

extensions extension php bbcode minify post phpbb shortening

05/11 2017

v0.1.2

0.1.2.0 https://www.m-a-styles.de

Library for shortening post text in phpBB 3.2.x

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

extensions extension php bbcode minify post phpbb shortening

11/02 2017

v0.1.1

0.1.1.0 https://www.m-a-styles.de

Library for shortening post text in phpBB 3.2.x

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

extensions extension php bbcode minify post phpbb shortening

10/01 2016

v0.1.0

0.1.0.0 https://www.m-a-styles.de

Library for shortening post text in phpBB 3.2.x

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

extensions extension php bbcode minify post phpbb shortening