1

We are working on sharepoint online integration with PHP Based application. We need to provide REST API call which supports JSONP. So is it possible to create new REST API Endpoints in Sharepoint online APP? Please sugggest right direction.

praju
  • 56
  • 3

1 Answers1

0

You can perfectly develop a PHP Provider-hosted app/add-in for SharePoint. And then the limit is only about what you can do with PHP.
Here is a sample on how to do that git hub office dev sample

baywet
  • 4,377
  • 4
  • 20
  • 49