Thank you for this useful library, which I haven't tried yet.
Don't understand the example code require __DIR__ . '/../vendor/autoload.php';. What is this autoload.php? Is it necessary? What does it do? Where is this code? Where is it called? Who is the 'vendor'? Where is it documented? Why no comment in the example code?
Thank you for this useful library, which I haven't tried yet.
Don't understand the example code
require __DIR__ . '/../vendor/autoload.php';. What is this autoload.php? Is it necessary? What does it do? Where is this code? Where is it called? Who is the 'vendor'? Where is it documented? Why no comment in the example code?