rossedman / teamwork

Laravel 5 Teamwork PM API Bridge
http://rossedman.github.io/teamwork/
MIT License
45 stars 47 forks source link

Installation #19

Open sergeaubin opened 8 years ago

sergeaubin commented 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); ?>