Download the PHP package phlib/messagebird-guzzle-client without Composer
On this page you can find all versions of the php package phlib/messagebird-guzzle-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download phlib/messagebird-guzzle-client
More information about phlib/messagebird-guzzle-client
Files in phlib/messagebird-guzzle-client
Package messagebird-guzzle-client
Short Description A guzzle specific client implementation for the Message Bird API.
License LGPL-3.0
Informations about the package messagebird-guzzle-client
phlib/messagebird-guzzle-client
MessageBird Guzzle HTTP client implementation.
Allows you to replace the Message Bird HTTP Client with an implementation that uses the Guzzle HTTP Client. This means there is a more control over certain options in the client.
Install
Via Composer
Creating a HTTP Client
Using the HTTP Client with MessageBird
Problems
HTTPClient injection through constructor is wrongfully reused
When constructing the MessageBird client with a custom HTTP client implementation, as is done here, the side effect is that the same client is used for API and Chat API endpoints.
License
This package is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.