PHP Package: messagebird/php-rest-api

PHP library for interacting with the MessageBird REST API, enabling seamless integration with PHP projects.

Current Version: 3.1.6
Last Updated: 2025-07-18
PHP Requirement: >=7.3|~8.0.0|~8.1.0|~8.2.0
Dependencies:
php-http/guzzle6-adapter
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The PHP REST API library by MessageBird facilitates easy communication with the MessageBird platform, allowing developers to send SMS, voice, and chat messages. It supports various functionalities such as message sending, verification, and voice calling. With this library, users can efficiently manage their communications through the MessageBird REST API, enhancing customer engagement and communication strategies.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.1.6

Download Download v3.1.6

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/messagebird/php-rest-api/3.1.6/loader.php';
require_once 'libs/php-http/guzzle6-adapter/2.0.2/loader.php';

use MessageBird\Client;
use MessageBird\Objects\Message;

$obj = new Client();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.