Downloadliste

Projektbeschreibung

Go! is a PHP 5.4 library that allows developers to add support for aspect-oriented programming (AOP) to their PHP applications. It doesn't require PECL extensions, Runkit, evals, or DI containers. The code with weaved aspects is fully readable and native, and can be easily debugged with XDebug. You can debug either classes or aspects. It can potentially* be installed in every PHP application because you don't have to change the application source code at all. As an example, with the help of 10-20 lines of code it is possible to intercept all of the public, protected, and static methods in all classes of an application, and display the name and the arguments of each method during its execution.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-01-22 03:58
0.1.1

Dieses Release bringt die Einführung Beratung Unterstützung. Es behebt einen Fehler mit der Komponist Autoloader vorangestellt wird. Es behebt eine Lehre/allgemein-Abhängigkeit: > = 2.0.0, < 2.4.0.
Tags: 0.1.1
This release adds introduction advice support. It fixes a bug with composer autoloader prepending. It fixes a doctrine/common dependency: >=2.0.0, <2.4.0.

2013-01-10 16:00
0.1.0

Erstveröffentlichung.
Initial release.

Project Resources