documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Cleanup the message factory documentation

Open dbu opened this issue 8 years ago • 2 comments

the message factory documentation is outdated.

and we should explain how to get those factories, e.g. with a diactoros example. the client doc references http://php-http.readthedocs.org/en/latest/message/message-factory.html , we should explain how to make sure one of the factories actually is installed, list known implementations and so on.

dbu avatar Oct 29 '15 08:10 dbu

we should explain how to make sure one of the factories

We can't make sure a message factory is installed. We would need another virtual package for that.

Nyholm avatar Jul 28 '16 17:07 Nyholm

agreed. but there could be strategically placed class_exists calls to throw a dev friendly exception instead of a fatal error.

dbu avatar Aug 02 '16 11:08 dbu