简体   繁体   中英

Drupal 7 site with web services

I have a Drupal 7 site.
I want to create some web-services written in PHP, that uses Drupal's database. For example export/ import the users.

  • Can I create the services under the Drupal site folder?
  • 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. There are several articles on the net on how to do this, eg:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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