SlideShare a Scribd company logo
in 2 it 
Pimp legacy PHP 
apps with Apigility 
TrueNorthPHP 2014
Michelangelo van Dam 
Consultant, Community Leader, Contributor 
https://www.flickr.com/photos/akrabat/8784318813
Who builds API’s? 
http://apigee.com/about/
How do you build them? 
https://www.flickr.com/photos/florianric/7263382550
October 8, 2013 
• ZendCon keynote 
• MWOP announces Apigility 
• REST API Management Tool
Pimp legacy PHP apps with Apigility - TrueNorthPHP 2014
Pimp legacy PHP apps with Apigility - TrueNorthPHP 2014
Apigility in a nutshell 
• Full-features REST mgmt tool 
• Versioning 
• Authentication 
• Validation 
• Hypertext Application 
Language (HAL) supported 
• API Documentation
Pimp legacy PHP apps with Apigility - TrueNorthPHP 2014
https://www.flickr.com/photos/simonov/3629246570
Pimp legacy PHP apps with Apigility - TrueNorthPHP 2014
https://www.flickr.com/photos/npobre/2601582256
Requirements 
• Apigility 
• A ZF1 project 
• Composer 
• Some coding experience 
https://www.flickr.com/photos/adesigna/4090782772
Approach 
Vanilla Apigility! 
Skeleton 
Your ZF1 App Your ZF1 Libraries
Download Apigility 
git clone https://github.com/zfcampus/zf-apigility-skeleton.git zfdemo-api 
cd zfdemo-api 
php composer.phar self-update! 
php composer.phar install
Add Zend Framework 1 
vi composer.json 
"require": {! 
...! 
"zendframework/zendframework1": "~1.12"! 
} 
php composer.phar update
Add your app and lib 
git submodule add -f https://github.com/in2it/zfdemo.git vendor/zfdemo 
git submodule add -f https://github.com/in2it/In2it.git vendor/In2it
Symlink into your app 
cd vendor/zfdemo/library 
ln -s ../../zendframework/zendframework1/library/Zend Zend 
ln -s ../../In2it/library/In2it In2it 
cd ../../..
Update index.php 
sed -i ’s/APPLICATION_PATH/ZF2APP_PATH/g' public/index.php
Run Apigility 
php public/index.php development enable 
php -S 0.0.0.0:8888 -t public public/index.php 
DO NOT RUN IT LIKE THIS IN PRODUCTION!
Welcome!
https://www.flickr.com/photos/raster/3563135804
https://www.flickr.com/photos/levendis/474847831
Get started!
Create new API
Create new API
Provide a name
Pimp legacy PHP apps with Apigility - TrueNorthPHP 2014
Create new REST Service
Name the REST service
There you go: user API
Pimp legacy PHP apps with Apigility - TrueNorthPHP 2014
Modify the user API
We need the resource class
Pimp legacy PHP apps with Apigility - TrueNorthPHP 2014
Pimp legacy PHP apps with Apigility - TrueNorthPHP 2014
Get ZF1for2.php 
in2.se/zf1for2
Pimp legacy PHP apps with Apigility - TrueNorthPHP 2014
Pimp legacy PHP apps with Apigility - TrueNorthPHP 2014
Thank you MWOP & Team! 
https://www.flickr.com/photos/juokaz/4702577233
Resources 
• The Apgility site: http://apigility.org 
• My blog article: http://in2.se/1fVZ2sI 
• My github zfdemo: http://in2.se/1pu7R9b
joind.in/12722 
Slides will be made available there. 
! 
If you enjoyed this talk, thanks! 
If not, let me know how I could improve it
https://www.flickr.com/photos/drewm/3191870083

More Related Content

PDF
Infinum Android Talks #04 - How to publish an Android archive (.aar) to Maven...
PDF
5分で作る開発環境
PPTX
ReviewNinja OSCON
PDF
OpenAPI development with Python
PDF
Open Source Contributions - Alsey Coleman Miller
PPTX
Documentation-driven development for Python web APIs v2
PPTX
Azure deployment techniques By Arindam
PDF
Bootiful Development with Spring Boot and Angular - RWX 2018
Infinum Android Talks #04 - How to publish an Android archive (.aar) to Maven...
5分で作る開発環境
ReviewNinja OSCON
OpenAPI development with Python
Open Source Contributions - Alsey Coleman Miller
Documentation-driven development for Python web APIs v2
Azure deployment techniques By Arindam
Bootiful Development with Spring Boot and Angular - RWX 2018

What's hot (20)

PDF
Introducing wsgi_lineprof / PyCon JP 2017 LT
PPTX
AIP Tutorial 4
PPT
Flex and .NET Integration
PDF
Microservices for the Masses with Spring Boot and JHipster - RWX 2018
PPTX
Chatbots Workshop SF JS Meetup May 2018
PPTX
Bringing Pull Request to Gerrit
PDF
Bootiful Development with Spring Boot and Vue - RWX 2018
PPTX
PPTX
GitLab 8.6 - Release Webcast
PDF
Autoscaling event driven apps
PPTX
EuroPython 2017 - How to make money with your Python open-source project
PDF
20180124 android taipei_arinterface
PDF
GitLab webcast - Release 8.4
PDF
Becoming a Git Master - Nicola Paolucci
PPTX
GitLab 8.5 Highlights and Step-by-step tutorial
PDF
Why You Need a Developer Relations Team for Your API
PPTX
Github for Serious Business Professional
PDF
Bootiful Development with Spring Boot and Angular - Connect.Tech 2017
PDF
WWDC 2016 Personal Recollection
Introducing wsgi_lineprof / PyCon JP 2017 LT
AIP Tutorial 4
Flex and .NET Integration
Microservices for the Masses with Spring Boot and JHipster - RWX 2018
Chatbots Workshop SF JS Meetup May 2018
Bringing Pull Request to Gerrit
Bootiful Development with Spring Boot and Vue - RWX 2018
GitLab 8.6 - Release Webcast
Autoscaling event driven apps
EuroPython 2017 - How to make money with your Python open-source project
20180124 android taipei_arinterface
GitLab webcast - Release 8.4
Becoming a Git Master - Nicola Paolucci
GitLab 8.5 Highlights and Step-by-step tutorial
Why You Need a Developer Relations Team for Your API
Github for Serious Business Professional
Bootiful Development with Spring Boot and Angular - Connect.Tech 2017
WWDC 2016 Personal Recollection
Ad

Viewers also liked (20)

PDF
Dealing with Legacy PHP Applications
PDF
Dealing With Legacy PHP Applications
PDF
PHP 7.1 : elegance of our legacy
PPTX
Working with Legacy Code
KEY
Working Effectively With Legacy Code
PPT
PHPBootcamp - Zend Framework
PDF
Symfony2 as an api
PDF
Welcome to the Symfony2 World - FOSDEM 2013
PDF
Transforming legacy PHP applications with Symfony2 and Varnish
PDF
Working With Legacy Code
PPTX
Symphony Software Foundation API Working Group Proposal
PPTX
XP Days Ukraine 2014 - Refactoring legacy code
PPTX
XPDays Ukraine: Legacy
PPTX
ITGM#4 Технический долг 2.0
PDF
From Legacy to DDD in PHP | Tech Talks | Privalia
PPTX
Club of anonimous developers "Refactoring: Legacy code"
PPTX
Legacy: как победить в гонке (Joker)
PDF
Living With Legacy Code
PPTX
Considerations For an API Strategy - Ronnie MItra API Architect Layer 7 Londo...
PPT
Working Effectively With Legacy Code
Dealing with Legacy PHP Applications
Dealing With Legacy PHP Applications
PHP 7.1 : elegance of our legacy
Working with Legacy Code
Working Effectively With Legacy Code
PHPBootcamp - Zend Framework
Symfony2 as an api
Welcome to the Symfony2 World - FOSDEM 2013
Transforming legacy PHP applications with Symfony2 and Varnish
Working With Legacy Code
Symphony Software Foundation API Working Group Proposal
XP Days Ukraine 2014 - Refactoring legacy code
XPDays Ukraine: Legacy
ITGM#4 Технический долг 2.0
From Legacy to DDD in PHP | Tech Talks | Privalia
Club of anonimous developers "Refactoring: Legacy code"
Legacy: как победить в гонке (Joker)
Living With Legacy Code
Considerations For an API Strategy - Ronnie MItra API Architect Layer 7 Londo...
Working Effectively With Legacy Code
Ad

Similar to Pimp legacy PHP apps with Apigility - TrueNorthPHP 2014 (20)

PDF
Easily extend your existing php app with an api
PDF
Apigility – Lightning Fast API Development - OSSCamp 2014
PDF
DDC 2024 - Micro Frontends with Blazor (Cologne)
PDF
Howto Create & Run zf2skeleton Apps with PHP's Built-in Webserver
PPTX
Sst hackathon express
PPTX
API Documentation Workshop tcworld India 2015
PPTX
Survival Strategies for API Documentation: Presentation to Southwestern Ontar...
PDF
Plack basics for Perl websites - YAPC::EU 2011
PDF
NLUUG Spring 2012 - OpenShift Primer
PDF
Introduction to Apigility
PPTX
Intro to Strapi 4
PDF
Swagger - Make your REST APIs accessible - Victor Trakhtenberg
PDF
Swagger code motion talk
PPTX
Flutter festival gdsc juet guna
PDF
Deploy a PHP App on Google App Engine
PDF
Crafting APIs
PDF
OpenShift Primer - get your business into the Cloud today!
PDF
Industrialise PHP ~ ZendCon Europe 2013
PDF
Developing Brilliant and Powerful APIs in Ruby & Python
PDF
Micro Frontends
Easily extend your existing php app with an api
Apigility – Lightning Fast API Development - OSSCamp 2014
DDC 2024 - Micro Frontends with Blazor (Cologne)
Howto Create & Run zf2skeleton Apps with PHP's Built-in Webserver
Sst hackathon express
API Documentation Workshop tcworld India 2015
Survival Strategies for API Documentation: Presentation to Southwestern Ontar...
Plack basics for Perl websites - YAPC::EU 2011
NLUUG Spring 2012 - OpenShift Primer
Introduction to Apigility
Intro to Strapi 4
Swagger - Make your REST APIs accessible - Victor Trakhtenberg
Swagger code motion talk
Flutter festival gdsc juet guna
Deploy a PHP App on Google App Engine
Crafting APIs
OpenShift Primer - get your business into the Cloud today!
Industrialise PHP ~ ZendCon Europe 2013
Developing Brilliant and Powerful APIs in Ruby & Python
Micro Frontends

More from Michelangelo van Dam (20)

PDF
GDPR Art. 25 - Privacy by design and default
PDF
Moving from app services to azure functions
PDF
Privacy by design
PDF
DevOps or DevSecOps
PDF
Privacy by design
PDF
Continuous deployment 2.0
PDF
Let your tests drive your code
PDF
General Data Protection Regulation, a developer's story
PDF
Leveraging a distributed architecture to your advantage
PDF
The road to php 7.1
PDF
Open source for a successful business
PDF
Decouple your framework now, thank me later
PDF
Deploy to azure in less then 15 minutes
PDF
Azure and OSS, a match made in heaven
PDF
Getting hands dirty with php7
PDF
Zf2 how arrays will save your project
PDF
Create, test, secure, repeat
PDF
The Continuous PHP Pipeline
PDF
PHPUnit Episode iv.iii: Return of the tests
PDF
Your code are my tests
GDPR Art. 25 - Privacy by design and default
Moving from app services to azure functions
Privacy by design
DevOps or DevSecOps
Privacy by design
Continuous deployment 2.0
Let your tests drive your code
General Data Protection Regulation, a developer's story
Leveraging a distributed architecture to your advantage
The road to php 7.1
Open source for a successful business
Decouple your framework now, thank me later
Deploy to azure in less then 15 minutes
Azure and OSS, a match made in heaven
Getting hands dirty with php7
Zf2 how arrays will save your project
Create, test, secure, repeat
The Continuous PHP Pipeline
PHPUnit Episode iv.iii: Return of the tests
Your code are my tests

Recently uploaded (20)

PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PDF
Structs to JSON How Go Powers REST APIs.pdf
PPTX
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PPT
Project quality management in manufacturing
PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PPTX
additive manufacturing of ss316l using mig welding
PPTX
CH1 Production IntroductoryConcepts.pptx
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PPTX
Geodesy 1.pptx...............................................
PDF
Operating System & Kernel Study Guide-1 - converted.pdf
PPT
Mechanical Engineering MATERIALS Selection
PDF
composite construction of structures.pdf
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
DOCX
573137875-Attendance-Management-System-original
PPTX
Lesson 3_Tessellation.pptx finite Mathematics
PPTX
Construction Project Organization Group 2.pptx
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
Structs to JSON How Go Powers REST APIs.pdf
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
Project quality management in manufacturing
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
additive manufacturing of ss316l using mig welding
CH1 Production IntroductoryConcepts.pptx
Model Code of Practice - Construction Work - 21102022 .pdf
Geodesy 1.pptx...............................................
Operating System & Kernel Study Guide-1 - converted.pdf
Mechanical Engineering MATERIALS Selection
composite construction of structures.pdf
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
Foundation to blockchain - A guide to Blockchain Tech
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
573137875-Attendance-Management-System-original
Lesson 3_Tessellation.pptx finite Mathematics
Construction Project Organization Group 2.pptx
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026

Pimp legacy PHP apps with Apigility - TrueNorthPHP 2014