ActiveCampaign / activecampaign-api-php

MIT License
115 stars 76 forks source link

vendor/autoload.php #64

Closed ViktorIwan closed 6 years ago

ViktorIwan commented 8 years ago

the script require autoload script which is missing...

require 'vendor/autoload.php'

anybody can help ?

pevans commented 8 years ago

If you're using this through Composer, that should generate an autoload script for you. This library doesn't itself deal with autoloading.