SlideShare a Scribd company logo
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
Laravel, il framework PHP per gli Artigiani del Web
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
WHO AM I
IONUT TANASA
Full Stack Developer && Technical Leader
Certified Laravel
DevOps
*
been using (laravel, not drugs) since 2012 (v3.2)
10 years of PHP
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
BORING STUFF
● First release in June 2011
● 17 major releases since (latest being 5.8)
● Introduced LTS support since 5.1
○ bug fixes for 2 years
○ security fixes for 3 years
● General releases
○ bug fixes for 6 months
○ security fixes for 1 year
● Current LTS version is 5.5
● Dumped PHP 5 support with 5.5 LTS
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
TRENDS
Source
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
TRENDS
Source: https://www.jetbrains.com/lp/devecosystem-2019/php/
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
WHY LARAVEL
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
WHY LARAVEL
Rapid prototyping
$ laravel new app
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
WHY LARAVEL
Quick scaffolding
$ php artisan make:auth
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
WHY LARAVEL
Great ORM
Eloquent
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
WHY LARAVEL
Painless routing
Route::get(‘users’, ‘UsersController’);
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
WHY LARAVEL
Powerful queues
dispatch(new SendWelcomeEmail($user))
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
WHY LARAVEL
Great docs
laravel.com/docs
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
WHY LARAVEL
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
WHY LARAVEL
Projects
keesy.com
bikebee.it
camillo.online
laborplay.com
savetheplanet.green
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
WHY LARAVEL
Adoption
2015
Microsoft stuff
Java
Ruby
2019
Microsoft stuff
Java
PHP
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
WHY LARAVEL
Learning curve
10 days of PHP
1 week for Laravel
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
LOCAL DEVELOPMENT
Homestead @ Vagrant
Vessel @ Docker
Valet @ OSX
Valet Plus // third party @ OSX
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
● Auto-balancing
● Code driven configuration
● Metrics
● Monitoring
● Failed Job Management
● Notifications
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
● Auto-balancing
● Code driven configuration
● Metrics
● Monitoring
● Failed Job Management
● Notifications
Free and OSS
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
● Full OAuth2 Server implementation
● Based on League OAuth2 Server
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
● Full OAuth2 Server implementation
● Based on League OAuth2 Server
Free and OSS
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
● Full-text search @ Eloquent Models
● Built-in Algolia support
● Third party MySQL Driver
● Third party ElasticSearch Driver
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
● Full-text search @ Eloquent Models
● Built-in Algolia support
● Third party MySQL Driver
● Third party ElasticSearch Driver
Free and OSS
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
● Social authentication
● Built-in drivers
○ Facebook
○ Twitter
○ LinkedIn
○ Google
○ GitHub && Gitlab && Bitbucket
● And many more...
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
● Social authentication
● Built-in drivers
○ Facebook
○ Twitter
○ LinkedIn
○ Google
○ GitHub && Gitlab && Bitbucket
● And many more...
Free and OSS
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
● Incoming requests
● Exceptions
● Log entries
● Database queries
● Queued Jobs
● Mail && Notifications
● Cache
● Scheduled tasks
● Variable dumps
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
Free and OSS
● Incoming requests
● Exceptions
● Log entries
● Database queries
● Queued Jobs
● Mail && Notifications
● Cache
● Scheduled tasks
● Variable dumps
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
● Browser automation
● Browser testing
● Uses a headless Chrome
● Easily integrable with a CI
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
Free and OSS
● Browser automation
● Browser testing
● Uses a headless Chrome
● Easily integrable with a CI
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
● Vue.js SPA
● Code driven configuration
● Resource management
● Actions
● Filters
● Lenses
● Metrics
● Authorization
● Custom Tools && Fields
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
$ 99 / site
$ 199 / unlimited
● Vue.js SPA
● Code driven configuration
● Resource management
● Actions
● Filters
● Lenses
● Metrics
● Authorization
● Custom Tools && Fields
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
● Subscription billing (uses Cashier
underneath)
● Invoices
● Two-Factor Authentication
● Profiles
● Localization
● Charges per user, per team, per seat
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
● Subscription billing (uses Cashier
underneath)
● Invoices
● Two-Factor Authentication
● Profiles
● Localization
● Charges per user, per team, per seat
$ 99 / site
$ 299 / unlimited
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
SAAS
Envoyer
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
SAAS
Forge
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
Qs?
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans

More Related Content

Similar to Laravel, il framework php per gli artigiani del web

Primavera gateway SAP provider - Oracle Primavera P6 Collaborate 14
Primavera gateway SAP provider - Oracle Primavera P6 Collaborate 14Primavera gateway SAP provider - Oracle Primavera P6 Collaborate 14
Primavera gateway SAP provider - Oracle Primavera P6 Collaborate 14
p6academy
 
OWASP WebGoat and PANTERA Web Assessment Studio Project.
OWASP WebGoat and PANTERA Web Assessment Studio Project.OWASP WebGoat and PANTERA Web Assessment Studio Project.
OWASP WebGoat and PANTERA Web Assessment Studio Project.
Philippe Bogaerts
 
Wagento Magento 2 developer - Brent W Peterson
Wagento Magento 2 developer - Brent W PetersonWagento Magento 2 developer - Brent W Peterson
Wagento Magento 2 developer - Brent W Peterson
Brent W Peterson
 
Microsoft WebsiteSpark & Windows Platform Installer
Microsoft WebsiteSpark & Windows Platform InstallerMicrosoft WebsiteSpark & Windows Platform Installer
Microsoft WebsiteSpark & Windows Platform Installer
George Kanellopoulos
 
Nginx, PHP and Node.js
Nginx, PHP and Node.jsNginx, PHP and Node.js
Nginx, PHP and Node.js
Harald Zeitlhofer
 
API Design Best Practices by Igor Miniailo
API Design Best Practices by Igor MiniailoAPI Design Best Practices by Igor Miniailo
API Design Best Practices by Igor Miniailo
Magecom UK Limited
 
Rest apis with DRF
Rest apis with DRFRest apis with DRF
Rest apis with DRF
Dharmit Shah
 
Simple Web Services with PHP
Simple Web Services with PHPSimple Web Services with PHP
Simple Web Services with PHP
John Paul Ada
 
Last Month in PHP - June 2016
Last Month in PHP - June 2016Last Month in PHP - June 2016
Last Month in PHP - June 2016
Eric Poe
 
Hire laravel-php-developers- Hire Laravel Programmers
Hire laravel-php-developers- Hire Laravel ProgrammersHire laravel-php-developers- Hire Laravel Programmers
Hire laravel-php-developers- Hire Laravel Programmers
Summation IT
 
WSO2 Product Release Webinar - WSO2 App Factory 2.1
WSO2 Product Release Webinar - WSO2 App Factory 2.1WSO2 Product Release Webinar - WSO2 App Factory 2.1
WSO2 Product Release Webinar - WSO2 App Factory 2.1
WSO2
 
HKNOG 6.0 Next Generation Networks - will automation put us out of jobs?
HKNOG 6.0 Next Generation Networks - will automation put us out of jobs?HKNOG 6.0 Next Generation Networks - will automation put us out of jobs?
HKNOG 6.0 Next Generation Networks - will automation put us out of jobs?
Tom Paseka
 
c0c0n2010 -
c0c0n2010 - c0c0n2010 -
Python Web Development Tutorial | Web Development Using Django | Edureka
Python Web Development Tutorial | Web Development Using Django | EdurekaPython Web Development Tutorial | Web Development Using Django | Edureka
Python Web Development Tutorial | Web Development Using Django | Edureka
Edureka!
 
NDC 2011 - Let me introduce my Moncai
NDC 2011 - Let me introduce my MoncaiNDC 2011 - Let me introduce my Moncai
NDC 2011 - Let me introduce my Moncai
moncai
 
Introduction to Enterprise JavaBeans
Introduction to Enterprise JavaBeansIntroduction to Enterprise JavaBeans
Introduction to Enterprise JavaBeans
Pasqualino Imbemba
 
Real-Time Web applications with WebSockets
Real-Time Web applications with WebSocketsReal-Time Web applications with WebSockets
Real-Time Web applications with WebSockets
Stanislav Zozulia
 
Last Month in PHP - May 2016
Last Month in PHP - May 2016Last Month in PHP - May 2016
Last Month in PHP - May 2016
Eric Poe
 
Robot Framework
Robot FrameworkRobot Framework
Robot Framework
Onur Baskirt
 
20 cool things python
20 cool things python20 cool things python
20 cool things python
Pippi Labradoodle
 

Similar to Laravel, il framework php per gli artigiani del web (20)

Primavera gateway SAP provider - Oracle Primavera P6 Collaborate 14
Primavera gateway SAP provider - Oracle Primavera P6 Collaborate 14Primavera gateway SAP provider - Oracle Primavera P6 Collaborate 14
Primavera gateway SAP provider - Oracle Primavera P6 Collaborate 14
 
OWASP WebGoat and PANTERA Web Assessment Studio Project.
OWASP WebGoat and PANTERA Web Assessment Studio Project.OWASP WebGoat and PANTERA Web Assessment Studio Project.
OWASP WebGoat and PANTERA Web Assessment Studio Project.
 
Wagento Magento 2 developer - Brent W Peterson
Wagento Magento 2 developer - Brent W PetersonWagento Magento 2 developer - Brent W Peterson
Wagento Magento 2 developer - Brent W Peterson
 
Microsoft WebsiteSpark & Windows Platform Installer
Microsoft WebsiteSpark & Windows Platform InstallerMicrosoft WebsiteSpark & Windows Platform Installer
Microsoft WebsiteSpark & Windows Platform Installer
 
Nginx, PHP and Node.js
Nginx, PHP and Node.jsNginx, PHP and Node.js
Nginx, PHP and Node.js
 
API Design Best Practices by Igor Miniailo
API Design Best Practices by Igor MiniailoAPI Design Best Practices by Igor Miniailo
API Design Best Practices by Igor Miniailo
 
Rest apis with DRF
Rest apis with DRFRest apis with DRF
Rest apis with DRF
 
Simple Web Services with PHP
Simple Web Services with PHPSimple Web Services with PHP
Simple Web Services with PHP
 
Last Month in PHP - June 2016
Last Month in PHP - June 2016Last Month in PHP - June 2016
Last Month in PHP - June 2016
 
Hire laravel-php-developers- Hire Laravel Programmers
Hire laravel-php-developers- Hire Laravel ProgrammersHire laravel-php-developers- Hire Laravel Programmers
Hire laravel-php-developers- Hire Laravel Programmers
 
WSO2 Product Release Webinar - WSO2 App Factory 2.1
WSO2 Product Release Webinar - WSO2 App Factory 2.1WSO2 Product Release Webinar - WSO2 App Factory 2.1
WSO2 Product Release Webinar - WSO2 App Factory 2.1
 
HKNOG 6.0 Next Generation Networks - will automation put us out of jobs?
HKNOG 6.0 Next Generation Networks - will automation put us out of jobs?HKNOG 6.0 Next Generation Networks - will automation put us out of jobs?
HKNOG 6.0 Next Generation Networks - will automation put us out of jobs?
 
c0c0n2010 -
c0c0n2010 - c0c0n2010 -
c0c0n2010 -
 
Python Web Development Tutorial | Web Development Using Django | Edureka
Python Web Development Tutorial | Web Development Using Django | EdurekaPython Web Development Tutorial | Web Development Using Django | Edureka
Python Web Development Tutorial | Web Development Using Django | Edureka
 
NDC 2011 - Let me introduce my Moncai
NDC 2011 - Let me introduce my MoncaiNDC 2011 - Let me introduce my Moncai
NDC 2011 - Let me introduce my Moncai
 
Introduction to Enterprise JavaBeans
Introduction to Enterprise JavaBeansIntroduction to Enterprise JavaBeans
Introduction to Enterprise JavaBeans
 
Real-Time Web applications with WebSockets
Real-Time Web applications with WebSocketsReal-Time Web applications with WebSockets
Real-Time Web applications with WebSockets
 
Last Month in PHP - May 2016
Last Month in PHP - May 2016Last Month in PHP - May 2016
Last Month in PHP - May 2016
 
Robot Framework
Robot FrameworkRobot Framework
Robot Framework
 
20 cool things python
20 cool things python20 cool things python
20 cool things python
 

More from Commit University

Alla scoperta dei Vector Database e dei RAG
Alla scoperta dei Vector Database e dei RAGAlla scoperta dei Vector Database e dei RAG
Alla scoperta dei Vector Database e dei RAG
Commit University
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
Commit University
 
Crea il tuo assistente AI con lo Stregatto (open source python framework)
Crea il tuo assistente AI con lo Stregatto (open source python framework)Crea il tuo assistente AI con lo Stregatto (open source python framework)
Crea il tuo assistente AI con lo Stregatto (open source python framework)
Commit University
 
Breaking REST Chains_ A Fastify & Mercurius Pathway to GraphQL Glory.pdf
Breaking REST Chains_ A Fastify & Mercurius Pathway to GraphQL Glory.pdfBreaking REST Chains_ A Fastify & Mercurius Pathway to GraphQL Glory.pdf
Breaking REST Chains_ A Fastify & Mercurius Pathway to GraphQL Glory.pdf
Commit University
 
Accelerating API Development: A Pit Stop with Gin-Gonic in Golang-Slide.pdf
Accelerating API Development: A Pit Stop with Gin-Gonic in Golang-Slide.pdfAccelerating API Development: A Pit Stop with Gin-Gonic in Golang-Slide.pdf
Accelerating API Development: A Pit Stop with Gin-Gonic in Golang-Slide.pdf
Commit University
 
Slide-10years.pdf
Slide-10years.pdfSlide-10years.pdf
Slide-10years.pdf
Commit University
 
Collaborazione, Decisionalità e Gestione della Complessità nel Tempo: cosa ...
Collaborazione, Decisionalità e Gestione della Complessità nel Tempo: cosa ...Collaborazione, Decisionalità e Gestione della Complessità nel Tempo: cosa ...
Collaborazione, Decisionalità e Gestione della Complessità nel Tempo: cosa ...
Commit University
 
Vue.js slots.pdf
Vue.js slots.pdfVue.js slots.pdf
Vue.js slots.pdf
Commit University
 
Commit - Qwik il framework che ti stupirà.pptx
Commit - Qwik il framework che ti stupirà.pptxCommit - Qwik il framework che ti stupirà.pptx
Commit - Qwik il framework che ti stupirà.pptx
Commit University
 
Sviluppare da zero una Angular Web App per la PA
Sviluppare da zero una Angular Web App per la PASviluppare da zero una Angular Web App per la PA
Sviluppare da zero una Angular Web App per la PA
Commit University
 
Backstage l'Internal Developer Portal Open Source per una migliore Developer ...
Backstage l'Internal Developer Portal Open Source per una migliore Developer ...Backstage l'Internal Developer Portal Open Source per una migliore Developer ...
Backstage l'Internal Developer Portal Open Source per una migliore Developer ...
Commit University
 
Prisma the ORM that node was waiting for
Prisma the ORM that node was waiting forPrisma the ORM that node was waiting for
Prisma the ORM that node was waiting for
Commit University
 
Decision-making for Software Development Teams - Commit University
Decision-making for Software Development Teams - Commit UniversityDecision-making for Software Development Teams - Commit University
Decision-making for Software Development Teams - Commit University
Commit University
 
Component Design Pattern nei Game Engine.pdf
Component Design Pattern nei Game Engine.pdfComponent Design Pattern nei Game Engine.pdf
Component Design Pattern nei Game Engine.pdf
Commit University
 
Un viaggio alla scoperta dei Language Models e dell’intelligenza artificiale ...
Un viaggio alla scoperta dei Language Models e dell’intelligenza artificiale ...Un viaggio alla scoperta dei Language Models e dell’intelligenza artificiale ...
Un viaggio alla scoperta dei Language Models e dell’intelligenza artificiale ...
Commit University
 
Prototipazione Low-Code con AWS Step Functions
Prototipazione Low-Code con AWS Step FunctionsPrototipazione Low-Code con AWS Step Functions
Prototipazione Low-Code con AWS Step Functions
Commit University
 
KMM survival guide: how to tackle struggles between Kotlin and Swift
KMM survival guide: how to tackle struggles between Kotlin and SwiftKMM survival guide: how to tackle struggles between Kotlin and Swift
KMM survival guide: how to tackle struggles between Kotlin and Swift
Commit University
 
Da Vuex a Pinia: come fare la migrazione
Da Vuex a Pinia: come fare la migrazioneDa Vuex a Pinia: come fare la migrazione
Da Vuex a Pinia: come fare la migrazione
Commit University
 
Orchestrare Micro-frontend con micro-lc
Orchestrare Micro-frontend con micro-lcOrchestrare Micro-frontend con micro-lc
Orchestrare Micro-frontend con micro-lc
Commit University
 
Fastify has defeated Lagacy-Code
Fastify has defeated Lagacy-CodeFastify has defeated Lagacy-Code
Fastify has defeated Lagacy-Code
Commit University
 

More from Commit University (20)

Alla scoperta dei Vector Database e dei RAG
Alla scoperta dei Vector Database e dei RAGAlla scoperta dei Vector Database e dei RAG
Alla scoperta dei Vector Database e dei RAG
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Crea il tuo assistente AI con lo Stregatto (open source python framework)
Crea il tuo assistente AI con lo Stregatto (open source python framework)Crea il tuo assistente AI con lo Stregatto (open source python framework)
Crea il tuo assistente AI con lo Stregatto (open source python framework)
 
Breaking REST Chains_ A Fastify & Mercurius Pathway to GraphQL Glory.pdf
Breaking REST Chains_ A Fastify & Mercurius Pathway to GraphQL Glory.pdfBreaking REST Chains_ A Fastify & Mercurius Pathway to GraphQL Glory.pdf
Breaking REST Chains_ A Fastify & Mercurius Pathway to GraphQL Glory.pdf
 
Accelerating API Development: A Pit Stop with Gin-Gonic in Golang-Slide.pdf
Accelerating API Development: A Pit Stop with Gin-Gonic in Golang-Slide.pdfAccelerating API Development: A Pit Stop with Gin-Gonic in Golang-Slide.pdf
Accelerating API Development: A Pit Stop with Gin-Gonic in Golang-Slide.pdf
 
Slide-10years.pdf
Slide-10years.pdfSlide-10years.pdf
Slide-10years.pdf
 
Collaborazione, Decisionalità e Gestione della Complessità nel Tempo: cosa ...
Collaborazione, Decisionalità e Gestione della Complessità nel Tempo: cosa ...Collaborazione, Decisionalità e Gestione della Complessità nel Tempo: cosa ...
Collaborazione, Decisionalità e Gestione della Complessità nel Tempo: cosa ...
 
Vue.js slots.pdf
Vue.js slots.pdfVue.js slots.pdf
Vue.js slots.pdf
 
Commit - Qwik il framework che ti stupirà.pptx
Commit - Qwik il framework che ti stupirà.pptxCommit - Qwik il framework che ti stupirà.pptx
Commit - Qwik il framework che ti stupirà.pptx
 
Sviluppare da zero una Angular Web App per la PA
Sviluppare da zero una Angular Web App per la PASviluppare da zero una Angular Web App per la PA
Sviluppare da zero una Angular Web App per la PA
 
Backstage l'Internal Developer Portal Open Source per una migliore Developer ...
Backstage l'Internal Developer Portal Open Source per una migliore Developer ...Backstage l'Internal Developer Portal Open Source per una migliore Developer ...
Backstage l'Internal Developer Portal Open Source per una migliore Developer ...
 
Prisma the ORM that node was waiting for
Prisma the ORM that node was waiting forPrisma the ORM that node was waiting for
Prisma the ORM that node was waiting for
 
Decision-making for Software Development Teams - Commit University
Decision-making for Software Development Teams - Commit UniversityDecision-making for Software Development Teams - Commit University
Decision-making for Software Development Teams - Commit University
 
Component Design Pattern nei Game Engine.pdf
Component Design Pattern nei Game Engine.pdfComponent Design Pattern nei Game Engine.pdf
Component Design Pattern nei Game Engine.pdf
 
Un viaggio alla scoperta dei Language Models e dell’intelligenza artificiale ...
Un viaggio alla scoperta dei Language Models e dell’intelligenza artificiale ...Un viaggio alla scoperta dei Language Models e dell’intelligenza artificiale ...
Un viaggio alla scoperta dei Language Models e dell’intelligenza artificiale ...
 
Prototipazione Low-Code con AWS Step Functions
Prototipazione Low-Code con AWS Step FunctionsPrototipazione Low-Code con AWS Step Functions
Prototipazione Low-Code con AWS Step Functions
 
KMM survival guide: how to tackle struggles between Kotlin and Swift
KMM survival guide: how to tackle struggles between Kotlin and SwiftKMM survival guide: how to tackle struggles between Kotlin and Swift
KMM survival guide: how to tackle struggles between Kotlin and Swift
 
Da Vuex a Pinia: come fare la migrazione
Da Vuex a Pinia: come fare la migrazioneDa Vuex a Pinia: come fare la migrazione
Da Vuex a Pinia: come fare la migrazione
 
Orchestrare Micro-frontend con micro-lc
Orchestrare Micro-frontend con micro-lcOrchestrare Micro-frontend con micro-lc
Orchestrare Micro-frontend con micro-lc
 
Fastify has defeated Lagacy-Code
Fastify has defeated Lagacy-CodeFastify has defeated Lagacy-Code
Fastify has defeated Lagacy-Code
 

Recently uploaded

Demystifying Knowledge Management through Storytelling
Demystifying Knowledge Management through StorytellingDemystifying Knowledge Management through Storytelling
Demystifying Knowledge Management through Storytelling
Enterprise Knowledge
 
ScyllaDB Tablets: Rethinking Replication
ScyllaDB Tablets: Rethinking ReplicationScyllaDB Tablets: Rethinking Replication
ScyllaDB Tablets: Rethinking Replication
ScyllaDB
 
"NATO Hackathon Winner: AI-Powered Drug Search", Taras Kloba
"NATO Hackathon Winner: AI-Powered Drug Search",  Taras Kloba"NATO Hackathon Winner: AI-Powered Drug Search",  Taras Kloba
"NATO Hackathon Winner: AI-Powered Drug Search", Taras Kloba
Fwdays
 
Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
Antonios Katsarakis
 
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
Jason Yip
 
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
Alex Pruden
 
inQuba Webinar Mastering Customer Journey Management with Dr Graham Hill
inQuba Webinar Mastering Customer Journey Management with Dr Graham HillinQuba Webinar Mastering Customer Journey Management with Dr Graham Hill
inQuba Webinar Mastering Customer Journey Management with Dr Graham Hill
LizaNolte
 
Northern Engraving | Modern Metal Trim, Nameplates and Appliance Panels
Northern Engraving | Modern Metal Trim, Nameplates and Appliance PanelsNorthern Engraving | Modern Metal Trim, Nameplates and Appliance Panels
Northern Engraving | Modern Metal Trim, Nameplates and Appliance Panels
Northern Engraving
 
The Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptxThe Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptx
operationspcvita
 
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
DanBrown980551
 
GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)
Javier Junquera
 
Apps Break Data
Apps Break DataApps Break Data
Apps Break Data
Ivo Velitchkov
 
High performance Serverless Java on AWS- GoTo Amsterdam 2024
High performance Serverless Java on AWS- GoTo Amsterdam 2024High performance Serverless Java on AWS- GoTo Amsterdam 2024
High performance Serverless Java on AWS- GoTo Amsterdam 2024
Vadym Kazulkin
 
"Choosing proper type of scaling", Olena Syrota
"Choosing proper type of scaling", Olena Syrota"Choosing proper type of scaling", Olena Syrota
"Choosing proper type of scaling", Olena Syrota
Fwdays
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
MichaelKnudsen27
 
Must Know Postgres Extension for DBA and Developer during Migration
Must Know Postgres Extension for DBA and Developer during MigrationMust Know Postgres Extension for DBA and Developer during Migration
Must Know Postgres Extension for DBA and Developer during Migration
Mydbops
 
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
Edge AI and Vision Alliance
 
From Natural Language to Structured Solr Queries using LLMs
From Natural Language to Structured Solr Queries using LLMsFrom Natural Language to Structured Solr Queries using LLMs
From Natural Language to Structured Solr Queries using LLMs
Sease
 
What is an RPA CoE? Session 2 – CoE Roles
What is an RPA CoE?  Session 2 – CoE RolesWhat is an RPA CoE?  Session 2 – CoE Roles
What is an RPA CoE? Session 2 – CoE Roles
DianaGray10
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
Hiroshi SHIBATA
 

Recently uploaded (20)

Demystifying Knowledge Management through Storytelling
Demystifying Knowledge Management through StorytellingDemystifying Knowledge Management through Storytelling
Demystifying Knowledge Management through Storytelling
 
ScyllaDB Tablets: Rethinking Replication
ScyllaDB Tablets: Rethinking ReplicationScyllaDB Tablets: Rethinking Replication
ScyllaDB Tablets: Rethinking Replication
 
"NATO Hackathon Winner: AI-Powered Drug Search", Taras Kloba
"NATO Hackathon Winner: AI-Powered Drug Search",  Taras Kloba"NATO Hackathon Winner: AI-Powered Drug Search",  Taras Kloba
"NATO Hackathon Winner: AI-Powered Drug Search", Taras Kloba
 
Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
 
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
 
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
 
inQuba Webinar Mastering Customer Journey Management with Dr Graham Hill
inQuba Webinar Mastering Customer Journey Management with Dr Graham HillinQuba Webinar Mastering Customer Journey Management with Dr Graham Hill
inQuba Webinar Mastering Customer Journey Management with Dr Graham Hill
 
Northern Engraving | Modern Metal Trim, Nameplates and Appliance Panels
Northern Engraving | Modern Metal Trim, Nameplates and Appliance PanelsNorthern Engraving | Modern Metal Trim, Nameplates and Appliance Panels
Northern Engraving | Modern Metal Trim, Nameplates and Appliance Panels
 
The Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptxThe Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptx
 
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
 
GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)
 
Apps Break Data
Apps Break DataApps Break Data
Apps Break Data
 
High performance Serverless Java on AWS- GoTo Amsterdam 2024
High performance Serverless Java on AWS- GoTo Amsterdam 2024High performance Serverless Java on AWS- GoTo Amsterdam 2024
High performance Serverless Java on AWS- GoTo Amsterdam 2024
 
"Choosing proper type of scaling", Olena Syrota
"Choosing proper type of scaling", Olena Syrota"Choosing proper type of scaling", Olena Syrota
"Choosing proper type of scaling", Olena Syrota
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
 
Must Know Postgres Extension for DBA and Developer during Migration
Must Know Postgres Extension for DBA and Developer during MigrationMust Know Postgres Extension for DBA and Developer during Migration
Must Know Postgres Extension for DBA and Developer during Migration
 
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
 
From Natural Language to Structured Solr Queries using LLMs
From Natural Language to Structured Solr Queries using LLMsFrom Natural Language to Structured Solr Queries using LLMs
From Natural Language to Structured Solr Queries using LLMs
 
What is an RPA CoE? Session 2 – CoE Roles
What is an RPA CoE?  Session 2 – CoE RolesWhat is an RPA CoE?  Session 2 – CoE Roles
What is an RPA CoE? Session 2 – CoE Roles
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
 

Laravel, il framework php per gli artigiani del web

  • 1. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT Laravel, il framework PHP per gli Artigiani del Web
  • 2. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans WHO AM I IONUT TANASA Full Stack Developer && Technical Leader Certified Laravel DevOps * been using (laravel, not drugs) since 2012 (v3.2) 10 years of PHP
  • 3. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans BORING STUFF ● First release in June 2011 ● 17 major releases since (latest being 5.8) ● Introduced LTS support since 5.1 ○ bug fixes for 2 years ○ security fixes for 3 years ● General releases ○ bug fixes for 6 months ○ security fixes for 1 year ● Current LTS version is 5.5 ● Dumped PHP 5 support with 5.5 LTS
  • 4. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans TRENDS Source
  • 5. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans TRENDS Source: https://www.jetbrains.com/lp/devecosystem-2019/php/
  • 6. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans WHY LARAVEL
  • 7. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans WHY LARAVEL Rapid prototyping $ laravel new app
  • 8. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans WHY LARAVEL Quick scaffolding $ php artisan make:auth
  • 9. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans WHY LARAVEL Great ORM Eloquent
  • 10. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans WHY LARAVEL Painless routing Route::get(‘users’, ‘UsersController’);
  • 11. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans WHY LARAVEL Powerful queues dispatch(new SendWelcomeEmail($user))
  • 12. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans WHY LARAVEL Great docs laravel.com/docs
  • 13. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans WHY LARAVEL
  • 14. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans WHY LARAVEL Projects keesy.com bikebee.it camillo.online laborplay.com savetheplanet.green
  • 15. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans WHY LARAVEL Adoption 2015 Microsoft stuff Java Ruby 2019 Microsoft stuff Java PHP
  • 16. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans WHY LARAVEL Learning curve 10 days of PHP 1 week for Laravel
  • 17. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans LOCAL DEVELOPMENT Homestead @ Vagrant Vessel @ Docker Valet @ OSX Valet Plus // third party @ OSX
  • 18. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES
  • 19. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES ● Auto-balancing ● Code driven configuration ● Metrics ● Monitoring ● Failed Job Management ● Notifications
  • 20. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES ● Auto-balancing ● Code driven configuration ● Metrics ● Monitoring ● Failed Job Management ● Notifications Free and OSS
  • 21. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES ● Full OAuth2 Server implementation ● Based on League OAuth2 Server
  • 22. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES ● Full OAuth2 Server implementation ● Based on League OAuth2 Server Free and OSS
  • 23. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES ● Full-text search @ Eloquent Models ● Built-in Algolia support ● Third party MySQL Driver ● Third party ElasticSearch Driver
  • 24. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES ● Full-text search @ Eloquent Models ● Built-in Algolia support ● Third party MySQL Driver ● Third party ElasticSearch Driver Free and OSS
  • 25. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES ● Social authentication ● Built-in drivers ○ Facebook ○ Twitter ○ LinkedIn ○ Google ○ GitHub && Gitlab && Bitbucket ● And many more...
  • 26. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES ● Social authentication ● Built-in drivers ○ Facebook ○ Twitter ○ LinkedIn ○ Google ○ GitHub && Gitlab && Bitbucket ● And many more... Free and OSS
  • 27. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES ● Incoming requests ● Exceptions ● Log entries ● Database queries ● Queued Jobs ● Mail && Notifications ● Cache ● Scheduled tasks ● Variable dumps
  • 28. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES Free and OSS ● Incoming requests ● Exceptions ● Log entries ● Database queries ● Queued Jobs ● Mail && Notifications ● Cache ● Scheduled tasks ● Variable dumps
  • 29. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES ● Browser automation ● Browser testing ● Uses a headless Chrome ● Easily integrable with a CI
  • 30. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES Free and OSS ● Browser automation ● Browser testing ● Uses a headless Chrome ● Easily integrable with a CI
  • 31. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES ● Vue.js SPA ● Code driven configuration ● Resource management ● Actions ● Filters ● Lenses ● Metrics ● Authorization ● Custom Tools && Fields
  • 32. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES $ 99 / site $ 199 / unlimited ● Vue.js SPA ● Code driven configuration ● Resource management ● Actions ● Filters ● Lenses ● Metrics ● Authorization ● Custom Tools && Fields
  • 33. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES ● Subscription billing (uses Cashier underneath) ● Invoices ● Two-Factor Authentication ● Profiles ● Localization ● Charges per user, per team, per seat
  • 34. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES ● Subscription billing (uses Cashier underneath) ● Invoices ● Two-Factor Authentication ● Profiles ● Localization ● Charges per user, per team, per seat $ 99 / site $ 299 / unlimited
  • 35. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans SAAS Envoyer
  • 36. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans SAAS Forge
  • 37. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans Qs?
  • 38. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans