defro / codeigniter-sendinblue

A Codeigniter PHP framework package for dealing with SendInBlue email provider API.
GNU General Public License v3.0
1 stars 1 forks source link

Documentation available? #1

Open javo222 opened 6 years ago

javo222 commented 6 years ago

Is there any documentation available? I copied the files in my CI project but get an error message:

Message: Class 'SendinBlue\Client\Configuration' not found Filename: C:\xampp\htdocs\project\application\libraries\SendInBlue.php Line Number: 41

defro commented 6 years ago

Hello @javo222 Sorry I didn't made a documentation for this third party module and I don't use it anymore.

joserico commented 5 years ago

Is there any documentation available? I copied the files in my CI project but get an error message:

Message: Class 'SendinBlue\Client\Configuration' not found Filename: C:\xampp\htdocs\project\application\libraries\SendInBlue.php Line Number: 41

//$this->load->add_package_path(FCPATH . 'vendor/defro/codeigniter-sendinblue/src'); require_once(APPPATH . "vendor/sendinblue/api-v3-sdk/autoload.php");

you need to download api from Sendinblue first and reference to this folder

defro commented 4 years ago

Hello @joserico You need to install this plugin with composer.