PHPackages                             patrickriemer/oci-adapter - 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. [Database &amp; ORM](/categories/database)
4. /
5. patrickriemer/oci-adapter

ActiveLibrary[Database &amp; ORM](/categories/database)

patrickriemer/oci-adapter
=========================

v1.0.0(1y ago)1471[1 issues](https://github.com/patrickriemer/oci-adapter/issues)MITPHPPHP ^8.3

Since Nov 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/patrickriemer/oci-adapter)[ Packagist](https://packagist.org/packages/patrickriemer/oci-adapter)[ RSS](/packages/patrickriemer-oci-adapter/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (4)Used By (0)

OCI Adapter
===========

[](#oci-adapter)

This package is an adapter for the Oracle Cloud Infrastructure Object Storage API for the Flysystem for Laravel.

Integration guide:

Install package:

```
composer require patrickriemer/oci-adapter
```

Required environment variables:

```
OCI_NAMESPACE=
OCI_REGION=
OCI_BUCKET=
OCI_TENANCY_ID=
OCI_USER_ID=
OCI_KEY_FINGERPRINT=
OCI_KEY_PATH=
OCI_STORAGE_TIER=
```

Example values:

```
OCI_REGION=ap-singapore-1
OCI_BUCKET=my-bucket-name
OCI_TENANCY_ID=ocid1.tenancy.oc1..{longstring}
OCI_USER_ID=ocid1.user.oc1..{longstring}
OCI_KEY_FINGERPRINT=11:12:aa:ab:ac:1d:dd:aa:11:99:22:21:f3:79:12:1b
OCI_KEY_PATH=./oci.pem
OCI_STORAGE_TIER=Standard
```

Technical notes
---------------

[](#technical-notes)

1. Temporary URLs leverage OCIs pre-authenticated requests. When a temporaryUrl is not called, the pre-authenticated request will remain even if it is expired. It is advisable to create a scheduler that is automatically cleaning up expired requests.
2. The move operation will only copy the object as it will be processed within a work request. As the work request is processed asynchronously an immediate delete operation after a copy, will delete the object before it can be copied. A possible workaround is to create a temporary directory for uploaded files and cleaning it up automatically with a lifecycle policy.
3. THe PHP extension ext-fileinfo is required so that the mime type can be detected from the file stream.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

Every ~0 days

Total

3

Last Release

550d ago

Major Versions

v0.2.0 → v1.0.02024-11-15

### Community

Maintainers

![](https://www.gravatar.com/avatar/8fe069f42f0c0759a725c26b3e66c7d021f66214a8cf3718e3fc5818e4938a1a?d=identicon)[patrickriemer](/maintainers/patrickriemer)

---

Top Contributors

[![patrickriemer](https://avatars.githubusercontent.com/u/32695238?v=4)](https://github.com/patrickriemer "patrickriemer (30 commits)")

### Embed Badge

![Health badge](/badges/patrickriemer-oci-adapter/health.svg)

```
[![Health](https://phpackages.com/badges/patrickriemer-oci-adapter/health.svg)](https://phpackages.com/packages/patrickriemer-oci-adapter)
```

###  Alternatives

[spatie/laravel-backup

A Laravel package to backup your application

6.0k21.8M191](/packages/spatie-laravel-backup)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[spatie/laravel-db-snapshots

Quickly dump and load databases

1.2k2.8M20](/packages/spatie-laravel-db-snapshots)[plank/laravel-mediable

A package for easily uploading and attaching media files to models with Laravel

8271.5M11](/packages/plank-laravel-mediable)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

423715.4k1](/packages/clickbar-laravel-magellan)[genealabs/laravel-pivot-events

This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.

1404.9M8](/packages/genealabs-laravel-pivot-events)

PHPackages © 2026

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