africastalking-php
africastalking-php copied to clipboard
Vendor file
Vendor folder is not a part of the repository and the SDK folders are not found
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:
- confirm that you have a
composer.json
in your project root, if not runcomposer init
and follow prompts. - Install this package by running
composer require africastalking/africastalking
- build your application