D
D
Denis Kazachenkov2014-02-09 15:11:08
PHP
Denis Kazachenkov, 2014-02-09 15:11:08

What is the best php framework to use as a backend for angularjs?

Hello. The bottom line is that I'm starting to slowly deal with angularjs and the question actually arose which is better to use the php framework as a backend. You need to write an application for your own needs, only regular hosting with php is available. Kohana and yii don't seem to fit. I like to use the first one for simple projects, but I want to taste something new, and for some reason I didn’t like the second one (it seemed too cumbersome, especially for my current application). I hope you can tell me which is better to use.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey, 2014-02-09
@BASSON_XVI

silex + jms serializer (you can directly convert a json request into an entity, the description of the serialization rules is convenient, you can divide different rules into groups, saves a lot of time and nerves).
In general, in fact, any framework will do.
ps you will now start to write something like "look in the side of% favorite framework%"

K
kompi, 2014-02-09
@kompi

Take a look at phalcon if you want something new.
Moreover, if you want maximum performance from php, not counting raw php, there are 2 ways:
- any framework + hhvm
- yaf/phalcon/zephir

A
asd111, 2014-02-09
@asd111

laravel passes hhvm tests 100%.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question