pyrello/laravel-xml

为Laravel添加缺失的XML功能

1.0 2014-09-11 21:50 UTC

This package is not auto-updated.

Last update: 2024-09-24 02:34:07 UTC


README

为Laravel添加一些缺失的XML功能。

  • 使用Response::xml()提供XML响应输出。
  • 编码和解码XML

此代码的大部分来自https://github.com/laravelbook/framework