2017 © Pedro Peláez
 

library events

Ariadne Component Library: W3C style events Component

image

arc/events

Ariadne Component Library: W3C style events Component

  • Thursday, January 28, 2016
  • by Auke
  • Repository
  • 3 Watchers
  • 0 Stars
  • 190 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Scrutinizer Code Quality Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

A flexible component library for PHP

The Ariadne Component Library is a spinoff from the Ariadne Web Application Framework and Content Management System [ http://www.ariadne-cms.org/ ], (*2)

arc/events contains

  • events: W3C style event system, with a filesystem tree as the DOM

Example code:, (*3)

    \arc\events::cd('/foo/')->listen( 'onbeforesave', function( $event ) {
        return $event->preventDefault(); // don't allow saves in /foo/
    });

    $eventData = \arc\events::cd('/foo/bar/')->fire( 'onbeforesave' );
    if ( $eventData ) {
         // save something, but alas - it has been prevented by a listener
    }

The Versions

28/01 2016

dev-master

9999999-dev https://github.com/Ariadne-CMS/arc/wiki

Ariadne Component Library: W3C style events Component

  Sources   Download

MIT

The Requires

 

The Development Requires

by Auke van Slooten

component components

28/01 2016

1.2.1

1.2.1.0 https://github.com/Ariadne-CMS/arc/wiki

Ariadne Component Library: W3C style events Component

  Sources   Download

MIT

The Requires

 

The Development Requires

by Auke van Slooten

component components

28/01 2016

1.2

1.2.0.0 https://github.com/Ariadne-CMS/arc/wiki

Ariadne Component Library: W3C style events Component

  Sources   Download

MIT

The Requires

 

The Development Requires

by Auke van Slooten

component components

26/06 2014

1.1

1.1.0.0 https://github.com/Ariadne-CMS/arc/wiki

Ariadne Component Library: Cache Component

  Sources   Download

MIT

The Requires

 

by Auke van Slooten

component components

23/06 2014

1.0.2

1.0.2.0 https://github.com/Ariadne-CMS/arc/wiki

Ariadne Component Library: Cache Component

  Sources   Download

GPL

The Requires

 

by Auke van Slooten

component components

21/06 2014

1.0.1

1.0.1.0 https://github.com/Ariadne-CMS/arc/wiki

Ariadne Component Library: Cache Component

  Sources   Download

GPL

The Requires

 

by Auke van Slooten

component components

21/06 2014

1.0

1.0.0.0 https://github.com/Ariadne-CMS/arc/wiki

Ariadne Component Library: Cache Component

  Sources   Download

GPL

The Requires

 

by Auke van Slooten

component components