http-interop / http-middleware

PSR-15 interfaces for HTTP Middleware
MIT License
73 stars 7 forks source link

Namespace and package name #38

Closed schnittstabil closed 7 years ago

schnittstabil commented 7 years ago

According to #34:

We need to determine how this repo will be transferred to FIG ownership.

Am I right in assuming that, in any case, the namespace will change from Interop to Psr?

If we don't change our mind, this means:

from:
Interop\Http\Middleware\ServerMiddlewareInterface
Interop\Http\Middleware\DelegateInterface

to:
Psr\Http\Middleware\ServerMiddlewareInterface
Psr\Http\Middleware\DelegateInterface

And the package name will change

from:
http-interop/http-middleware

to:
psr/http-middleware
shadowhand commented 7 years ago

All of that looks correct. Both packages will probably exist, with psr/http-middleware having a replace for http-interop/http-middleware.

schnittstabil commented 7 years ago

Mhm, thus in any case, the first PSR release (1.0.0) can not be backward-compatible – good to know. Thank you.