News Feed
Jobs Feed
Sections




News Archive
Nessa's Blog:
Simple API Writing, Part I
February 11, 2009 @ 12:08:11

Nessa has started off a series looking at writing your own API with part one posted recently focusing on the client-side first, writing an interface for their API.

Though in real applications you wouldn't need an API, all you'd need is a PHP script that accepts GET or POST input to perform some kind of action. In this example, we'll have a script that automatically adds DNS zones to a nameserver that runs cPanel as well. Most APIs do the same thing - you have a script, then that script accepts post/get variables, then does something.

Her example creates the request - a server, path, IP and hash key - and sends it off to the remote system. The result is pulled back in and parsed through a SimpleXML object. The credentials allow for access lists and a bit of security on the backend.

0 comments voice your opinion now!
api interface client use remote system hash ip simplexml cpanel


blog comments powered by Disqus

Similar Posts

Web Development Blog: First steps within the Zend Framework

Ant Phillips' Blog: Extending PHP in Project Zero

PHPBuilder.com: Intro to PHP

Daniel Krook's Blog: PHP on the mainframe

Daniel Krook's Blog: PHP on the mainframe


Community Events











Don't see your event here?
Let us know!


interview language database podcast tool conference testing framework community opinion series composer example zendframework2 introduction code release development object functional

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework