-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Labels
Description
I would like to propose the following namespace for our different package (goal is to have, in the future, possibility to assemble all package into a single one with subsplit):
- Httplug :
Http\Client(not changed) - Promise :
Http\Promise(not changed) - Message-Factory:
Http\Message(not changed) - Tools :
Http\Tools(Http\Client\Toolsactually) - Utils :
Http\Utils(Http\Client\Utils actually) - Plugin :
Http\Plugin(Http\Client\Plugin actually) - Adapters (guzzle / react / ...) :
Http\Adapters\[Adapter Name], so Guzzle6 will have this namespace for example :Http\Adapters\Guzzle6(instead ofHttp\Adapteractually) - Clients (socket / curl / ...) :
Http\Clients\[Client Name], so Socket will haveHttp\Clients\Socket - Discovery :
Http\Discovery(not changed)
WDYT ?