Download the PHP package bobchengbin/yii2-xml-request-parser without Composer
On this page you can find all versions of the php package bobchengbin/yii2-xml-request-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bobchengbin/yii2-xml-request-parser
More information about bobchengbin/yii2-xml-request-parser
Files in bobchengbin/yii2-xml-request-parser
Download bobchengbin/yii2-xml-request-parser
More information about bobchengbin/yii2-xml-request-parser
Files in bobchengbin/yii2-xml-request-parser
Vendor bobchengbin
Package yii2-xml-request-parser
Short Description Yii2 xml request parser
License MIT
Homepage https://github.com/bobchengbin/Yii2XmlRequestParser
Package yii2-xml-request-parser
Short Description Yii2 xml request parser
License MIT
Homepage https://github.com/bobchengbin/Yii2XmlRequestParser
Please rate this library. Is it a good library?
Informations about the package yii2-xml-request-parser
Yii2XmlRequestParser
Yii2 官方只出了JsonRequestParser,但是没有 XmlRequestParser,所以就创建了这么一个库。
Install
add "bobchengbin/yii2-xml-request-parser": "*"
to composer.json's require section
OR
Usage
最终测试
然后你可以通过 postman 这种工具往你的应用发送一个 xml 的请求,然后应用那里直接通过 Yii::$app->request->post()
来获取数据。
All versions of yii2-xml-request-parser with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package bobchengbin/yii2-xml-request-parser contains the following files
Loading the files please wait ....