karixtech / php-example

Example code to send messages in PHP
3 stars 3 forks source link

Missing Files? #1

Open XtremeTheory opened 6 years ago

XtremeTheory commented 6 years ago

You do not have all the files uploaded to the repository and following your instructions... you can't even finish setting up because all the files are not present. Where is Swagger? Where is the vendor/autoload.php?

You lost a customer due to the vague readme files... spend more time educating developers how to use your platform and making sure you test out your own tutorials before publishing...

afgsoftware commented 5 years ago

Where is Swagger? Where is the vendor/autoload.php?

shashankmehra commented 5 years ago

Readme will be updated to be more descriptive. Please follow the following instructions to get the example working:

  1. Install PHP Composer
  2. Run composer install in the project folder to create the vendor folder which contains all the dependencies.
  3. Edit send_message.php to ensure that:
    • ACCOUNT_ID and ACCOUNT_TOKEN are set to your credentials.
    • destination and source numbers are set correctly.
  4. Run php send_message.php to run the example.