Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup the message factory documentation #14

Open
dbu opened this issue Oct 29, 2015 · 2 comments
Open

Cleanup the message factory documentation #14

dbu opened this issue Oct 29, 2015 · 2 comments
Assignees

Comments

@dbu
Copy link
Contributor

dbu commented Oct 29, 2015

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.

@Nyholm
Copy link
Member

Nyholm commented Jul 28, 2016

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.

@dbu
Copy link
Contributor Author

dbu commented Aug 2, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants