PHPackages                             nuovi-media/laravel-letterboxd - 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. nuovi-media/laravel-letterboxd

ActiveLibrary[API Development](/categories/api)

nuovi-media/laravel-letterboxd
==============================

Letterboxd API client for Laravel

0.1.9-alpha(4y ago)240GPL-3.0-or-laterPHPPHP ^8.0

Since Jul 25Pushed 4y ago1 watchersCompare

[ Source](https://github.com/nuovi-media/laravel-letterboxd)[ Packagist](https://packagist.org/packages/nuovi-media/laravel-letterboxd)[ RSS](/packages/nuovi-media-laravel-letterboxd/feed)WikiDiscussions main Synced yesterday

READMEChangelog (10)Dependencies (2)Versions (11)Used By (0)

Letterboxd Client
=================

[](#letterboxd-client)

This is an incomplete and working-in-progress Letterboxd API Client for Laravel.

It is intended as a support package for [nuovi-media/stats](https://github.com/nuovi-media/stats).

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

[](#installation)

You can install the package via composer:

```
composer require nuovi-media/laravel-letterboxd

```

You can publish its configuration with:

```
php artisan vendor:publish

```

Configuration
-------------

[](#configuration)

The `letterboxd.php` file lets you configure the api key and secret, and the user credentials needed for the library to work.

Usage
-----

[](#usage)

You can initialise the client with

```
