How to expose a C library to a RESTful web service

user2822934

I have a shared library written in C Language on Linux environment. How to expose those shared library API's to REST based PHP WebService?

codefreak

If you don't want to do it the "exec" way, you will have to do some work before you can get it working directly from within php.

Check this http://devzone.zend.com/1435/wrapping-c-classes-in-a-php-extension/ tutorial.

You will have to write a config.m4 file and put PHP specific includes and variables in your C code.

Check this answer:

Linking a PHP Extension Written in C

It's a good example.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to expose a cxf restful web service in java?

From Dev

How to expose a cxf restful web service in java?

From Dev

how to access restful web service methods using volley library

From Dev

how to access restful web service methods using volley library

From Dev

How to expose simple console host web service?

From Dev

Restful Web Service using C#

From Dev

How to call RESTful web service remotely

From Dev

how to call RESTful web service in phonegap application?

From Dev

how to Call Restful web service using javaScript?

From Dev

How to call RESTful web service remotely

From Dev

how to call RESTful web service in phonegap application?

From Dev

How to test a restful web service in java

From Dev

how to consume a Restful Web Service (Restful API) in Java

From Dev

How to transfer a C++ object to a web service using POCO library

From Dev

How to transfer a C++ object to a web service using POCO library

From Dev

How do you securely expose a service from AX to the web?

From Dev

How to expose a C structure from C library to R with Rcpp

From Dev

How should a RESTful service expose read-only properties on mutable resources?

From Dev

Restful Web Service Error

From Dev

RESTful web service - HATEOAS

From Dev

State in Restful web service

From Dev

SQLite for a RESTful web service

From Dev

Client in REstful web service

From Dev

About RESTful web service

From Dev

State in Restful web service

From Dev

RESTFUL Web Service - List

From Dev

ColdFusion RESTful web service

From Dev

How to build RESTful web service API for user login using C# to consume on my iPhone app

From Dev

How to secure a RESTful Web Service exposed by a web API?

Related Related

HotTag

Archive