Skip to content
Alexey Pavlyuts edited this page Jan 7, 2022 · 5 revisions

Yate mobile core API wrapper for PHP

Purpose

This package intended to simplify communication to Yate core products from PHP application. Build for composer with PSR-4 autoload, uses PSR-3 object for logging.

Not properly tested, use at your own risk!

Classes available:

Installation

In the Composer storage. Just add proper require section:

"require": {
    "pavlyuts/yate-api": "*"
}

It is a good idea to fix the version you use. Don't use next version without review, I can't promose backward compatibility even will try to keep it. Please, review the changelog before to change used version.

Dependencies

  • psr/log: ^1.1
  • rmccue/requests: ^1.7

Yate documentation

Please, refer to Yate core network documentation:

Also, API for configuration and control of each core component is documented and may be used with this wrapper.