Re: [PHP] Rest Authentication

2012-11-11 Thread shiplu
Its rather better to auto using a apikey. You'll provide this apikey on the website where user registers their application. On Mon, Nov 12, 2012 at 12:45 AM, Stuart Dallas wrote: > On 10 Nov 2012, at 23:28, Adam Tong wrote: > > > I am developing a REST API. I found the Slim micro-framework use

Re: [PHP] Rest Authentication

2012-11-11 Thread Stuart Dallas
On 10 Nov 2012, at 23:28, Adam Tong wrote: > I am developing a REST API. I found the Slim micro-framework usefull. > I need authentication of course, and I see that Slim does not provide > authentication for Rest. Is there any lightweight alternative to > manually implementing http authentication

Fwd: Re: [PHP] Rest

2012-10-27 Thread Volmar Machado
-- Mensagem encaminhada -- De: "Volmar Machado" Data: 27/10/2012 17:07 Assunto: Re: [PHP] Rest Para: "Matijn Woudt" But if what you want to know, is how to works inside, google for PHPMaster.org REST PHP. They have a two part article about it, and is really g

Re: [PHP] Rest

2012-10-27 Thread Matijn Woudt
gt; Thank you > I'd suggest you google for "PHP REST". It has plenty of information. There are even lightweight frameworks that do nothing more than providing REST API. And while URL rewriting may be time consuming, you could use a single rewrite that pushes all to PHP and you can do t

Re: [PHP] Rest

2012-10-27 Thread Marco Behnke
Am 27.10.12 19:47, schrieb Adam Tong: > Hi, > > I need to develop a rest API.I want your feedback on how you develop > rest apis. I don't want to use a heavy framework just for that, and I > find url rewriting time consuming. > > Any suggestions? > > Thank you > Let us see what you have done so far

[PHP] Rest

2012-10-27 Thread Adam Tong
Hi, I need to develop a rest API.I want your feedback on how you develop rest apis. I don't want to use a heavy framework just for that, and I find url rewriting time consuming. Any suggestions? Thank you -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.n

Re: [PHP] REST, SOAP or XML-RPC?

2007-02-04 Thread Paul Scott
We have modelled our dependency issues around debian's aptitude, although in text/php... > REST should be fine. > > You should perhaps design it modularly enough that swapping in SOAP or > RPC would not be too difficult. > Yes, I think that that would probably be wise.

Re: [PHP] REST, SOAP or XML-RPC?

2007-02-04 Thread Richard Lynch
On Sun, February 4, 2007 10:38 pm, Paul Scott wrote: > I am developing a webservice like module for our framework that will > enable downloads of module code into the framework modules from a > remote > server. > > Basically what this should do is: > > 1. User requests a list of available stable mo

[PHP] REST, SOAP or XML-RPC?

2007-02-04 Thread Paul Scott
I am developing a webservice like module for our framework that will enable downloads of module code into the framework modules from a remote server. Basically what this should do is: 1. User requests a list of available stable modules from server 2. User clicks on install from the returned list