im trying to use this library in my plugin https://packagist.org/packages/symfony/yaml but there's no tutorial to how load composer libarires in pocketmine
I have not done much with the composer than working up my discordPHP bot which I totally have forgotten. I will check it out and see how I can help.
Okay, So you use the require method of composer to get a package I believe so.. Code: composer require <package name> Like for example.. Code: composer require sharletsings123/hi Okay well the above does not work anyways. I don't know if this is correct or wrong but yeah, also plugins won't have any use with composer its just for the core rn just in case if you think its for the plugins as well.