PHPackages                             mammothcoding/maxoxide - 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. mammothcoding/maxoxide

ActiveLibrary[API Development](/categories/api)

mammothcoding/maxoxide
======================

Synchronous PHP library for the Max messenger Bot API.

v2.1.0(1mo ago)64MITPHPPHP &gt;=7.4CI passing

Since Mar 26Pushed 1mo agoCompare

[ Source](https://github.com/mammothcoding/maxoxide_php)[ Packagist](https://packagist.org/packages/mammothcoding/maxoxide)[ Docs](https://github.com/mammothcoding/maxoxide-php)[ RSS](/packages/mammothcoding-maxoxide/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

[![Packagist](https://camo.githubusercontent.com/7f694b467c2c9630730c64365333e8a9faa6a0b083b208f974add2331b4a3537/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d616d6d6f7468636f64696e672f6d61786f786964652e737667)](https://packagist.org/packages/mammothcoding/maxoxide)[![PHP](https://camo.githubusercontent.com/b43c9d6cd8939c4868f963284928566c4c35dd2da0725c027f95a3d62f2f0329/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d372e342532422d626c75652e737667)](https://www.php.net/)[![MIT](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://choosealicense.com/licenses/mit/)[![Build Status](https://github.com/mammothcoding/maxoxide_php/actions/workflows/php.yml/badge.svg?event=push)](https://github.com/mammothcoding/maxoxide_php/actions/workflows/php.yml)

Readme in different languages: [EN](README.md) · [RU](README.ru.md)

maxoxide-php
============

[](#maxoxide-php)

A synchronous PHP library for building bots on the [Max messenger](https://max.ru) platform. Inspired by the Rust library [maxoxide](https://github.com/mammothcoding/maxoxide).

Requires PHP 7.4+, the `curl` and `json` extensions. No third-party runtime dependencies. This PHP version is aligned with the Rust `maxoxide` 2.1.0 API surface: filtered polling, message markup parsing, new dialog updates, contact hash/max\_info helpers, chat buttons, typed sender actions, media helpers, `open_app`/`clipboard` buttons, and image `photos` upload payloads.

---

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

[](#installation)

```
composer require mammothcoding/maxoxide
```

---

Quick start
-----------

[](#quick-start)

```
