Return to profile for Alain Schlesser

WordPress Plugins with Reusable Composer Packages

180 minute beginner seminar

Description/Proposal

This tutorial wants to teach the principles that allow you to build reusable OOP Composer packages that make the development of custom WordPress plugins faster and more reliable.

We will cover the following topics:

  • Important Composer concepts (versioning, autoloading)
  • Using Config files to separate reusable code from project-specific code
  • Building a simple Composer package from scratch
  • Building a useful OOP WordPress plugin from existing Composer packages