oncesk/runkit

There is no license information available for the latest version (1.0.4) of this package.

Realtime php class and structure modification

1.0.4 2015-03-03 08:05 UTC

This package is not auto-updated.

Last update: 2024-04-17 04:54:25 UTC


README

##Installation

####Install runkit

For use this extension you should install php runkit extension from https://github.com/zenovich/runkit

For install it you should do (with root access):

$> 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

####Install oncesk/runkit lib

For installation you can use git clone, composer will be soon

$> git clone https://github.com/oncesk/runkit.git

Or download zip archive and unpack it into some directory

If you install not with composer you can include autoload.php into your code

include __DIR__ . '/runkit/src/autoload.php';

####Runkit Class

Will be soon

####Runkit Method

Will be soon

####Runkit Function

Will be soon

####Runkit Constant

Will be soon

####Tests

Tested with PHPUnit

$> cd tests
$> phpunit --bootstrap ../src/autoload.php  ./

PS: new releasses will be soon