I'm just starting in the API world, I'm using PHP as my server language, and would really appreciate if you could recommend any PHP based framework for building APIs, if you have already used any.
On Mon, Sep 10, 2012 at 12:21 PM, Xolocode <xoloc...@gmail.com> wrote:
> Hi,
> I'm just starting in the API world, I'm using PHP as my server language,
> and would really appreciate if you could recommend any PHP based framework
> for building APIs, if you have already used any.
> Thanks,
> José Ríos.
> --
> You received this message because you are subscribed to the Google Groups
> "API Craft" group.
> To unsubscribe from this group, send email to
> api-craft+unsubscribe@googlegroups.com.
> Visit this group at http://groups.google.com/group/api-craft?hl=en.
One that i am using is Restler ( http://luracast.com/products/restler/ )
Got good contact with the developer and he's very busy creating
version 3 of the framework which will have some nice features.
Cheers.
On 10 September 2012 21:25, Kin Lane <kinl...@gmail.com> wrote:
> Unfortunately I don't have more details on the pros and cons each one.
> Kin Lane
> kinl...@gmail.com
> apievangelist.com / apivoice.com
> On Mon, Sep 10, 2012 at 12:21 PM, Xolocode <xoloc...@gmail.com> wrote:
>> Hi,
>> I'm just starting in the API world, I'm using PHP as my server language,
>> and would really appreciate if you could recommend any PHP based framework
>> for building APIs, if you have already used any.
>> Thanks,
>> José Ríos.
>> --
>> You received this message because you are subscribed to the Google Groups
>> "API Craft" group.
>> To unsubscribe from this group, send email to
>> api-craft+unsubscribe@googlegroups.com.
>> Visit this group at http://groups.google.com/group/api-craft?hl=en.
> --
> You received this message because you are subscribed to the Google Groups
> "API Craft" group.
> To unsubscribe from this group, send email to
> api-craft+unsubscribe@googlegroups.com.
> Visit this group at http://groups.google.com/group/api-craft?hl=en.
<richard.pijnenb...@gmail.com> wrote:
> One that i am using is Restler ( http://luracast.com/products/restler/ )
> Got good contact with the developer and he's very busy creating
> version 3 of the framework which will have some nice features.
>> Unfortunately I don't have more details on the pros and cons each one.
>> Kin Lane
>> kinl...@gmail.com
>> apievangelist.com / apivoice.com
>> On Mon, Sep 10, 2012 at 12:21 PM, Xolocode <xoloc...@gmail.com> wrote:
>>> Hi,
>>> I'm just starting in the API world, I'm using PHP as my server language,
>>> and would really appreciate if you could recommend any PHP based framework
>>> for building APIs, if you have already used any.
>>> Thanks,
>>> José Ríos.
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "API Craft" group.
>>> To unsubscribe from this group, send email to
>>> api-craft+unsubscribe@googlegroups.com.
>>> Visit this group at http://groups.google.com/group/api-craft?hl=en.
>> --
>> You received this message because you are subscribed to the Google Groups
>> "API Craft" group.
>> To unsubscribe from this group, send email to
>> api-craft+unsubscribe@googlegroups.com.
>> Visit this group at http://groups.google.com/group/api-craft?hl=en.
> --
> You received this message because you are subscribed to the Google Groups "API Craft" group.
> To unsubscribe from this group, send email to api-craft+unsubscribe@googlegroups.com.
> Visit this group at http://groups.google.com/group/api-craft?hl=en.
-- --
--
Justin Kruger
Social Media Software Engineer -
San Francisco, CA
> On Mon, Sep 10, 2012 at 12:46 PM, Richard Pijnenburg > <richard.p...@gmail.com <javascript:>> wrote: > > One that i am using is Restler ( http://luracast.com/products/restler/) > > Got good contact with the developer and he's very busy creating > > version 3 of the framework which will have some nice features.
> > Cheers.
> > On 10 September 2012 21:25, Kin Lane <kin...@gmail.com <javascript:>> > wrote: > >> Here is a round-up I did a while back -
> >> Unfortunately I don't have more details on the pros and cons each one.
> >> Kin Lane > >> kin...@gmail.com <javascript:> > >> apievangelist.com / apivoice.com
> >> On Mon, Sep 10, 2012 at 12:21 PM, Xolocode <xolo...@gmail.com<javascript:>> > wrote:
> >>> Hi,
> >>> I'm just starting in the API world, I'm using PHP as my server > language, > >>> and would really appreciate if you could recommend any PHP based > framework > >>> for building APIs, if you have already used any.
> >>> Thanks,
> >>> José Ríos.
> >>> -- > >>> You received this message because you are subscribed to the Google > Groups > >>> "API Craft" group. > >>> To unsubscribe from this group, send email to > >>> api-craft+...@googlegroups.com <javascript:>. > >>> Visit this group at http://groups.google.com/group/api-craft?hl=en.
> >> -- > >> You received this message because you are subscribed to the Google > Groups > >> "API Craft" group. > >> To unsubscribe from this group, send email to > >> api-craft+...@googlegroups.com <javascript:>. > >> Visit this group at http://groups.google.com/group/api-craft?hl=en.
> > -- > > You received this message because you are subscribed to the Google > Groups "API Craft" group. > > To unsubscribe from this group, send email to > api-craft+...@googlegroups.com <javascript:>. > > Visit this group at http://groups.google.com/group/api-craft?hl=en.
> -- > -- > -- > Justin Kruger > Social Media Software Engineer - > San Francisco, CA
I am working on one myself called Bullet ( https://github.com/vlucas/bulletphp ) that takes a bit of a unique functional-style approach to URL routing. You may want to check it out.
On Monday, September 10, 2012 2:21:59 PM UTC-5, Xolocode wrote:
> Hi,
> I'm just starting in the API world, I'm using PHP as my server language, > and would really appreciate if you could recommend any PHP based framework > for building APIs, if you have already used any.
On Monday, September 10, 2012 1:21:59 PM UTC-6, Xolocode wrote:
> Hi,
> I'm just starting in the API world, I'm using PHP as my server language, > and would really appreciate if you could recommend any PHP based framework > for building APIs, if you have already used any.
> Slim is a great start. Well documented and lightweight out of the box.
> http://slimframework.com/
> On Monday, September 10, 2012 1:21:59 PM UTC-6, Xolocode wrote:
>> Hi,
>> I'm just starting in the API world, I'm using PHP as my server language,
>> and would really appreciate if you could recommend any PHP based framework
>> for building APIs, if you have already used any.
>> Thanks,
>> José Ríos.
> --
> You received this message because you are subscribed to the Google Groups
> "API Craft" group.
> To unsubscribe from this group, send email to
> api-craft+unsubscribe@googlegroups.com.
> Visit this group at http://groups.google.com/group/api-craft?hl=en.
On Tuesday, 11 September 2012 00:51:59 UTC+5:30, Xolocode wrote:
> Hi,
> I'm just starting in the API world, I'm using PHP as my server language, > and would really appreciate if you could recommend any PHP based framework > for building APIs, if you have already used any.