PHPackages                             worksection/oauth2-basecamp - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. worksection/oauth2-basecamp

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

worksection/oauth2-basecamp
===========================

Basecamp OAuth 2.0 Client Provider for The PHP League OAuth2-Client

1.0.0(3y ago)03.2k↓43.5%MITPHP

Since May 31Pushed 2y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (5)Versions (3)Used By (0)

Basecamp OAuth 2.0 Client Provider
==================================

[](#basecamp-oauth-20-client-provider)

[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT) [![Build Status](https://camo.githubusercontent.com/c615ed3bfd15da86dd8228c932e3b32692ba542ec874323b3f7636de118b872d/68747470733a2f2f7472617669732d63692e6f72672f3134666f75722f6f61757468322d6261736563616d702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/14four/oauth2-basecamp)

Provide Basecamp OAuth 2.0 client support for PHP using [League OAuth2 Client](https://github.com/thephpleague/oauth2-client).

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

[](#installation)

Use composer to install

```
composer require worksection/oauth2-basecamp
```

Configure Laravel
-----------------

[](#configure-laravel)

### Setup Service Provider

[](#setup-service-provider)

Add the service provider to the `config/app.php` file.

```
