Download the PHP package krinkle/toollabs-base without Composer
On this page you can find all versions of the php package krinkle/toollabs-base. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download krinkle/toollabs-base
More information about krinkle/toollabs-base
Files in krinkle/toollabs-base
Download krinkle/toollabs-base
More information about krinkle/toollabs-base
Files in krinkle/toollabs-base
Vendor krinkle
Package toollabs-base
Short Description Framework for web apps in Wikimedia's Toolforge environment.
License MIT
Package toollabs-base
Short Description Framework for web apps in Wikimedia's Toolforge environment.
License MIT
Please rate this library. Is it a good library?
Informations about the package toollabs-base
Toolbase
Install
It's recommended to use Composer.
- 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.
Versioning
This library follows the Semantic Versioning guidelines.
Releases will be numbered in the following format: <major>.<minor>.<patch>
.
All versions of toollabs-base with dependencies
PHP Build Version
Package Version
The package krinkle/toollabs-base contains the following files
Loading the files please wait ....