africastalking-php icon indicating copy to clipboard operation
africastalking-php copied to clipboard

Vendor file

Open c-annan opened this issue 2 years ago • 1 comments

Vendor folder is not a part of the repository and the SDK folders are not found

c-annan avatar Apr 04 '22 17:04 c-annan

Hi @c-annan,

You are correct, the package does not ship the vendor folder and in most scenarios, neither should you.

The contents of the vendor folder is managed by composer package manager

To get started:

  1. confirm that you have a composer.json in your project root, if not run composer init and follow prompts.
  2. Install this package by running composer require africastalking/africastalking
  3. build your application

SamuelMwangiW avatar Apr 20 '22 00:04 SamuelMwangiW