greenfieldtech-nirs/ixr-xmlrpc 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

greenfieldtech-nirs/ixr-xmlrpc

最新稳定版本:1.7.1.1

Composer 安装命令:

composer require greenfieldtech-nirs/ixr-xmlrpc

包简介

The Incutio IXR XML-RPC Library

README 文档

README

The Incutio XML-RPC library (IXR) is designed primarily for ease of use. It incorporates both client and server classes, and is designed to hide as much of the workings of XML-RPC from the user as possible. A key feature of the library is automatic type conversion from PHP types to XML-RPC types and vice versa. This should enable developers to write web services with very little knowledge of the underlying XML-RPC standard.

Don't however be fooled by it's simple surface. The library includes a wide variety of additional XML-RPC specifications and has all of the features required for serious web service implementations.

Features

  1. A complete implementation of the XML-RPC specification

  2. Written for PHP 4 in strict error reporting mode - no warnings or notices

  3. Basic classes are designed to be usable in as little code as possible

  4. Advanced classes extend the basic classes and provide additional features

  5. Can be used with both Object Orientated and functional programming styles

  6. Type conversions (PHP to XML-RPC and back again) are handled transparently

  7. Built in support for system.getCapabilities

  8. Built in support for system.listMethods

  9. system.methodSignature and system.methodHelp are supported in an extension class

  10. system.multicall is implemented in both the server and extended client classes

  11. Follows the Specification for Fault Code Interoperability

Composer Install

  1. Download the composer.phar executable or use the installer.

    $ curl -sS https://getcomposer.org/installer | php
    $ cp composer.phar /usr/local/bin/composer
    $ chmod +x /usr/local/bin/composer
  2. Add the following to your composer.json file:

        "greenfieldtech-nirs/ixr-xmlrpc": "dev-master"

So now, your composer.json should resemble the following:

{
    .
    .
    .
    "require":{
        "php":">=5.1.0",
        .
        .
        .
        "greenfieldtech-nirs/ixr-xmlrpc": "dev-master"
    },
    .
    .
}
  1. Now, add the autoload to your PHP scripts and you are ready to go
require 'vendor/autoload.php';

Credits

The following people had contributed to the creation of this Composer package:

The original creators of the IXR XML-RPC Library are:

  • Sebastian Berm

  • Jason Stirk

  • Simon Willison

统计信息

  • 总下载量: 626
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: BSD
  • 更新时间: 2014-03-13

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固