Open sergeaubin opened 8 years ago
I cant this project to work. I installed composer and did the composer require.... but all i get is a 500 error when i try to view a php file with
<?php require "vendor/autoload.php";
use GuzzleHttp\Client as Guzzle; use Rossedman\Teamwork\Client; use Rossedman\Teamwork\Factory as Teamwork;
$client = new Client(new Guzzle, 'ears640ipad', 'http://gsdc.teamwork.com'); $teamwork = new Teamwork($client); ?>
I cant this project to work. I installed composer and did the composer require.... but all i get is a 500 error when i try to view a php file with
<?php require "vendor/autoload.php";
use GuzzleHttp\Client as Guzzle; use Rossedman\Teamwork\Client; use Rossedman\Teamwork\Factory as Teamwork;
$client = new Client(new Guzzle, 'ears640ipad', 'http://gsdc.teamwork.com'); $teamwork = new Teamwork($client); ?>