2017 © Pedro Peláez
 

library toollabs-base

Framework for web apps in Wikimedia's Toolforge environment.

image

krinkle/toollabs-base

Framework for web apps in Wikimedia's Toolforge environment.

  • Monday, July 16, 2018
  • by Krinkle
  • Repository
  • 5 Watchers
  • 3 Stars
  • 6,887 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 11 Versions
  • 3 % Grown

The README.md

Packagist, (*1)

Toolbase

Install

It's recommended to use Composer., (*2)

  • Run composer require krinkle/toollabs-base.
  • Create a symlink from "base/" in your application's root public directory (e.g. public_html) to vendor/krinkle/toollabs-base/public_html.
  • Include vendor/autoload.php in your program.

Example

use Krinkle\Toolbase\BaseTool;

require_once __DIR__ . '/vendor/autoload.php';

$kgBase = BaseTool::newFromArray( array(
    'displayTitle' => 'Example',
    'remoteBasePath' => dirname( $_SERVER['PHP_SELF'] ),
) );
// require_once __DIR__ . '/config.php';

$kgBase->flushMainOutput();

See Template for an example., (*3)

Versioning

This library follows the Semantic Versioning guidelines., (*4)

Releases will be numbered in the following format: <major>.<minor>.<patch>., (*5)

The Versions

16/07 2018

dev-master

9999999-dev

Framework for web apps in Wikimedia's Toolforge environment.

  Sources   Download

MIT Unlicense

The Requires

  • php >=5.6

 

The Development Requires

16/07 2018

v1.0.0

1.0.0.0

Framework for web apps in Wikimedia's Toolforge environment.

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

16/07 2018

v0.9.0

0.9.0.0

Framework for web apps in Wikimedia's Toolforge environment.

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

28/02 2017

v0.8.1

0.8.1.0

Framework for web apps in Wikimedia's Tool Labs environment.

  Sources   Download

Unlicense

The Requires

  • php >=5.5

 

The Development Requires

27/08 2016

v0.8.0

0.8.0.0

Framework for web apps in Wikimedia's Tool Labs environment.

  Sources   Download

Unlicense

The Requires

  • php >=5.5

 

The Development Requires

12/09 2015

v0.7.3

0.7.3.0

Framework for web apps in Wikimedia's Tool Labs environment.

  Sources   Download

Unlicense

The Requires

  • php >=5.5

 

The Development Requires

08/09 2015

v0.7.2

0.7.2.0

Framework for web apps in Wikimedia's Tool Labs environment.

  Sources   Download

Unlicense

The Requires

  • php >=5.5

 

The Development Requires

11/08 2015

v0.7.1

0.7.1.0

Framework for web apps in Wikimedia's Tool Labs environment.

  Sources   Download

Unlicense

The Requires

  • php >=5.3.3

 

The Development Requires

05/07 2015

v0.7.0

0.7.0.0

Framework for web apps in Wikimedia's Tool Labs environment.

  Sources   Download

Unlicense

The Requires

  • php >=5.3.3

 

The Development Requires

03/07 2015

v0.6.0

0.6.0.0

  Sources   Download

The Development Requires

08/01 2015

v0.5.0

0.5.0.0

  Sources   Download

The Development Requires