PHPackages                             bobchengbin/yii2-xml-request-parser - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. bobchengbin/yii2-xml-request-parser

AbandonedArchivedLibrary[Parsing &amp; Serialization](/categories/parsing)

bobchengbin/yii2-xml-request-parser
===================================

Yii2 xml request parser

v0.0.2(10y ago)139.3k4MITPHPPHP &gt;=5.4.0

Since Jan 4Pushed 10y ago6 watchersCompare

[ Source](https://github.com/bobchengbin/Yii2XmlRequestParser)[ Packagist](https://packagist.org/packages/bobchengbin/yii2-xml-request-parser)[ Docs](https://github.com/bobchengbin/Yii2XmlRequestParser)[ RSS](/packages/bobchengbin-yii2-xml-request-parser/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

Yii2XmlRequestParser
====================

[](#yii2xmlrequestparser)

Yii2 官方只出了JsonRequestParser，但是没有 XmlRequestParser，所以就创建了这么一个库。

Install
-------

[](#install)

add `"bobchengbin/yii2-xml-request-parser": "*"` to composer.json's require section

```
$ composer update

```

OR

```
$ composer require bobchengbin/yii2-xml-request-parser '*'

```

Usage
-----

[](#usage)

```
# file app/config/main.php
