Composer
class Composer (View source)
The Composer class is a wrapper for setting up Composer and executing commands.
Methods
__construct()
The constructor runs the setup.
string
run(string $command, bool $getBuffer = false)
Run a given Composer command.