Dev Breakthroughs
68.9K views | +0 today
Follow
Dev Breakthroughs
Monitoring innovations in database, PHP, JS, RIA, HTML5, mobile and agile dev strategies & tools
Curated by Nicolas Weil
Your new post is loading...
Your new post is loading...
Scooped by Nicolas Weil
Scoop.it!

Phalcon PHP framework impressive benchmarks

Phalcon PHP framework impressive benchmarks | Dev Breakthroughs | Scoop.it

Phalcon is an open source, full stack framework for PHP 5 written as a C-extension providing high performance. You don't have to learn or use C language, functionality are exposed as PHP classes you can use any time. Phalcon is also loose coupled thus you can select specific parts of the framework for your development.

 

Benchmarking below shows how efficient Phalcon is when compared with other traditional PHP frameworks. This benchmark is updated as stable versions are released from any of the frameworks mentioned or Phalcon itself.

No comment yet.
Scooped by Nicolas Weil
Scoop.it!

MODX: A CMS Framework Designed with PHP Developers in Mind

MODX: A CMS Framework Designed with PHP Developers in Mind | Dev Breakthroughs | Scoop.it

If you have ever wrestled with trying to create a custom Web site using a CMS that made you jump through hoops to get the desired output, you should definitely check out MODX, a CMS framework designed from the ground up with Object Oriented Programming PHP developers in mind.

No comment yet.
Scooped by Nicolas Weil
Scoop.it!

Best PHP frameworks – MVC and more

Best PHP frameworks – MVC and more | Dev Breakthroughs | Scoop.it

PHP is a dream for those who want to learn how to make a website or an application and don’t know much about programming languages… and since PHP is free and has a phenomenal documentation … plus on top of that there are so many frameworks to help you out making it easier to work with and also making it more stable and structured.

 

Since I kind of like working in PHP a lot … but mostly core PHP … now a days I tried my hands on a couple of MVC structure frameworks for PHP… and found that there are a whole lot of them to work with…so just thought I would make a list of them and maybe someday try out as much as I can to finally find the one that suits my expectations and working criteria.

 

Walberto Moncada's curator insight, August 17, 2013 1:11 AM
Interesante, lista muy completa con muy buenas propuestas que desconocia
Walberto Moncada's curator insight, August 17, 2013 1:11 AM
Interesante, lista muy completa con muy buenas propuestas que desconocia
Scooped by Nicolas Weil
Scoop.it!

Short List of RESTful API Frameworks for PHP

Short List of RESTful API Frameworks for PHP | Dev Breakthroughs | Scoop.it

Having a web API is an essential part of doing business online today. We wanted to help get you started. So we took some time to pull together a list of the RESTful or RESTish (however you choose to view it) API frameworks, that can help you deploy your API faster.Today we are going to take a look at seven RESTful API frameworks for PHP:

- Dave

- Epiphany

- FRAPI

- Recess

- Slim

- Tonic

- Zend Framework

David's comment, June 1, 2013 8:46 AM
The list is a bit out of date and some frameworks have hit a dead-end. For those evaluating frameworks herewith a quick list:

http://davss.com/tech/php-rest-api-frameworks/

It's best to evaluate by going to each API developers website and try to match your project needs to available features. Some frameworks have built-in others extend via modules.