PHP Web 服务问题
我需要使用 PHP 实现一个 Web 服务,我尝试了 WSO2/WSF PHP 框架,但在 Apache (XAMPP) 上安装它非常困难...遵循了很多教程,但我认为由于版本问题它
不起作用任何框架(例如 WSO2/WSF)可用于创建 Web 服务?
i need to implement a web service using PHP , i tried WSO2/WSF PHP framework but it was every hard to install on Apache (XAMPP) ... followed many tutorials but i think because of a version problem it doesn't work
is there any frameworks such as WSO2/WSF which can be used to create a web service ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有很多 PHP 框架可用于创建 Web 服务。我更喜欢使用 cakePHP 并以 JSON 格式发送 Web 服务的输出(非常干净、紧凑)。
查看这个基础教程
http://nuts-and- Bolts-of-cakephp.com/2008/05/07/json-output-with-cakephp/
There are a lot of PHP frameworks that can be used to create webservices. I prefer to use cakePHP and send the output of my webservice in JSON format (very clean, compact).
Check out this basic tutorial
http://nuts-and-bolts-of-cakephp.com/2008/05/07/json-output-with-cakephp/