Which to chose Zend Framework or Symfony? [closed] - php

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I used PHP/MySQL for a while, now I'm facing a new project, but in this case I have to use a PHP framework. In this project I have to develop a web application and a REST Api (Json) for Android and iOS applications. So which will be the best and the perfect for me.
Thank you guys

I used symfony2 for my project and I found everything I need in. Also I created a REST Api with, and it works well. There are some specific bundles that can help you for your Api. Really I started with Zend, but when I tried Doctrine, I found that it works well with symfony2.
Hope that help you

Related

Homestead and Laravel [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 months ago.
Improve this question
I'm looking for some assistance. I'd like to use PHP to build a web-based health system. Laravel is something I'm familiar with. I'm still confused about the difference between homestead and Laravel. Could someone please explain and advise me on which one to use? Thank you.
Homestead is a vagrant box configured specifically configured to locally develop Laravel applications. Laravel is a MVC framework written in php.

Start learning laravel framework [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I want to learn php framework, laravel. I have installed laravel 5.2 on my computer but I don't know how can I start to explore it. So, is there any recommended website for me to learn laravel framework?
laracasts.com
Laravel's official website has plenty of tutorials, and a great community able to help you.

What's a good framework to get started developing mobile apps as a symfony2 developer [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
I need to create mobile applications based on developed symfony2 projects,
I have a few applications which are already developed with symfony2 and since I don't want to get started from scratch, the idea is to have the current controllers of the apps return json data, which are used by the mobile apps as a data source for the mobile app framework.
I'm struggling to find a good starting point.
Use ionic to do a layout and and api rest to load data with symfony2 (for example)
Ionic is a html, javascript framework to do apps
http://ionicframework.com/
or others like ionic ( http://phonegap.com/ , http://goratchet.com/, Titanium, etc)

Method for common Single Sign On (SSO) for Yii and core PHP Projects [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have two projects, one developed in YII and another developed in core PHP. I got the best way to solve it using
https://simplesamlphp.org/
But I don't have access to the server where my project are hosted because I need to setup SimpleSAMLphp on my server. So I am searching for alternatives and I got another way but I am only able to implement that only if both projects are on Yii:
http://www.yiiframework.com/wiki/135/single-sign-on-across-multiple-subdomains
I have tried some others too but unsuccessfully, so please help in my problem with best solution. Thank you in advance.

Google App Engine vs Pagoda Box? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
Particularly, for PHP development, which one performs better? I'd like to deploy a Zend Framework 1.X app on the chosen platform. Which one makes this easier/possible?
One thing I particularly love about Pagodabox is how they "force" you to use git (or some other version control system). I know you probably wouldn't use either GAE of PB for trivial projects, so you're probably already using some version control system. But I still think that's a nice touch of them. Plus it makes deploying that much easier.

Categories