PHPackages                             kaswell/laravel-boxapi - 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. kaswell/laravel-boxapi

ActiveLibrary[API Development](/categories/api)

kaswell/laravel-boxapi
======================

BoxAPI for Laravel

1.0.0(4y ago)018MITPHPPHP &gt;7.3

Since Jun 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/kaswell/laravel-boxapi)[ Packagist](https://packagist.org/packages/kaswell/laravel-boxapi)[ RSS](/packages/kaswell-laravel-boxapi/feed)WikiDiscussions master Synced today

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

[![Social Card of Laravel BoxApi](/art/socialcard.png)](/art/socialcard.png)

[![License](https://camo.githubusercontent.com/0caf74172d37890a4f5a135eee12ed01d3654882d6397ae2d7b114a6290607c6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6b617377656c6c2f6c61726176656c2d626f786170693f7374796c653d666c61742d737175617265)](license.md)[![Total size](https://camo.githubusercontent.com/7cab55a46dd46b785fc02fd535f083c65e919e09edbd4cfa9a62644150ba6985/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7265706f2d73697a652f6b617377656c6c2f6c61726176656c2d626f786170693f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kaswell/laravel-boxapi)[![Last Version](https://camo.githubusercontent.com/44ac51a0bd95c3ef7678ba9b320f56f2b338043a10a0fc16a09a69faf136345d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6b617377656c6c2f6c61726176656c2d626f786170693f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kaswell/laravel-boxapi)

BoxAPI for Laravel
==================

[](#boxapi-for-laravel)

Library for use Box API for Laravel Framework (with JWT authenticate). Box API documentation You'll find on [Box API Reference](https://developer.box.com/reference/)

Documentation
-------------

[](#documentation)

You'll find the documentation on .

Find yourself stuck using the package? Found a bug? Do you have general questions or suggestions for improving the library? Feel free to create an issue on GitHub, we'll try to address it as soon as possible.

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

[](#installation)

You can install the package via composer:

```
composer require kaswell/laravel-boxapi
```

The package will automatically register itself.

Download from [Box Developers](https://app.box.com/developers/console) config json file and save into `/storage/app/box_app_config.json` and add into env file next optional constants

```
BOX_APP_DEV_MODE=false
BOX_APP_CONFIG_FILE="box_app_config.json"
BOX_APP_DEV_TOKEN=""
BOX_APP_USER_ID=""
BOX_APP_USER_LOGIN=""
```

or You can optionally publish the config file with:

```
php artisan vendor:publish --provider="Kaswell\BoxApi\BoxApiServiceProvider" --tag="config"
```

Basic Usage
-----------

[](#basic-usage)

You can use class:

```
use Kaswell\BoxApi\BoxApi;
$response = app(BoxApi::class)->getFolderInfo();
```

or use facade:

```
use Kaswell\BoxApi\Facades\BoxApi;
$response = BoxApi::getFolderInfo();
```

Changelog
---------

[](#changelog)

Please see [changelog](changelog.md) for more information about recent changes.

Credits
-------

[](#credits)

Special thanks to [everyone](../../contributors) for all the work that was done in `v1`.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](license.md) for more information.

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1800d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/37ab1cefd9424ee2db0939559a68162bd1cfd6058c7ec12824134b9742ae1cc5?d=identicon)[kaswell](/maintainers/kaswell)

---

Top Contributors

[![kaswell](https://avatars.githubusercontent.com/u/43887437?v=4)](https://github.com/kaswell "kaswell (2 commits)")

---

Tags

apiboxlaravelpackagephpapilaravelbox

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kaswell-laravel-boxapi/health.svg)

```
[![Health](https://phpackages.com/badges/kaswell-laravel-boxapi/health.svg)](https://phpackages.com/packages/kaswell-laravel-boxapi)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k34.0M111](/packages/darkaonline-l5-swagger)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k12.2M45](/packages/knuckleswtf-scribe)[nickurt/laravel-postcodeapi

Universal PostcodeApi for Laravel 11.x/12.x/13.x

97221.2k](/packages/nickurt-laravel-postcodeapi)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
