---------- Mensagem encaminhada ---------- De: "Volmar Machado" <qi.volmar@xxxxxxxxx> Data: 27/10/2012 17:07 Assunto: Re: Rest Para: "Matijn Woudt" <tijnema@xxxxxxxxx> 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 good Em 27/10/2012 14:49, "Matijn Woudt" <tijnema@xxxxxxxxx> escreveu: On Sat, Oct 27, 2012 at 7:47 PM, Adam Tong <adam.tongu@xxxxxxxxx> wrote: > > 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 > > > > 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 the rest in PHP. > > - Matijn > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >