Build your own
command-line App
with PHP
Nemanja Marić
maki10
Slide 2
Slide 2 text
About me
● PHP Developer at System Inc
● Member of PHP Serbia Community
● Co-organizer Laravel Serbia Meetup’s
● Working with PHP since 2014
● In Laravel world from 2016
● Open source contributor
● Co-owner Laravel open source Package `Laravel admin panel`
● Contributing to the Laravel Framework
● And most !important: Husband and father of two little angels
Slide 3
Slide 3 text
Interesting part
Share your knowledge with others to get some knowledge.
Slide 4
Slide 4 text
Everything we need is:
Terminal,
PHP,
Symfony/Console Package
Slide 5
Slide 5 text
But how to make simple
App like Homestead, or
Laravel installer, or
PHPUnit, or Behat , ..?
They use same Package
called
“Symfony/Console”.
Slide 6
Slide 6 text
This is an official GitHub repo. 5k stars say many things.