pavlyuts/yate-api

This package is abandoned and no longer maintained. The author suggests using the yate-wireless/api package instead.

Yate wireless network core API wrapper

0.3 2022-01-07 12:54 UTC

This package is auto-updated.

Last update: 2023-12-27 09:56:27 UTC


README

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:

Please, refer project Wiki for details and usage example.

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.