2017 © Pedro Peláez
 

library instrumental

image

krakjoe/instrumental

  • Tuesday, February 27, 2018
  • by krakjoe
  • Repository
  • 2 Watchers
  • 4 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Componere\Instrumental

Instrumenting classes since 2018, (*1)

This package allows the instrumentation of classes using Componere, (*2)

API

namespace Componere {
    class Instrumental {
        public function __construct(string $target);
        public function addOverride(string $method, \Closure $override);
        public function addInvariant(\Closure $handler);
        public function addPrecondition(string $method, \Closure $handler);
        public function addPostcondition(string $method, \Closure $handler);
        public function instrument();
    }
}

The Versions

27/02 2018

dev-master

9999999-dev

  Sources   Download

The Requires

  • php 7.*
  • ext-componere *

 

27/02 2018

1.0.0

1.0.0.0

  Sources   Download

The Requires

  • php 7.*
  • ext-componere *