Infra-Red

Service oriented architecture in PHP
Download

Infra-Red Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL
  • Price:
  • FREE
  • Publisher Name:
  • EllisLab, Inc.
  • Publisher web site:

Infra-Red Tags


Infra-Red Description

Service oriented architecture in PHP Infra-Red package contains a series of scripts designed to set up a service oriented architecture in PHP. It includes the server with an example service, a client library for the codeigniter framework and a stand alone client library.Server installation1. (Optional) Create a database for infrared.2. Run those Commands on your MySQL-Server in the database you want to use. This will create the required tables:------------------------------------------------------------------------------------------CREATE TABLE `session` ( `code` varchar(5) NOT NULL, `timestamp` datetime NOT NULL, `auth` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`code`));CREATE TABLE `captcha` ( `captcha_id` bigint(13) unsigned NOT NULL auto_increment, `captcha_time` int(10) unsigned NOT NULL, `ip_address` varchar(16) default '0' NOT NULL, `word` varchar(20) NOT NULL, PRIMARY KEY (`captcha_id`), KEY (`word`));------------------------------------------------------------------------------------------3. Open the config file "/system/application/config/config.php" and change the "base_url" param to the relevant URL where the server will run.4. Open the services config file "/system/application/config/services.php" and change the password.5. Open the database config file "/system/application/config/database.php" and set the options for database connection. Requirements: · PHP


Infra-Red Related Software