ClickSend / clicksend-php

A wrapper for our REST API - SMS, voice, post, email, fax.
27 stars 14 forks source link

You tell on your DOCS to include autoload.php #19

Open ci4me opened 4 years ago

ci4me commented 4 years ago

You tell on your DOCS to download the files and include autoload.php. The problem is that there is NO autoload.php ...

tsmgeek commented 4 years ago

This is related to composer autoload.php

ci4me commented 4 years ago

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 ?

markparnell commented 1 year ago

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?