lpdumas / gw2cbackend

Backend for gw2cartographers.com
2 stars 2 forks source link

Framework for gw2cbackend #4

Closed jsilvestre closed 12 years ago

jsilvestre commented 12 years ago

Hi,

Now I have done all the merging etc. I am going to work on the application itself.

I am planning to use a micro-framework, lightweight and very easy to use called Silex (http://silex.sensiolabs.org/doc/usage.html). It is built on the shoulders of symfony2 which is probably the best php framework right now.

Basically it allows to ease routing URLs and sanitizing parameters.

Before doing anything, I wanted your opinion.

Also, I am going to open a new ticket with how I see the application.

lpdumas commented 12 years ago

I dont know this framework, but i do know symphony 2 ( working with it at work) so i have nothing against using it ;) On Jun 30, 2012 8:46 PM, "Joseph Silvestre" < reply@reply.github.com> wrote:

Hi,

Now I have done all the merging etc. I am going to work on the application itself.

I am planning to use a micro-framework, lightweight and very easy to use called Silex (http://silex.sensiolabs.org/doc/usage.html). It is built on the shoulders of symfony2 which is probably the best php framework right now.

Basically it allows to ease routing URLs and sanitizing parameters.

Before doing anything, I wanted your opinion.

Also, I am going to open a new ticket with how I see the application.


Reply to this email directly or view it on GitHub: https://github.com/lpdumas/gw2cbackend/issues/4

jsilvestre commented 12 years ago

Cool, I'll use it to develop something usable quickly.