SlideShare a Scribd company logo
Zend Framework and PHP
In The Cloud
Zeev Suraski
Co-founder & CTO, Zend Technologies
Co-architect of PHP




                                      © All rights reserved. Zend Technologies, Inc.
Agenda

    • About Zend (just a tiny bit)
    • Introduction to Zend Framework
    • Cloud Computing
    • Simple Cloud API




2   the Simple Cloud API Initiative   © All rights reserved. Zend Technologies, Inc.
Zend – “The PHP Company”

    • Leading provider of PHP solutions - 30K+ paying customers
         Open Source Projects: PHP, Zend Framework, Eclipse PDT

         Commercial Products: Zend Studio, Zend Server

         Education, certification and consulting around PHP


    • Founded in 1999 by Andi Gutmans and Zeev Suraski
         Creators of the core PHP scripting engine, the Zend Engine

         Key contributors to PHP




3   the Simple Cloud API Initiative   © All rights reserved. Zend Technologies, Inc.
Over one-third of the Web runs on PHP




               © All rights reserved. Zend Technologies, Inc.
The Zend Stack
                                                                                Cluster Manager
                                                                                      Zend Server
                               Collaborate




                                             Performance                Application                      Availability &   Reliability
                                             Optimization               Management                        Scalability




                                                                                                                                        Cluster Manager
                                              Acceleration                 Monitoring                        Job Queue     Updates
 Zend Studio (Eclipse-based)




                                              Optimization                Diagnostics                       Java Bridge    Hot Fixes
                               Debug




                                                 Caching                Configuration                        Clustering    Support



                                                                                 Zend Framework
                               Test




                                                                                               PHP
                               Code




                                                    Linux                                    Windows                       IBM i
                                             (rpm/deb repositories)                              (MSI)                     (PTF)


                                                                  © All rights reserved. Zend Technologies, Inc.
Zend Framework
     Core                        MVC                                              Formats & Data Access
         Registry       Uri       Controller                        View               Db          Json

            Log       Cache          Layout                   Application            Search      Dom_Query

           Mail       Config                                                          Ldap         Feed

         Loader        Date                                                           Amf          Queue


     Security                                                                     Web Infrastructure
                                 Web Services
           Auth        Acl                                                           Session        Tag
                                     XmlRpc                         Soap
          Filter     Validate                                                         Form       Navigation
                                        Rest                  Http_Client
         OpenId      Captcha                                                       ProgressBar     Dojo
                                     Amazon                      InfoCard

    Internationalization              Yahoo                        Flickr         Development
          Locale     Translate       Twitter                     Akismet              Tool        WildFire

        Currency     Measure        Delicious                          …             Debug          Test


6   PHP on Windows               © All rights reserved. Zend Technologies, Inc.
Zend Framework
• The Most Popular PHP Framework
  >10M downloads

  >200 contributors

• Commercial Contributions




• Enterprise Customers




                       © All rights reserved. Zend Technologies, Inc.
Zend Framework
    Satisfaction Rates


                                   Satisfaction - Overall                      Extremely
                                                Unhappy                        unhappy
                                                  1%                              0%


                               Moderately happy           Exceptionally happy
                                    17%                           16%




                                                        Very happy
                                                           66%




                                                                                       Source: ZF Survey, Dec 2009


8   OTR – Of The Respondents          © All rights reserved. Zend Technologies, Inc.
So What’s Cloud Computing?




           © All rights reserved. Zend Technologies, Inc.
Cloud Computing is Everywhere!




10   the Simple Cloud API Initiative   © All rights reserved. Zend Technologies, Inc.
What is Cloud Computing?

                  Anything that involves delivering
                  hosted services over the Internet.


 • Broadly divided into 3 categories:
    • Infrastructure-as-a-Service (IaaS)
    • Platform-as-a-Service (PaaS)
    • Software-as-a-Service (SaaS)
 • Clouds can be Internal




                           © All rights reserved. Zend Technologies, Inc.
Cloud Computing Today




              © All rights reserved. Zend Technologies, Inc.
Moving from a hosting platform to IaaS




                                 Host on                                Write For
                                the Cloud                               the Cloud




13   the Simple Cloud API Initiative   © All rights reserved. Zend Technologies, Inc.
Cloud Computing Today




              © All rights reserved. Zend Technologies, Inc.
The Cloud, Unlocked
Introducing Zend Framework
and the Simple Cloud API




               © All rights reserved. Zend Technologies, Inc.
Zend and the Cloud



                           Cloud


    Develop                                                        Manage
                     Simple Cloud API


 RAD                                                            Elastic deploy
 Debugging                                                      Monitoring
 Testing                 Zend Cloud Adapter (PHP)               Diagnostics
                                                                Performance
                                                                Security




               © All rights reserved. Zend Technologies, Inc.
Current Partners & Contributors




17   the Simple Cloud API Initiative   © All rights reserved. Zend Technologies, Inc.
An example – the common Queue API
                         Your Application


             Simple Cloud API Common Queue Interface

          Amazon SQS Adapter                         Azure Queue Adapter
                                                                            Easy Stuff

                                                                            Hard Stuff

          Amazon SQS Client                            Azure Queue Client
              Library                                        Library




18                        © All rights reserved. Zend Technologies, Inc.
Example: The Queue Interface                                                           (from SVN)


     interface Zend_Cloud_QueueService
     {
        public function createQueue($name, $options = null);

         public function deleteQueue($queueId, $options = null);

         public function listQueues($options = null);

         public function fetchQueueMetadata($queueId, $options = null);

         public function storeQueueMetadata($metadata, $queueId, $options = null);

         public function sendMessage($message, $queueId, $options = null);

         public function receiveMessages($queueId, $max = 1, $options = null);

         public function deleteMessage($messageId, $queueId, $options = null);

         public function peekMessage($messageId, $queueId, $options = null);
     }




19   the Simple Cloud API Initiative       © All rights reserved. Zend Technologies, Inc.
Current Project Status




20   the Simple Cloud API Initiative   © All rights reserved. Zend Technologies, Inc.
Summary: Why Simple Cloud?

     • Use Cloud Benefits, but Without Lock-In
          Scalability, reduced TCO

     • Better for ISVs
          Create apps that run in multiple cloud environments

     • Open-source
          A part of Zend Framework, the leading framework for PHP

     • Strong Commercial Backing
          Microsoft, IBM, Rackspace, Nirvanix, GoGrid




21   the Simple Cloud API Initiative   © All rights reserved. Zend Technologies, Inc.
Thank you!
http://www.simplecloudapi.org
http://framework.zend.com
http://www.zend.com
zeev@zend.com




                      © All rights reserved. Zend Technologies, Inc.

More Related Content

PDF
DA with Wa - Desktop Apps With Web Apps
PDF
Getting started with PHP on IBM i
PDF
PHP in the Real World
PDF
Webfest 2011 PHP on Windows by Rama Yurindra
PDF
What's new with Zend server
PDF
Server Day 2009: Spring dm Server by Alef Arendsen
PDF
IBM IMPACT 2009 Conference Session 2078 - Extending and Integrating Popular P...
PDF
Zend Server: A Guided Tour
DA with Wa - Desktop Apps With Web Apps
Getting started with PHP on IBM i
PHP in the Real World
Webfest 2011 PHP on Windows by Rama Yurindra
What's new with Zend server
Server Day 2009: Spring dm Server by Alef Arendsen
IBM IMPACT 2009 Conference Session 2078 - Extending and Integrating Popular P...
Zend Server: A Guided Tour

What's hot (20)

PDF
IBM IMPACT 2009 Conference Session 2024 - WebSphere sMash Integration, PHP wi...
PDF
Tiery Eyed
PDF
Real World Java Compatibility (Tim Ellison)
PDF
David Coletta Architecting A Shared Codebase For Browser And Desktop Final
PDF
MJB Technologies
PPTX
Websphere Application Server: Much more than Open Source
PPT
Microsoft TechDays 2011 - PHP on Windows
PDF
Providing Global Gateways to success!
PDF
Zend Solution Brief 0909 Web
PDF
Blue Ruby SDN Webinar
PDF
DPC2007 CodeGear, Delphi For PHP (Pawel Glowacki)
 
PDF
DPC2007 Zend Framework (Gaylord Aulke)
 
PDF
Turbocharging php applications with zend server (workshop)
PDF
Ibm i-modernization
PDF
DB2 z/OS & Java - What\'s New?
PDF
Drupal and-flex-drupal camp
PDF
Insights from the Experts: How PHP Leaders Are Transforming High-Impact PHP A...
PDF
Code Reuse Made Easy: Uncovering the Hidden Gems of Corporate and Open Source...
PDF
2012 04-06-v2-tdp-1163-java e-evsspringshootout-final
ODP
3978 Why is Java so different... A Session for Cobol/PLI/Assembler Developers
IBM IMPACT 2009 Conference Session 2024 - WebSphere sMash Integration, PHP wi...
Tiery Eyed
Real World Java Compatibility (Tim Ellison)
David Coletta Architecting A Shared Codebase For Browser And Desktop Final
MJB Technologies
Websphere Application Server: Much more than Open Source
Microsoft TechDays 2011 - PHP on Windows
Providing Global Gateways to success!
Zend Solution Brief 0909 Web
Blue Ruby SDN Webinar
DPC2007 CodeGear, Delphi For PHP (Pawel Glowacki)
 
DPC2007 Zend Framework (Gaylord Aulke)
 
Turbocharging php applications with zend server (workshop)
Ibm i-modernization
DB2 z/OS & Java - What\'s New?
Drupal and-flex-drupal camp
Insights from the Experts: How PHP Leaders Are Transforming High-Impact PHP A...
Code Reuse Made Easy: Uncovering the Hidden Gems of Corporate and Open Source...
2012 04-06-v2-tdp-1163-java e-evsspringshootout-final
3978 Why is Java so different... A Session for Cobol/PLI/Assembler Developers
Ad

Viewers also liked (6)

PDF
Errazudin - REST in pieces (with frapi) - Malaysia Open Source Conference 2011
PDF
Making Joomla! site fly with nginx : Joomla! day Malaysia 2011
PDF
P Hundamental Security Coding Secure With Php Lamp
PDF
LonestarPHP 2014 Security Keynote
ODP
Database security for PHP
PDF
Rise of the Planet of the Anonymous
Errazudin - REST in pieces (with frapi) - Malaysia Open Source Conference 2011
Making Joomla! site fly with nginx : Joomla! day Malaysia 2011
P Hundamental Security Coding Secure With Php Lamp
LonestarPHP 2014 Security Keynote
Database security for PHP
Rise of the Planet of the Anonymous
Ad

Similar to Zend In The Cloud (20)

PPTX
PHP Apps on the Move - Migrating from In-House to Cloud
PDF
Introducing PaaS in a Box - Scalable, Flexible, Portable PHP in the Cloud
PDF
Dev & Prod - PHP Applications in the Cloud
PDF
Paving the Way to IT-as-a-Service
PPTX
Turbocharging php applications with zend server
PPTX
Best Practices in PHP Application Delivery
KEY
Profiling php applications
PDF
Zend Framework Handout
PDF
Zend Framework Handout
PDF
Php In The Enterprise 01 24 2010
PPT
Zend PHP Solutions for IBM i
PDF
Enhancing scalability with intelligent caching
PDF
Costruire un sito e-commerce in alta affidabilità con Magento e Zend Server C...
PPTX
Comm Gate Corporate Profile V0.4
PDF
Evolving Archetecture
PPT
Cloud Hosting for Government Agencies: Drupal Platform as a Service
PDF
Windows Azure platform overview
PDF
PHP Day 2011 PHP goes to the cloud
PPTX
The Hybrid Windows Azure Application
PPTX
eBay From Ground Level to the Clouds
PHP Apps on the Move - Migrating from In-House to Cloud
Introducing PaaS in a Box - Scalable, Flexible, Portable PHP in the Cloud
Dev & Prod - PHP Applications in the Cloud
Paving the Way to IT-as-a-Service
Turbocharging php applications with zend server
Best Practices in PHP Application Delivery
Profiling php applications
Zend Framework Handout
Zend Framework Handout
Php In The Enterprise 01 24 2010
Zend PHP Solutions for IBM i
Enhancing scalability with intelligent caching
Costruire un sito e-commerce in alta affidabilità con Magento e Zend Server C...
Comm Gate Corporate Profile V0.4
Evolving Archetecture
Cloud Hosting for Government Agencies: Drupal Platform as a Service
Windows Azure platform overview
PHP Day 2011 PHP goes to the cloud
The Hybrid Windows Azure Application
eBay From Ground Level to the Clouds

Recently uploaded (20)

PDF
KodekX | Application Modernization Development
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Encapsulation theory and applications.pdf
PPTX
sap open course for s4hana steps from ECC to s4
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
Big Data Technologies - Introduction.pptx
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Electronic commerce courselecture one. Pdf
PDF
Review of recent advances in non-invasive hemoglobin estimation
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
KodekX | Application Modernization Development
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Building Integrated photovoltaic BIPV_UPV.pdf
Unlocking AI with Model Context Protocol (MCP)
Reach Out and Touch Someone: Haptics and Empathic Computing
Encapsulation theory and applications.pdf
sap open course for s4hana steps from ECC to s4
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Diabetes mellitus diagnosis method based random forest with bat algorithm
Big Data Technologies - Introduction.pptx
MYSQL Presentation for SQL database connectivity
Electronic commerce courselecture one. Pdf
Review of recent advances in non-invasive hemoglobin estimation
The AUB Centre for AI in Media Proposal.docx
NewMind AI Weekly Chronicles - August'25 Week I
MIND Revenue Release Quarter 2 2025 Press Release
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
The Rise and Fall of 3GPP – Time for a Sabbatical?

Zend In The Cloud

  • 1. Zend Framework and PHP In The Cloud Zeev Suraski Co-founder & CTO, Zend Technologies Co-architect of PHP © All rights reserved. Zend Technologies, Inc.
  • 2. Agenda • About Zend (just a tiny bit) • Introduction to Zend Framework • Cloud Computing • Simple Cloud API 2 the Simple Cloud API Initiative © All rights reserved. Zend Technologies, Inc.
  • 3. Zend – “The PHP Company” • Leading provider of PHP solutions - 30K+ paying customers  Open Source Projects: PHP, Zend Framework, Eclipse PDT  Commercial Products: Zend Studio, Zend Server  Education, certification and consulting around PHP • Founded in 1999 by Andi Gutmans and Zeev Suraski  Creators of the core PHP scripting engine, the Zend Engine  Key contributors to PHP 3 the Simple Cloud API Initiative © All rights reserved. Zend Technologies, Inc.
  • 4. Over one-third of the Web runs on PHP © All rights reserved. Zend Technologies, Inc.
  • 5. The Zend Stack Cluster Manager Zend Server Collaborate Performance Application Availability & Reliability Optimization Management Scalability Cluster Manager Acceleration Monitoring Job Queue Updates Zend Studio (Eclipse-based) Optimization Diagnostics Java Bridge Hot Fixes Debug Caching Configuration Clustering Support Zend Framework Test PHP Code Linux Windows IBM i (rpm/deb repositories) (MSI) (PTF) © All rights reserved. Zend Technologies, Inc.
  • 6. Zend Framework Core MVC Formats & Data Access Registry Uri Controller View Db Json Log Cache Layout Application Search Dom_Query Mail Config Ldap Feed Loader Date Amf Queue Security Web Infrastructure Web Services Auth Acl Session Tag XmlRpc Soap Filter Validate Form Navigation Rest Http_Client OpenId Captcha ProgressBar Dojo Amazon InfoCard Internationalization Yahoo Flickr Development Locale Translate Twitter Akismet Tool WildFire Currency Measure Delicious … Debug Test 6 PHP on Windows © All rights reserved. Zend Technologies, Inc.
  • 7. Zend Framework • The Most Popular PHP Framework  >10M downloads  >200 contributors • Commercial Contributions • Enterprise Customers © All rights reserved. Zend Technologies, Inc.
  • 8. Zend Framework Satisfaction Rates Satisfaction - Overall Extremely Unhappy unhappy 1% 0% Moderately happy Exceptionally happy 17% 16% Very happy 66% Source: ZF Survey, Dec 2009 8 OTR – Of The Respondents © All rights reserved. Zend Technologies, Inc.
  • 9. So What’s Cloud Computing? © All rights reserved. Zend Technologies, Inc.
  • 10. Cloud Computing is Everywhere! 10 the Simple Cloud API Initiative © All rights reserved. Zend Technologies, Inc.
  • 11. What is Cloud Computing? Anything that involves delivering hosted services over the Internet. • Broadly divided into 3 categories: • Infrastructure-as-a-Service (IaaS) • Platform-as-a-Service (PaaS) • Software-as-a-Service (SaaS) • Clouds can be Internal © All rights reserved. Zend Technologies, Inc.
  • 12. Cloud Computing Today © All rights reserved. Zend Technologies, Inc.
  • 13. Moving from a hosting platform to IaaS Host on Write For the Cloud the Cloud 13 the Simple Cloud API Initiative © All rights reserved. Zend Technologies, Inc.
  • 14. Cloud Computing Today © All rights reserved. Zend Technologies, Inc.
  • 15. The Cloud, Unlocked Introducing Zend Framework and the Simple Cloud API © All rights reserved. Zend Technologies, Inc.
  • 16. Zend and the Cloud Cloud Develop Manage Simple Cloud API RAD Elastic deploy Debugging Monitoring Testing Zend Cloud Adapter (PHP) Diagnostics Performance Security © All rights reserved. Zend Technologies, Inc.
  • 17. Current Partners & Contributors 17 the Simple Cloud API Initiative © All rights reserved. Zend Technologies, Inc.
  • 18. An example – the common Queue API Your Application Simple Cloud API Common Queue Interface Amazon SQS Adapter Azure Queue Adapter Easy Stuff Hard Stuff Amazon SQS Client Azure Queue Client Library Library 18 © All rights reserved. Zend Technologies, Inc.
  • 19. Example: The Queue Interface (from SVN) interface Zend_Cloud_QueueService { public function createQueue($name, $options = null); public function deleteQueue($queueId, $options = null); public function listQueues($options = null); public function fetchQueueMetadata($queueId, $options = null); public function storeQueueMetadata($metadata, $queueId, $options = null); public function sendMessage($message, $queueId, $options = null); public function receiveMessages($queueId, $max = 1, $options = null); public function deleteMessage($messageId, $queueId, $options = null); public function peekMessage($messageId, $queueId, $options = null); } 19 the Simple Cloud API Initiative © All rights reserved. Zend Technologies, Inc.
  • 20. Current Project Status 20 the Simple Cloud API Initiative © All rights reserved. Zend Technologies, Inc.
  • 21. Summary: Why Simple Cloud? • Use Cloud Benefits, but Without Lock-In  Scalability, reduced TCO • Better for ISVs  Create apps that run in multiple cloud environments • Open-source  A part of Zend Framework, the leading framework for PHP • Strong Commercial Backing  Microsoft, IBM, Rackspace, Nirvanix, GoGrid 21 the Simple Cloud API Initiative © All rights reserved. Zend Technologies, Inc.