2017 © Pedro Peláez
 

library code-teaser

Enhancement to the PHP Blog functionality.

image

master/code-teaser

Enhancement to the PHP Blog functionality.

  • Tuesday, August 2, 2016
  • by trzczy
  • Repository
  • 0 Watchers
  • 1 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

codeTeaser

Get good looking teaser even if the code was trimmed., (*1)

Build status Test Coverage, (*2)

Installation

composer require master/code-teaser, (*3)

Usage example

    require __DIR__ . '/vendor/autoload.php';
    $codeTeaserObject = new Trzczy\Model\Domain\codeTeaser();
    $codeTeaser = $codeTeaserObject->build(
        50,
        '<p>Zażółć gęślą jaźń.</p>
    <code script = "js">
        client.setCredentials("user", "passw0rd");
    </code>'
    );

The Versions

02/08 2016

dev-master

9999999-dev

Enhancement to the PHP Blog functionality.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

by Avatar trzczy

02/08 2016

v0.0.2

0.0.2.0

Enhancement to the PHP Blog functionality.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

by Avatar trzczy

27/07 2016

v0.0.1

0.0.1.0

Enhancement to the PHP Blog functionality.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

by Avatar trzczy