SlideShare a Scribd company logo
Composer
A Lightning Talk by James Titcumb
● Your app depends on libraries
● Maintenance - keeping up to date
● Libraries depend on other libraries
● Could result in conflicting code - MESS
The Problems
Guzzle Twig PSR-3
Pimple
nooooo!!!!!!
Nils Adermann (phpBB)
Jordi Boggiano (SF2, Doctrine)
Say hello to...
What Does It Do?
● You tell it what libraries you want
● Manages dependencies
● Installs them (downloads them)
● Creates an autoloader
Installing composer.phar
$ curl -sS https://getcomposer.org/installer | php
#!/usr/bin/env php
All settings correct for using Composer
Downloading...
Composer successfully installed to: composer.phar
Use it: php composer.phar
$
composer.json
{
"require": {
"php": ">= 5.3",
"symfony/console": "2.3.*"
}
}
Now Install
$ php composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev)
- Installing symfony/console (v2.3.4)
Downloading: 100%
Writing lock file
Generating autoload files
$
Where Did You Come From?
● Packagist - main repository
● You can make your own (Satis)
Autoloading!
index.php
<?php
require 'vendor/autoload.php';
// You can use your dependencies
// without requiring them all the time
use
SymfonyComponentConsoleApplication;
60 seconds Live Demo (!)
● Download Composer
● Create composer.json
● Run Composer install
● Write index.php
● It’s very simple
● Magical dependencies (recursively)
● You can make your own packages!
● Composer autoloader rocks (PSR-0/4)
● Simplifies deployment!
● Get it here:
Summary
getcomposer.org
Thanks!
@asgrim
github.com/asgrim

More Related Content

PPTX
Compcon 2016 Workshop
KEY
Capistrano, Puppet, and Chef
ODP
Fabric: A Capistrano Alternative
PDF
Jenkins and Docker for native Linux packages
PDF
maXbox starter46 work with Wine
PPTX
Denial of service attack part 2
PPTX
Introduction To Programming in GNU-LINUX
PDF
INSTALLION OF BI
Compcon 2016 Workshop
Capistrano, Puppet, and Chef
Fabric: A Capistrano Alternative
Jenkins and Docker for native Linux packages
maXbox starter46 work with Wine
Denial of service attack part 2
Introduction To Programming in GNU-LINUX
INSTALLION OF BI

What's hot (20)

PPTX
A Fabric/Puppet Build/Deploy System
PDF
Testumgebungen für WordPress
PDF
Installation of LAMP Server with Ubuntu 14.10 Server Edition
PPTX
Automated Deployment with Fabric
PDF
Fabric-让部署变得简单
PDF
How to install a wordpress theme in local computer
TXT
PDF
Using filesystem capabilities with rsync
PDF
Talk about Ansible and Infrastructure as Code
PDF
Installing Tomcat on Ubuntu Instance
PDF
Plesk CLI Wrapper
PPTX
Hadoop presentation
ODP
WebSockets with PHP: Mission impossible
PDF
Jones_Lamp_Tutorial
PDF
Steve Corona: Scaling LAMP doesn't have to suck
ODP
Capifony. Minsk PHP MeetUp #11
PPTX
Modern Perl toolchain (help building microservices)
PDF
Open erp on ubuntu
PDF
TRENDnet IP Camera Multiple Vulnerabilities
PDF
Setup Kubernetes with flannel on ubuntu platform
A Fabric/Puppet Build/Deploy System
Testumgebungen für WordPress
Installation of LAMP Server with Ubuntu 14.10 Server Edition
Automated Deployment with Fabric
Fabric-让部署变得简单
How to install a wordpress theme in local computer
Using filesystem capabilities with rsync
Talk about Ansible and Infrastructure as Code
Installing Tomcat on Ubuntu Instance
Plesk CLI Wrapper
Hadoop presentation
WebSockets with PHP: Mission impossible
Jones_Lamp_Tutorial
Steve Corona: Scaling LAMP doesn't have to suck
Capifony. Minsk PHP MeetUp #11
Modern Perl toolchain (help building microservices)
Open erp on ubuntu
TRENDnet IP Camera Multiple Vulnerabilities
Setup Kubernetes with flannel on ubuntu platform
Ad

Viewers also liked (20)

PPTX
Physics unit3
PDF
Are bean counters to blame
PDF
Внедрение распределенной генерации. Анализ существующего опыта, возникающие п...
PPT
Consult Marcelle Poirier Regarding Visa E-2 Pour Investisseur
PPT
PPTX
PPT
Digital libraries
PDF
Presentazione Bilancio Informatica Solidale - Assemblea Febbraio 2014
PDF
PDF
Michael Durante Western Reserve Blackwall Partners Canadian Banks
PPTX
Supporting mindsets 2
PPT
Relapse Myeloma
PPT
Ishhan nigohosyan-2015-1
PDF
Printers Buying Guide-ODSI
PPTX
tugas tik by rani
PDF
Ns ufolder web
PPTX
Tutorial 3
DOC
Neoliberalism manuel
PDF
Historia del papel
PPTX
Implications of Climate Change
Physics unit3
Are bean counters to blame
Внедрение распределенной генерации. Анализ существующего опыта, возникающие п...
Consult Marcelle Poirier Regarding Visa E-2 Pour Investisseur
Digital libraries
Presentazione Bilancio Informatica Solidale - Assemblea Febbraio 2014
Michael Durante Western Reserve Blackwall Partners Canadian Banks
Supporting mindsets 2
Relapse Myeloma
Ishhan nigohosyan-2015-1
Printers Buying Guide-ODSI
tugas tik by rani
Ns ufolder web
Tutorial 3
Neoliberalism manuel
Historia del papel
Implications of Climate Change
Ad

Similar to Composer Tutorial (PHP Hampshire Sept 2013) (20)

PDF
Composer - The missing package manager for PHP
PPTX
Composer Lightning Talk
PDF
Dependency management with Composer
PPTX
Introducing composer - a php dependency manager
PPTX
Composer | PHP Dependency Manager
PDF
Composer the Right Way - MM16NL
KEY
Composer
PDF
Game Changing Dependency Management
PDF
Composer intro
PDF
Leveraging Composer in Existing Projects
PDF
Php Dependency Management with Composer ZendCon 2016
PDF
Composer in the wilderness by Josef Bielawski
PDF
composer_talk_20160209
PDF
Composing Project Dependencies
PPTX
Composer
PDF
Php Dependency Management with Composer ZendCon 2017
PDF
Composer
PDF
Composer: Dependency Manager for PHP
PDF
12 Composer #burningkeyboards
PDF
Composer for Busy Developers - php|tek13
Composer - The missing package manager for PHP
Composer Lightning Talk
Dependency management with Composer
Introducing composer - a php dependency manager
Composer | PHP Dependency Manager
Composer the Right Way - MM16NL
Composer
Game Changing Dependency Management
Composer intro
Leveraging Composer in Existing Projects
Php Dependency Management with Composer ZendCon 2016
Composer in the wilderness by Josef Bielawski
composer_talk_20160209
Composing Project Dependencies
Composer
Php Dependency Management with Composer ZendCon 2017
Composer
Composer: Dependency Manager for PHP
12 Composer #burningkeyboards
Composer for Busy Developers - php|tek13

More from James Titcumb (20)

PDF
Living the Best Life on a Legacy Project (phpday 2022).pdf
PDF
Tips for Tackling a Legacy Codebase (ScotlandPHP 2021)
PDF
Climbing the Abstract Syntax Tree (Midwest PHP 2020)
PDF
Best practices for crafting high quality PHP apps (Bulgaria 2019)
PDF
Climbing the Abstract Syntax Tree (php[world] 2019)
PDF
Best practices for crafting high quality PHP apps (php[world] 2019)
PDF
Crafting Quality PHP Applications (PHP Joburg Oct 2019)
PDF
Climbing the Abstract Syntax Tree (PHP Russia 2019)
PDF
Best practices for crafting high quality PHP apps - PHP UK 2019
PDF
Climbing the Abstract Syntax Tree (ScotlandPHP 2018)
PDF
Best practices for crafting high quality PHP apps (ScotlandPHP 2018)
PDF
Kicking off with Zend Expressive and Doctrine ORM (PHP South Africa 2018)
PDF
Best practices for crafting high quality PHP apps (PHP South Africa 2018)
PDF
Climbing the Abstract Syntax Tree (PHP Developer Days Dresden 2018)
PDF
Climbing the Abstract Syntax Tree (Southeast PHP 2018)
PDF
Crafting Quality PHP Applications (PHPkonf 2018)
PDF
Best practices for crafting high quality PHP apps (PHP Yorkshire 2018)
PDF
Crafting Quality PHP Applications: an overview (PHPSW March 2018)
PDF
Kicking off with Zend Expressive and Doctrine ORM (PHP MiNDS March 2018)
PDF
Climbing the Abstract Syntax Tree (PHP UK 2018)
Living the Best Life on a Legacy Project (phpday 2022).pdf
Tips for Tackling a Legacy Codebase (ScotlandPHP 2021)
Climbing the Abstract Syntax Tree (Midwest PHP 2020)
Best practices for crafting high quality PHP apps (Bulgaria 2019)
Climbing the Abstract Syntax Tree (php[world] 2019)
Best practices for crafting high quality PHP apps (php[world] 2019)
Crafting Quality PHP Applications (PHP Joburg Oct 2019)
Climbing the Abstract Syntax Tree (PHP Russia 2019)
Best practices for crafting high quality PHP apps - PHP UK 2019
Climbing the Abstract Syntax Tree (ScotlandPHP 2018)
Best practices for crafting high quality PHP apps (ScotlandPHP 2018)
Kicking off with Zend Expressive and Doctrine ORM (PHP South Africa 2018)
Best practices for crafting high quality PHP apps (PHP South Africa 2018)
Climbing the Abstract Syntax Tree (PHP Developer Days Dresden 2018)
Climbing the Abstract Syntax Tree (Southeast PHP 2018)
Crafting Quality PHP Applications (PHPkonf 2018)
Best practices for crafting high quality PHP apps (PHP Yorkshire 2018)
Crafting Quality PHP Applications: an overview (PHPSW March 2018)
Kicking off with Zend Expressive and Doctrine ORM (PHP MiNDS March 2018)
Climbing the Abstract Syntax Tree (PHP UK 2018)

Recently uploaded (20)

PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
KodekX | Application Modernization Development
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
Cloud computing and distributed systems.
PDF
Machine learning based COVID-19 study performance prediction
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPTX
A Presentation on Artificial Intelligence
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Modernizing your data center with Dell and AMD
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Electronic commerce courselecture one. Pdf
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Spectral efficient network and resource selection model in 5G networks
Digital-Transformation-Roadmap-for-Companies.pptx
KodekX | Application Modernization Development
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Building Integrated photovoltaic BIPV_UPV.pdf
Cloud computing and distributed systems.
Machine learning based COVID-19 study performance prediction
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
20250228 LYD VKU AI Blended-Learning.pptx
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
A Presentation on Artificial Intelligence
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Modernizing your data center with Dell and AMD
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Electronic commerce courselecture one. Pdf
Encapsulation_ Review paper, used for researhc scholars
Mobile App Security Testing_ A Comprehensive Guide.pdf
Network Security Unit 5.pdf for BCA BBA.
Agricultural_Statistics_at_a_Glance_2022_0.pdf

Composer Tutorial (PHP Hampshire Sept 2013)