pyrello/laravel-xml

Adds missing XML features to Laravel
51 6
Install
composer require pyrello/laravel-xml
Latest Version:1.0
PHP:>=5.4.0
License:MIT
Last Updated:Jul 4, 2020
Links: GitHub  ·  Packagist
Maintainer: pyrello

Laravel XML

Adds some missing XML features to Laravel.

  • Response::xml() for providing XML response output.
  • Encode and decode XML

Much of the code for this is adapted from https://github.com/laravelbook/framework