pyrello / laravel-xml by pyrello

Adds missing XML features to Laravel
51
6
2
Package Data
Maintainer Username: pyrello
Maintainer Contact: pyrello@gmail.com (Sean Adams-Hiett)
Package Create Date: 2014-09-09
Package Last Update: 2020-07-04
Language: PHP
License: MIT
Last Refreshed: 2024-11-25 15:01:51
Package Statistics
Total Downloads: 51
Monthly Downloads: 1
Daily Downloads: 0
Total Stars: 6
Total Watchers: 2
Total Forks: 3
Total Open Issues: 0

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