PHPackages                             maxicare/uploader - 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. maxicare/uploader

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

maxicare/uploader
=================

A PHP Library for uploading files to cloud. Maintained and Developed by Maxicare IT Team

1.1.12(11mo ago)158MITPHPPHP ^8.0

Since May 27Pushed 10mo agoCompare

[ Source](https://github.com/nnocsupnn/uploader-lib)[ Packagist](https://packagist.org/packages/maxicare/uploader)[ RSS](/packages/maxicare-uploader/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (23)Used By (0)

Maxicare Uploader 🚀
===================

[](#maxicare-uploader-)

A PHP library for uploading files supported cloud storage.

---

### ❗Required Environment variables for OCI

[](#required-environment-variables-for-oci)

```
OCI_REGION=us-phoenix-1
OCI_USER=ocid1.user.oc1..aaaaaaaa...
OCI_FINGERPRINT=12:34:56:78:90:ab:cd:ef...
OCI_TENANCY=ocid1.tenancy.oc1..aaaaaaaa...
OCI_NAMESPACE=your-namespace
OCI_BUCKET_NAME=your-bucket
OCI_KEY_FILE=path/to/private_key.pem
```

---

### ❗Required Environment variables for Hubspot

[](#required-environment-variables-for-hubspot)

```
HUBSPOT_API_KEY=
HUBSPOT_API_FILEUPLOAD= # optional, fallback value is the public api endpoints of hubspot
HUBSPOT_API_DELETE= # optional, fallback value is the public api endpoints of hubspot
HUBSPOT_API_SEARCH= # optional, fallback value is the public api endpoints of hubspot
```

---

### ℹ️ Installation [🔗 Packagist](https://packagist.org/packages/maxicare/uploader)

[](#ℹ️-installation--packagist)

```
composer require maxicare/uploader
```

---

### 🚀 Usage

[](#-usage)

### For OCI

[](#for-oci)

```
