Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
Nyholm commentedon Jul 28, 2016
We can't make sure a message factory is installed. We would need another virtual package for that.
dbu commentedon Aug 2, 2016
agreed. but there could be strategically placed
class_exists
calls to throw a dev friendly exception instead of a fatal error.