heydon/redback4
Composer 安装命令:
composer require heydon/redback4
包简介
Connection Library to communicate with Redback 4.2+ Server
README 文档
README
Provides communication with RocketSoftware’s RedBack 4.2+ server to allow access to the u2 database environments.
This is only a communication class which allows the RedBack to communicate with the RedBack scheduler (v4.2+) server.
Installation
Installation via composer is the only method supported at this stage. Edit your composer.json to add the following.
{ "require": { // ... "heydon/redback4": "1.0.x" } }
##Usage Using the uObject object you are able make a connection with the back end server.
$uObject->connect('RedBack4://127.0.0.1:8401');
统计信息
- 总下载量: 136
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2013-05-21