2017 © Pedro Peláez
 

library runkit

Realtime php class and structure modification

image

oncesk/runkit

Realtime php class and structure modification

  • Tuesday, March 3, 2015
  • by oncesk
  • Repository
  • 1 Watchers
  • 5 Stars
  • 2,651 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

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)

The Versions

03/03 2015

dev-master

9999999-dev

Realtime php class and structure modification

  Sources   Download

by Alexey Panasik

03/03 2015

1.0.4

1.0.4.0

Realtime php class and structure modification

  Sources   Download

by Alexey Panasik

20/02 2015

1.0.3

1.0.3.0

Realtime php class and structure modification

  Sources   Download

by Alexey Panasik