Forum Moderators: coopster

Message Too Old, No Replies

Installation of Composer

         

toplisek

12:39 pm on Nov 14, 2014 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I like to know if there is already PHP 5.2.x or higher and PHP cURL extension, will this be enough to use Composer without line require Mandrill.php?

Should I set inside CP any settings?
<?php
require_once 'mandrill-api-php/src/Mandrill.php'; //Not required with Composer
$mandrill = new Mandrill('YOUR_API_KEY');
?>

phranque

5:38 am on Jan 1, 2015 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



toplisek, did you ever get this resolved?

perhaps it will get a response in the PHP forum.

toplisek

4:38 pm on Mar 5, 2015 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



No, there is any reply...

coopster

2:03 pm on Mar 6, 2015 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



I don't user Composer or other frameworks as I developed my own over the years. Anybody else?