PHP-ORBit is a PHP4 module which can be used to easily access services that communicate via CORBA. This is achieved by wrapping the lightweight CORBA ORB "ORBit" used in GNOME.
| Tags | Software Development Object Brokering CORBA |
|---|---|
| Licenses | LGPL |
| Implementation | PHP |
Recent releases


Changes: The orbit-idl command line and cache timeouts are now a php configuration option (can also be set via php_ini_set). _hash and _equal methods have been added to CORBA Typecodes and Objects (useful for caching in PHP arrays). All CORBA Typecode fields can now be queried. A non-resolving symbol has been fixed, and more correct object type checking is done without playing with ORBit's internals.


Changes: A port to ORBit2 was made along with tons of bugfixes, code cleanups, and minor enhancements. inout/out parameters are now working, and CORBA TypeCodes and Objects have some properties that can be queried.


Changes: Minor bugfixes (that actually make most things really stable now), a small patch for ORBit that fixes a serious interoperability problem, and functionality with PHP 4.1.


Changes: Some critical bugfixes and additions, and an idl persistence cache (so that the idl files aren't parsed each time).


Changes: Support was added for some missing types (TypeCode, union, any). Small bug fixes and cosmetic changes were made.