PHPackages                             phuclh/flysystem-imagekit - 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. phuclh/flysystem-imagekit

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

phuclh/flysystem-imagekit
=========================

A flysystem driver for Imagekit

0.0.4(4y ago)32.0k—0%2[2 issues](https://github.com/phuclh/flysystem-imagekit/issues)[4 PRs](https://github.com/phuclh/flysystem-imagekit/pulls)MITPHPPHP ^8.1

Since May 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/phuclh/flysystem-imagekit)[ Packagist](https://packagist.org/packages/phuclh/flysystem-imagekit)[ Docs](https://github.com/phuclh/flysystem-imagekit)[ RSS](/packages/phuclh-flysystem-imagekit/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (13)Versions (8)Used By (0)

A Laravel flysystem driver for Imagekit
=======================================

[](#a-laravel-flysystem-driver-for-imagekit)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3c3e6713ac4a8007ef01543d1135ff3b04004001279d89fbc79272886a7c2c99/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f706875636c682f666c7973797374656d2d696d6167656b69742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/phuclh/flysystem-imagekit)[![GitHub Tests Action Status](https://camo.githubusercontent.com/c808c3f7a5b2a48272cca9274a2042882857fdfcf0ced61d04acb6d6f2eb9272/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f706875636c682f666c7973797374656d2d696d6167656b69742f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/phuclh/flysystem-imagekit/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/8d272deb83c151f06a5c1ef86030fc7fee6cd79233372c27502b17c70976bbab/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f706875636c682f666c7973797374656d2d696d6167656b69742f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/phuclh/flysystem-imagekit/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/3491cbd2b95149197be3340761a5791a3aae413c1de41cc9f4b9db05ec0195df/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f706875636c682f666c7973797374656d2d696d6167656b69742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/phuclh/flysystem-imagekit)

This package is an upgraded version of [TaffoVelikoff/imagekit-adapter](https://github.com/TaffoVelikoff/imagekit-adapter) that supports Laravel 9 and Flysystem 3.

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

[](#installation)

You can install the package via composer:

```
composer require phuclh/flysystem-imagekit
```

You can publish the config file with:

```
php artisan vendor:publish --tag="flysystem-imagekit-config"
```

Setup
-----

[](#setup)

First you will need to sing up for an [ImageKit](https://imagekit.io/) account. Then go  to get your public key, private key and url endpoint. Add the following to your .env file:

```
IMAGEKIT_PUBLIC=your_public_key
IMAGEKIT_PRIVATE=your_public_key
IMAGEKIT_ENDPOINT=https://ik.imagekit.io/your_id
```

Usage
-----

[](#usage)

```
// Upload file (second argument can be an url, file or base64)
Storage::disk('imagekit')->put('filename.jpg', 'https://mysite.com/my_image.com');

// Get file
Storage::disk('imagekit')->get('filename.jpg');

// Delete file
Storage::disk('imagekit')->delete('filename.jpg');

// List all files
Storage::disk('imagekit')->listContents('', false); // listContents($path, $deep)
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [phucle](https://github.com/phuclh)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance7

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 56.3% 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

4

Last Release

1467d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4266b3a5a108beea54b059cba17d0f10e64ddb35e7e9a3bf49c6e6b8060d672d?d=identicon)[phuclh](/maintainers/phuclh)

---

Top Contributors

[![phuclh](https://avatars.githubusercontent.com/u/6707194?v=4)](https://github.com/phuclh "phuclh (18 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (7 commits)")

---

Tags

laravelphuclhflysystem-imagekit

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/phuclh-flysystem-imagekit/health.svg)

```
[![Health](https://phpackages.com/badges/phuclh-flysystem-imagekit/health.svg)](https://phpackages.com/packages/phuclh-flysystem-imagekit)
```

###  Alternatives

[spatie/livewire-filepond

Upload files using Filepond in Livewire components

306452.7k3](/packages/spatie-livewire-filepond)[elegantly/laravel-invoices

Store invoices safely in your Laravel application

23131.8k](/packages/elegantly-laravel-invoices)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[mwguerra/filemanager

A full-featured file manager package for Laravel and Filament v5 with dual operating modes, drag-and-drop uploads, S3/MinIO support, and comprehensive security features.

718.5k1](/packages/mwguerra-filemanager)[codebar-ag/laravel-flysystem-cloudinary

Cloudinary Flysystem v1 integration with Laravel

1224.9k2](/packages/codebar-ag-laravel-flysystem-cloudinary)[kalynasolutions/laravel-tus

Laravel package for handling resumable file uploads with tus protocol and native Uppy.js support without additional tus servers

5261.8k1](/packages/kalynasolutions-laravel-tus)

PHPackages © 2026

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