documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Documentation for PHP-HTTP including HTTPlug

Results 21 documentation issues
Sort by recently updated
recently updated
newest added

Discovery, message factories can cause a complex dependency tree. See php-http/httplug#104

Currently there is quite hard to find the Slack button to get to the channel. I think it only is on the httplug repo. Maybe we should have a button...

the AddHostPlugin needs to be documented, it is completely missing from the doc. it could also be added in the tutorial section as its a common usecase.

Add a cookbook entry for what was discussed in https://github.com/php-http/discovery/issues/57

the tutorial added in #10 started the outline for a tutorial. work this out and solve the TODOs we promise information for library developers in the intro, but never come...

- [ ] Add DiscoveryFailedException - [ ] Improve DiscoveryFailedException

ready

Do we want to use phpDocumentor? @mekras raised the idea. Honestly, I am not sure it is even possible given that the project is separated into several repos, but would...

pending

Have a FAQ which list common error / exception message with a small explanation and links to other documentations related

pending

- [ ] Request matcher - [ ] AutoBasic auth

ready

I think most people fear from breaking BC. I absolutely agree with them, that's why I think we should recommend them a two step migration. 1. Use HTTPlug internally, don't...