Skip to content

a little framework for creating simple GET/POST webservices, greatly extensible and brilliantly usable as an ajax backend.

Notifications You must be signed in to change notification settings

logsol/WebService-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A little framework for creating a data webservice, greatly extensible and brilliantly usable as an ajax interface.

Create a custom Service_Core class and all public methods will be available as webservice methods. 
Any values, that these methods return will be cleanly formatted, depending on the mode.


Example web call: service.php?cmd=query&mode=json

Example console call: php -f cli.php query print 1 | more

About

a little framework for creating simple GET/POST webservices, greatly extensible and brilliantly usable as an ajax backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages