2017 © Pedro Peláez
 

library bitframe-diactoros

Zend Diactoros HTTP response emitter middleware for BitFrame microframework

image

designcise/bitframe-diactoros

Zend Diactoros HTTP response emitter middleware for BitFrame microframework

  • Friday, May 18, 2018
  • by designcise
  • Repository
  • 1 Watchers
  • 0 Stars
  • 29 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 81 % Grown

The README.md

BitFrame\Message\DiactorosResponseEmitter

Zend Diactoros wrapper class to emit http response as a middleware., (*1)

Installation

See installation docs for instructions on installing and using this middleware., (*2)

Usage Example

use \BitFrame\Message\DiactorosResponseEmitter;

require 'vendor/autoload.php';

$app = new \BitFrame\Application;

$app->run([
    /* The response emitter must be the first middleware so that it
     * emits the response from all the middleware that follow. */
    DiactorosResponseEmitter::class
]);

Tests

To execute the test suite, you will need PHPUnit., (*3)

Contributing

  • File issues at https://github.com/designcise/bitframe-diactoros/issues
  • Issue patches to https://github.com/designcise/bitframe-diactoros/pulls

Documentation

Documentation is available at:, (*4)

  • https://www.bitframephp.com/middleware/response-emitter/zend-diactoros/

License

Please see License File for licensing information., (*5)

The Versions

18/05 2018

dev-master

9999999-dev

Zend Diactoros HTTP response emitter middleware for BitFrame microframework

  Sources   Download

MIT

The Requires

 

The Development Requires

18/05 2018

1.0.0

1.0.0.0

Zend Diactoros HTTP response emitter middleware for BitFrame microframework

  Sources   Download

MIT

The Requires

 

The Development Requires