PHPackages                             lumen-cool/sdk - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. lumen-cool/sdk

ActiveLibrary[File &amp; Storage](/categories/file-storage)

lumen-cool/sdk
==============

PHP client for uploading files to Lumen Files drives.

03PHP

Since Oct 5Pushed 7mo agoCompare

[ Source](https://github.com/lumen-cool/php-client-sdk)[ Packagist](https://packagist.org/packages/lumen-cool/sdk)[ RSS](/packages/lumen-cool-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Lumen PHP Client SDK
====================

[](#lumen-php-client-sdk)

A lightweight PHP 8.2+ SDK for interacting with Lumen Files uploads. It provides:

- A `LumenVaultResolver` that can hydrate vault definitions from the public registry and from custom overrides.
- A `LumenClient` that automatically targets the right vault, either from a default selection or from the drive ID annotation (`{drive}-{vault}`).
- Strongly-typed response objects for both simple and multipart uploads.

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

[](#installation)

```
composer require lumen-cool/sdk
```

Getting started
---------------

[](#getting-started)

```
