简体   繁体   English

PHP Web服务问题

[英]PHP Web services problem

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 我需要使用PHP来实现Web服务,我尝试了WSO2 / WSF PHP框架,但是很难在Apache(XAMPP)上安装它……遵循了许多教程,但是我认为由于版本问题而无法正常工作

is there any frameworks such as WSO2/WSF which can be used to create a web service ? 是否有诸如WSO2 / WSF之类的框架可用于创建Web服务?

There are a lot of PHP frameworks that can be used to create webservices. 有许多PHP框架可用于创建Web服务。 I prefer to use cakePHP and send the output of my webservice in JSON format (very clean, compact). 我更喜欢使用cakePHP并以JSON格式(非常干净,紧凑)发送Web服务的输出。

Check out this basic tutorial http://nuts-and-bolts-of-cakephp.com/2008/05/07/json-output-with-cakephp/ 查看此基本教程http://nuts-and-bolts-of-cakephp.com/2008/05/07/json-output-with-cakephp/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM