Skip to content

pavlyuts/yate-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

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.

About

Yate wireless network core API wrapper for PHP

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages