A lot of PHP developers involved with WordPress projects, especially those developing plugins, opt for using Composer. Not only for requiring libraries they can use, but also for autoloading classes and even files inside the plugin. However, some prefer to keep distance from Composer when dealing with WP coding. No problem, if this is your […]