Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Slim PHP when you don't need the kitchen sink

Joe Ferguson
February 10, 2018

Slim PHP when you don't need the kitchen sink

Full stack frameworks can often be too much for an application. What if you have a one off project that doesn't need "everything and the kitchen sink"? What if you have a large project you want to build yourself to be as lean as possible?

Join us for an introduction into the Slim framework. We'll cover getting started, building a small application, and using components from bigger frameworks and other extraordinary sources.

Joe Ferguson

February 10, 2018
Tweet

More Decks by Joe Ferguson

Other Decks in Programming

Transcript

  1. Who Am I? Joe Ferguson PHP Developer PHP Architect @

    Ministry Brands Twitter: @JoePFerguson Organizer of @MemphisPHP OSMI Board Member Certified Laravel Developer Drone Racing Pilot
  2. Router Dispatcher Views (Twig/etc) Database ORM (Models) Authentication Scaffolding API

    basics Validation/Sanitization CLI Components Job/Task system Mail Handling
  3. How do I choose what to use? It Depends™ Size

    Scale Existing knowledge Long term Maintenance
  4. How I choose what to use Project needed quickly? Aren’t

    they all? Am I going to maintain it? Yes/No
  5. How I choose what to use Project needed quickly? No

    Do I have time to learn a new framework or component?
  6. How I choose what to use Project needed quickly? No

    Do I have time to learn a new framework or component? Yes
  7. How I choose what to use Project needed quickly? No

    Do I have time to learn a new framework or component? Yes No
  8. How I choose what to use Project needed quickly? Aren’t

    they all? No Am I going to maintain it? Yes/No Do I have time to learn a new framework or component? Yes No