G
G
gudron2014-01-16 22:43:56
PHP
gudron, 2014-01-16 22:43:56

Which of the PHP frameworks would be most suitable for the implementation of a "proxy" (php knocks on the API, collects data and generates static html based on them)?

Good day.
There is the following situation. There is a backend server on which the API is spinning. It is written in C#.
There is a task to write a site, the data for which would twitch with the API.
I really like the implementation on JS MVC frameworks like a thin client, but for search engines I would still like to give a static page, without any hashtag navigation.
In this connection, the question is which of the php-frameworks would be most suitable for implementing a "proxy", that is, php knocks on the API, collects the necessary data, and on their basis generates a static html code.
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
K
Konstantin, 2014-01-17
@unity_ultra_hardcore

Symfony2 will be the perfect answer to any question containing the text "recommend a framework".
If the site requires a very thin, read-only, then you can look at Sylex. All other frameworks are the wildest shit code and the complete absence of brains from their authors.

A
Alexander Makarov, 2014-01-17
@SamDark

Since the logic at the front is not weak (the store), a normal full-fledged framework is needed. Basically, anyone will do. Look at the support (so that after half a year you don’t have to rewrite and close the bugs yourself), popularity (the community is normal, developers are available for the team), documentation. Well, so that the style matches your Wishlist.
To simplify your work, do the view immediately for JS and PHP on a template engine implemented for both.

N
Nikolai Vasilchuk, 2014-01-17
@Anonym

In order to receive data from the API and give it back as JSON/XML/etc Symfony (Yui, Zend, another monster) will be redundant.
I recommend Slim . Easy, simple, understandable.

B
Blade Runner, 2014-01-29
@IvanPanfilov

bare php, no frameworks - will do it just fine.
it is desirable to pick up only for caching requests. well, and a template engine - if php-templates do not suit you.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question