PHPackages                             faldor20/messagemedia-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. faldor20/messagemedia-api

ActiveLibrary[API Development](/categories/api)

faldor20/messagemedia-api
=========================

0.2.0(3mo ago)18MITPHPPHP ^7.3 || ^8.3

Since Sep 2Pushed 3mo agoCompare

[ Source](https://github.com/faldor20/messagemedia-api)[ Packagist](https://packagist.org/packages/faldor20/messagemedia-api)[ RSS](/packages/faldor20-messagemedia-api/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (26)Versions (3)Used By (0)

MessageMedia Messages PHP SDK
=============================

[](#messagemedia-messages-php-sdk)

This SDK provides a convenient way to interact with the MessageMedia API using PHP. It encapsulates API calls into easy-to-use methods, handling authentication and request/response serialization.

Installation
------------

[](#installation)

The recommended way to install the SDK is via Composer.

```
composer require faldor20/messagemedia-api
```

Usage
-----

[](#usage)

The SDK supports two ways to instantiate the client: with explicit dependencies or with automatic dependency discovery.

### Option 1: Automatic Dependency Discovery (Recommended)

[](#option-1-automatic-dependency-discovery-recommended)

The simplest way to use the SDK is with automatic dependency discovery. The SDK will automatically find and use available PSR-18 and PSR-17 implementations:

```
