PHPackages                             netvlies/basecamp-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. netvlies/basecamp-php

ActiveLibrary

netvlies/basecamp-php
=====================

The Basecamp API makes it easy for developers to communicate with the 37signals Basecamp platform

375.2k29[4 issues](https://github.com/netvlies/basecamp-php/issues)[4 PRs](https://github.com/netvlies/basecamp-php/pulls)PHP

Since Oct 12Pushed 4y ago15 watchersCompare

[ Source](https://github.com/netvlies/basecamp-php)[ Packagist](https://packagist.org/packages/netvlies/basecamp-php)[ RSS](/packages/netvlies-basecamp-php/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Basecamp SDK for PHP
====================

[](#basecamp-sdk-for-php)

[![Build Status](https://camo.githubusercontent.com/852b53d7d8919de1f76145cf0df8706d0c3560c56bb607ccd94e293a61b7e3ce/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6e6574766c6965732f6261736563616d702d7068702e706e67)](https://secure.travis-ci.org/netvlies/basecamp-php)

The **Basecamp SDK for PHP** enables PHP developers to easily integrate [37signals Basecamp all new API](https://basecamp.com/) into their applications.

**NOTE**: This library is under heavy development and a lot of calls haven't been implemented yet. We're looking forward to any of your PR's.

Installation
------------

[](#installation)

We recommend Composer for managing dependencies. Installing is as easy as:

```
$ php composer.phar require netvlies/basecamp-php

```

Usage
-----

[](#usage)

To use the library the only requirement is you have a account. Upon creating the client you have to pass your credentials or an OAuth token. Furthermore you need your userId to construct the URI's.

### Authorization with username and password

[](#authorization-with-username-and-password)

```
