2017 © Pedro Peláez
 

library dot-controller-compat

psr/http-server-middleware compatibility layer for controller using http-interop/http-middleware

image

gabidj/dot-controller-compat

psr/http-server-middleware compatibility layer for controller using http-interop/http-middleware

  • Wednesday, March 21, 2018
  • by gabidj
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

dot-controller-compat

Provides a basic adapt to psr/http-server-middleware for controllers that use http-interop/http-middleware., (*1)

Usage:

<?php

namespace Your\Namespace;

use Dot\ControllerCompat\CompatibleControllerTrait;

class YourController
{
    use CompatibleControllerTrait;
}

The Versions

21/03 2018

dev-master

9999999-dev

psr/http-server-middleware compatibility layer for controller using http-interop/http-middleware

  Sources   Download

MIT

The Requires

 

by Avatar gabidj

21/03 2018

1.0

1.0.0.0

psr/http-server-middleware compatibility layer for controller using http-interop/http-middleware

  Sources   Download

MIT

The Requires

 

by Avatar gabidj