runkit
Installation
Install runkit
For use this extension you should install php runkit extension from https://github.com/zenovich/runkit, (*1)
For install it you should do (with root access):, (*2)
$> cd /usr/src/
$> git clone https://github.com/zenovich/runkit.git
$> cd runkit
$> ./configure
$> make
$> make install
Then you need to add runkit.so to your php.ini config file and restart apache or php-fpm, (*3)
Install oncesk/runkit lib
For installation you can use git clone, composer will be soon, (*4)
$> git clone https://github.com/oncesk/runkit.git
Or download zip archive and unpack it into some directory, (*5)
If you install not with composer you can include autoload.php into your code, (*6)
include __DIR__ . '/runkit/src/autoload.php';
Runkit Class
Will be soon, (*7)
Runkit Method
Will be soon, (*8)
Runkit Function
Will be soon, (*9)
Runkit Constant
Will be soon, (*10)
Tests
Tested with PHPUnit, (*11)
$> cd tests
$> phpunit --bootstrap ../src/autoload.php ./
PS: new releasses will be soon, (*12)