简体   繁体   English

具有Web服务的Drupal 7网站

[英]Drupal 7 site with web services

I have a Drupal 7 site. 我有一个Drupal 7网站。
I want to create some web-services written in PHP, that uses Drupal's database. 我想创建一些用PHP编写的Web服务,该服务使用Drupal的数据库。 For example export/ import the users. 例如,导出/导入用户。

  • Can I create the services under the Drupal site folder? 我可以在Drupal网站文件夹下创建服务吗?
  • Is there any module for that? 是否有任何模块? or I just read the data from the database? 还是我只是从数据库中读取数据?

You can use the services module to create your own RESTful service. 您可以使用服务模块来创建自己的RESTful服务。 There are several articles on the net on how to do this, eg: 网上有几篇有关如何执行此操作的文章,例如:

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

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