2017 © Pedro Peláez
 

library action

An action class for PHP web applications

image

pagemill/action

An action class for PHP web applications

  • Thursday, February 22, 2018
  • by brianlmoon
  • Repository
  • 3 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

PageMill Action

Basic Example

use PageMill\Action\Action;

$action = new Action(
    "GET",
    "/",
    []
);

$action->set_domain(function($a, $b, array $c) {
    return ["Hi!"];
});

$action->set_responder(function(array $data) {
    echo $data[0];
});

$action->__invoke();

The Versions

22/02 2018

dev-master

9999999-dev https://github.com/dealnews/PageMill.Action

An action class for PHP web applications

  Sources   Download

BSD BSD-3-Clause

The Requires

  • php >=5.5.0

 

The Development Requires

22/02 2018

0.1.1

0.1.1.0 https://github.com/dealnews/PageMill.Action

An action class for PHP web applications

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.5.0

 

The Development Requires

06/10 2016

0.1

0.1.0.0 https://github.com/dealnews/PageMill.Action

An action class for PHP web applications

  Sources   Download

BSD

The Requires

  • php >=5.5.0

 

The Development Requires