Open ci4me opened 4 years ago
This is related to composer autoload.php
On the main page of this library, there are 2 methods of instalation: 1 using composer and the other Manual Installation. On the manual instalation (not using composer) you say:
Manual Installation Download the files and include autoload.php:
require_once('/path/to/clicksend-php/vendor/autoload.php');
How come the Manual installation require you to include composer autoload ?
We just started building an integration with ClickSend and have run into the same problem. If Composer is required, then why indicate that manual installation is an option?
You tell on your DOCS to download the files and include autoload.php. The problem is that there is NO autoload.php ...