SlideShare a Scribd company logo
Trends, implementations,
frameworks and solutions
PHP
PHP. Trends, implementations, frameworks and solutions
PHP. Trends, implementations, frameworks and solutions
Stats
~82%
http://w3techs.com/technologies/overview/programming_language/all
GitHub
14.4M Repos
970K Issues
707K PRs
PHP new features
Namespaces
Late Static Binding
Traits
Array short syntax
Closures scopes and $this
Built-in web server
Generators
try-catch Finally
Password hashing API
SPDY
http://www.eschrade.com/page/magento-performance-on-php-5-3-5-4-and-5-5rc3/
Magento Benchmark
PHP-Fig
Autoloading
Code Style
Logging Interface
Doc Blocks
Cache Interface
Autoloading
https://getcomposer.org/
https://packagist.org/
composer.json
{
"name": "symfony/framework-standard-edition",
"license": "MIT",
"type": "project",
"description": "The "Symfony Standard Edition" distribution",
"autoload": {
"psr-0": { "": "src/", "SymfonyStandard": "app/" }
},
"require": {
"php": ">=5.3.3",
"symfony/symfony": "2.5.x-dev",
"doctrine/orm": "~2.2,>=2.2.3",
"doctrine/doctrine-bundle": "~1.2",
…
}
}
Implementations
http://www.toptal.com/python/why-are-there-so-many-pythons
http://habrahabr.ru/post/209812/
Zend Engine
Implementations
http://php.net/
HipHopVM
Implementations
http://hhvm.com/
Hack Lang
http://hacklang.org/
<?hh
class MyClass {
public function alpha(): int {
return 1;
}
public function beta(): string {
return 'hi test';
}
}
function f(MyClass $my_inst): string {
// Fix me!
return $my_inst->alpha();
}
KPHP
Implementations
http://habrahabr.ru/post/214877
JPHP
Implementations
https://github.com/jphp-compiler/jphp
PHPPHP
Implementations
https://github.com/ircmaxell/PHPPHP
HippyVM
Implementations
http://hippyvm.com/
See also
http://phalconphp.com/en/
http://zephir-lang.com/
http://www.php-cpp.com/
PHP. Trends, implementations, frameworks and solutions
symfony1
Started in 2005
67 releases
~40k commits
End of livecycle Nov 2012
Symfony(2)
First public commit 01-04-2010
First Birthday 28-07-2011
First LTS May 2013
73 releases
~17k commits
GitHub stats
11k Issues
7k PRs
8k Stars
3k Forks
https://github.com/symfony/symfony
What is Symfony?
Reusable set of standalone, decoupled PHP components
Based on components Symfony is a full-stack framework
Symfony is an HTTP framework
Request/Response framework
Non MVC
http://fabien.potencier.org/article/49/what-is-symfony2
Components
HttpFoundation
Routing
Security
Yaml
HttpKernel
http://symfony.com/components
DependencyInjection
EventDispatcher
Form
Validator
Templating
Symfony Basics
<?php
use SymfonyComponentHttpFoundationRequest;
$kernel = new AppKernel('prod', false);
$request = Request::createFromGlobals();
$response = $kernel->handle($request);
$response->send();
What about “M”?
Doctrine2
Doctrine2
RDBMS
MongoDB
CouchDB
OXM
OrientDB
https://github.com/doctrine
PHP frameworks
Laravel (4)
Zend
Zend2
Yii
Yii2
Kohana
CakePHP
CodeIgniter
http://ellislab.com/blog/entry/ellislab-seeking-new-owner-for-codeigniter
Symfony products
Drupal
phpBB
Laravel
Magento
eZ Publish
http://symfony.com/projects
Symfony products
RedKite CMS
Symfony CMF
Decoupled CMS
Sylius eCommerce
Vespoline eCommerce
Oro CRM
Akeneo PIM (wat?)
http://symfony.com/projects
RedKite CMS
http://redkite-labs.com/
Symfony CMF
http://cmf.symfony.com/
Decoupled CMS
http://decoupledcms.org/
PHP Content Repository
JSR based (JSR-170/283)
PHPCR is bucket of interfaces
Implementations: Jackalope, Midgard2
Storages:
Jackrabbit
Doctrine-DBAL
Doctrine-MongoDB
Prismic.io
http://phpcr.github.io/
http://jackalope.github.io/
http://midgard-project.org/phpcr/
https://jackrabbit.apache.org/
https://prismic.io/
Sylius
http://sylius.org/
http://sylius.com/
Vespolina
http://vespolina.org/
Oro CRM
http://www.orocrm.com/
Akeneo
http://www.akeneo.com/
A Product Information Management
aka PIM, PCM or Products MDM
Akeneo
http://www.akeneo.com/
and growing...
http://symfony.com/projects
Questions?

More Related Content

PPT
Php Ppt
PPT
PPS
PHP - History, Introduction, Summary, Extensions and Frameworks
PDF
Last train to php 7
PPTX
10 Most Important Features of New PHP 5.6
PPT
01 Php Introduction
PPTX
Writing php extensions in golang
PPTX
PHP .ppt
Php Ppt
PHP - History, Introduction, Summary, Extensions and Frameworks
Last train to php 7
10 Most Important Features of New PHP 5.6
01 Php Introduction
Writing php extensions in golang
PHP .ppt

What's hot (20)

PPT
Advantages of Choosing PHP Web Development
PPTX
Standards: Don't pee in the pool
PDF
PPT
PHP Tutorials
PPTX
Php technical presentation
PPT
Php Ppt
PPT
Php Presentation
PDF
mod_php vs FastCGI vs FPM vs CLI
PPTX
Introduction to PHP
PDF
このPHP拡張がすごい!2017
PPT
PHP: Hypertext Preprocessor Introduction
PPTX
PHP programmimg
PDF
Browser Serving Your We Application Security - ZendCon 2017
PDF
A History of PHP
PPTX
PPTX
Presentation php
ODP
Practical catalyst
Advantages of Choosing PHP Web Development
Standards: Don't pee in the pool
PHP Tutorials
Php technical presentation
Php Ppt
Php Presentation
mod_php vs FastCGI vs FPM vs CLI
Introduction to PHP
このPHP拡張がすごい!2017
PHP: Hypertext Preprocessor Introduction
PHP programmimg
Browser Serving Your We Application Security - ZendCon 2017
A History of PHP
Presentation php
Practical catalyst
Ad

Similar to PHP. Trends, implementations, frameworks and solutions (20)

PPT
An Introduction to Websphere sMash for PHP Programmers
PDF
Rails missing features
PDF
Submit PHP: Standards in PHP world. Михайло Морозов
PPTX
PHP Training Institute in Ambala
PPS
Simplify your professional web development with symfony
PPT
Css Founder.com | Cssfounder Net
ODP
An OpenShift Primer for Developers to get your Code into the Cloud (PTJUG)
PDF
#Credits
PPS
Web Development in Perl
PDF
Elegant and Scalable Code Querying with Code Property Graphs
PPT
PHP and MySQL
PPT
Rapid java backend and api development for mobile devices
PDF
Unleash your Symfony projects with eZ Platform
PDF
PyCon Korea 2019 REST API Document Generation
PDF
Composer
PDF
URL Design
PDF
Building applications with Serverless Framework and AWS Lambda - JavaZone 2019
PPT
Introduction to Alfresco Surf Platform
PDF
Is your python application secure? - PyCon Canada - 2015-11-07
PDF
PHP Development Tools
An Introduction to Websphere sMash for PHP Programmers
Rails missing features
Submit PHP: Standards in PHP world. Михайло Морозов
PHP Training Institute in Ambala
Simplify your professional web development with symfony
Css Founder.com | Cssfounder Net
An OpenShift Primer for Developers to get your Code into the Cloud (PTJUG)
#Credits
Web Development in Perl
Elegant and Scalable Code Querying with Code Property Graphs
PHP and MySQL
Rapid java backend and api development for mobile devices
Unleash your Symfony projects with eZ Platform
PyCon Korea 2019 REST API Document Generation
Composer
URL Design
Building applications with Serverless Framework and AWS Lambda - JavaZone 2019
Introduction to Alfresco Surf Platform
Is your python application secure? - PyCon Canada - 2015-11-07
PHP Development Tools
Ad

More from Oleg Zinchenko (8)

PDF
Oro meetup #4
PDF
Keep It Simple Security (Symfony cafe 28-01-2016)
PDF
Erlang (GeekTalks)
PDF
Welcome to Erlang
PDF
Erlang/N2O at KNPMeetup 2015
PDF
DDD on example of Symfony (SfCampUA14)
PDF
DDD on example of Symfony (Webcamp Odessa 2014)
PDF
Введение в REST API
Oro meetup #4
Keep It Simple Security (Symfony cafe 28-01-2016)
Erlang (GeekTalks)
Welcome to Erlang
Erlang/N2O at KNPMeetup 2015
DDD on example of Symfony (SfCampUA14)
DDD on example of Symfony (Webcamp Odessa 2014)
Введение в REST API

Recently uploaded (20)

PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PDF
Digital Strategies for Manufacturing Companies
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PDF
System and Network Administration Chapter 2
PDF
System and Network Administraation Chapter 3
PPTX
Transform Your Business with a Software ERP System
PDF
medical staffing services at VALiNTRY
PPTX
Odoo POS Development Services by CandidRoot Solutions
PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
PDF
top salesforce developer skills in 2025.pdf
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PPTX
Operating system designcfffgfgggggggvggggggggg
PPTX
history of c programming in notes for students .pptx
PPTX
CHAPTER 2 - PM Management and IT Context
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
VVF-Customer-Presentation2025-Ver1.9.pptx
Wondershare Filmora 15 Crack With Activation Key [2025
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
Digital Strategies for Manufacturing Companies
Adobe Illustrator 28.6 Crack My Vision of Vector Design
Upgrade and Innovation Strategies for SAP ERP Customers
System and Network Administration Chapter 2
System and Network Administraation Chapter 3
Transform Your Business with a Software ERP System
medical staffing services at VALiNTRY
Odoo POS Development Services by CandidRoot Solutions
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
top salesforce developer skills in 2025.pdf
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
How to Choose the Right IT Partner for Your Business in Malaysia
Operating system designcfffgfgggggggvggggggggg
history of c programming in notes for students .pptx
CHAPTER 2 - PM Management and IT Context
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
How to Migrate SBCGlobal Email to Yahoo Easily

PHP. Trends, implementations, frameworks and solutions