Top Level :: Web Services
:: SCA_SDO
:: 0.5.0
SCA_SDO 0.5.0
This package is not maintained, if you would like to take over please go to this page.
Package Information |
Summary |
Service Component Architecture (SCA) and Service Data Objects (SDO) for PHP |
Maintainers |
Caroline Maynard <
cem at php dot net >
(lead)
[details]
Graham Charters <
gcc at php dot net >
(lead)
[details]
Matthew Peters <
mfp at php dot net >
(lead)
[details]
Simon Laws (lead)
[details]
|
License |
Apache 2.0 |
Description |
Service Data Objects (SDOs) enable PHP applications to work with data from different sources (typically a database query or an XML file) using a single interface. SCA for PHP allows a PHP programmer to write reusable components (classes) in PHP, which can be called either locally, or in a a variety of ways remotely (soap web services, xml-rpc, json-rpc, REST, etc), but always with the same interface.
|
Homepage |
http://www.osoa.org/display/PHP/
|
Release notes
Version 0.5.0
(beta)
|
This is the first release of SDO for PHP. It contains the core SDO extension and two Data Access Services: an XML DAS written in C and a Relational DAS to work with relational databases, which is written in PHP and uses PDO. The SDO extension requires a recent version of PHP 5.1. It has been tested on both 5.1.0b2 and 5.1.0b3. The core SDO extension and XML DAS work with 5.1.0b2. The Relational DAS requires PHP 5.1.0b3. |
|
Dependencies for release 0.5.0 |
|
|