资 源 简 介
HessianPHP 2 is a library that implements the Hessian binary web services protocol for PHP 5.
The Hessian Protocol
"The Hessian binary web service protocol makes web services usable without requiring a
large framework, and without learning yet another alphabet soup of protocols. Because it
is a binary protocol, it is well-suited to sending binary data without any need to
extend the protocol with attachments." (from Caucho web site)
Hessian was created by Caucho Technology in the Java programming language. This protocol was designed to be fast and simple to learn and use. It uses HTTP as transport by sending and receiving POST requests to remote services.
HessianPHP 2 is a complete rewrite of the original HessianPHP library published a few years ago to make it compatible with the newest versions of the protocol and PHP.
Features
PHP 5 only
Hessian protocol version
文 件 列 表
unit_tests
base_test.php
index.php
logs
notok.png
ok.png
ok2.png
php_test_server.php
README.txt
test_version1.php
test_version2.php
LICENSE.txt
quickstart.txt
readme.txt
src
Hessian1
Hessian2
HessianBufferedStream.php
HessianCallbackHandler.php
HessianClient.php
HessianExceptions.php
HessianFactory.php
HessianInterfaces.php
HessianOptions.php
HessianParsing.php
HessianReferenceMap.php
HessianService.php
HessianStream.php
HessianTransport.php
HessianTypeMap.php
HessianUtils.php
serviceInfo.tpl