Download the PHP package sudiyi/ruby-marshal without Composer
On this page you can find all versions of the php package sudiyi/ruby-marshal. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sudiyi/ruby-marshal
More information about sudiyi/ruby-marshal
Files in sudiyi/ruby-marshal
Download sudiyi/ruby-marshal
More information about sudiyi/ruby-marshal
Files in sudiyi/ruby-marshal
Vendor sudiyi
Package ruby-marshal
Short Description ruby-marshal for PHP
License MIT
Homepage https://github.com/sudiyi/ruby_marshal
Package ruby-marshal
Short Description ruby-marshal for PHP
License MIT
Homepage https://github.com/sudiyi/ruby_marshal
Please rate this library. Is it a good library?
Informations about the package ruby-marshal
Sudiyi Ruby Marshal for PHP
概述
运行环境
- PHP 5.4+
- mbstring extension
安装方法
-
如果您通过composer管理您的项目依赖,可以在你的项目根目录运行:
$ composer require sudiyi/ruby-marshal
或者在你的
composer.json
中声明对速递易开放平台 SDK 的依赖:"require": { "sudiyi/ruby-marshal": "~1.0" }
然后通过
composer install
安装依赖。 -
下载SDK源码,在您的代码中引入 SDK 目录下的
autoload.php
文件:require_once '/path/to/ruby_marshal/autoload.php';
SDK 主要目录结构
异常处理
SDK 执行过程中若遇到异常,将会抛出一个 RubyMarshalException 异常,用户可自行捕获并处理。
运行Sample程序
- 执行
php ./example/demo.php
问题反馈
Goto: ISSUES
开源协议
MIT
All versions of ruby-marshal with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package sudiyi/ruby-marshal contains the following files
Loading the files please wait ....