Skip to content

gheydon/redback4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

U2 Web Development Environment 4 (RedBack) for PHP

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');

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages