Forums
Home / Fixing WordPress / Using Composer
(@mabufoysal)
2 years, 6 months ago
How to use Composer in WordPress Plugin Development ?
(@psykro)
Hi @mabufoysal
Using Composer to manage libraries in a WordPress plugin is not much different to using it in any other PHP application/framework.
If you do a search using your favourite search engine for the terms “wordpress plugin development composer” you should find useful tutorials. One that I can recommend and have used in the past is this one https://www.ibenic.com/using-composer-for-libraries-in-wordpress-plugins-or-themes/
Thanks @psykro