oncesk / runkit
Realtime php class and structure modification
Installs: 2 812
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 2
Open Issues: 0
This package is not auto-updated.
Last update: 2024-10-30 07:22:57 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