PHPackages                             nexpcb/basecamp3-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. [API Development](/categories/api)
4. /
5. nexpcb/basecamp3-php

ActiveLibrary[API Development](/categories/api)

nexpcb/basecamp3-php
====================

The Basecamp 3 API

0872[1 issues](https://github.com/nexpcb/basecamp3-php/issues)PHP

Since Apr 3Pushed 7y ago1 watchersCompare

[ Source](https://github.com/nexpcb/basecamp3-php)[ Packagist](https://packagist.org/packages/nexpcb/basecamp3-php)[ RSS](/packages/nexpcb-basecamp3-php/feed)WikiDiscussions master Synced 3d 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)

```
