why symfony http-foundation doesn't implement psr http-message ?? I want to use php frameworks interoperability.
in my opinion router , dispatcher , ioc container, http message and ... should have a psr interfaces and all frameworks should obey the interfaces.
so I want to simply implement my project not to use a specific php framework just use php packages which I need.
should I implement all that stuff myself ?? isn't it obvious that all frameworks should implement psr interfaces??
and after all why other psr standards (router, dispatcher, container)are taking too much time??