php - Symfony 3 consume api data without using ajax or Angular -


i'm working on rest api sell saas. have of functions interest me (integration mercadolibre spanish web site, market payments, google maps, social networks , accounting management part).

but want add possibility client have frontstore can offer services few default templates feed on api resources.

the issue not know how can keep isolated api code without using angular, angular websites affects lot seo. (the control panel , mobile app did not have problems because asked ajax 2 things not customizable)

so not know do.

summarizing question is: since give access templates or themes not backend, on server.

i had planned make 1 instance of program each client, not want since did multi-company , want take advantage of it. want offer 10 basic templates, service make premium , possibility of client upload own page. hope clear.

i work synfony 3.0.0 , angular 1.6 on lamp platform.

i need idea make possible data server have rest api , use website showing products or kind of things. without using ajax or angular templating.

enter image description here

i leave image clarify. left side private part, not customizable client, right side web site , want make customizable templates consuming data api.

i don't understand if need consume api without ajax or angular, can use guzzle http create client class contains webservices (like showing products or kind of things). tutorial how can use it. hope !


Comments

Popular posts from this blog

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -

ios - MKAnnotationView layer is not of expected type: MKLayer -