Skip to content

Cleanup the message factory documentation #14

Open
@dbu

Description

@dbu
Contributor

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.

Activity

Nyholm

Nyholm commented on Jul 28, 2016

@Nyholm
Member

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.

self-assigned this
on Jul 28, 2016
dbu

dbu commented on Aug 2, 2016

@dbu
ContributorAuthor

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @dbu@Nyholm

      Issue actions

        Cleanup the message factory documentation · Issue #14 · php-http/documentation