https://github.com/imagekit-developer/imagekit-magento
Magento 2 ImageKit Integration
https://github.com/imagekit-developer/imagekit-magento
Last synced: 30 days ago
JSON representation
Magento 2 ImageKit Integration
- Host: GitHub
- URL: https://github.com/imagekit-developer/imagekit-magento
- Owner: imagekit-developer
- License: mit
- Created: 2021-08-17T10:06:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T08:15:43.000Z (about 1 year ago)
- Last Synced: 2025-10-20T06:53:09.523Z (4 months ago)
- Language: PHP
- Size: 101 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[
](https://imagekit.io)
# ImageKit Magento 2 Extension
[](https://marketplace.magento.com/imagekit-imagekit-magento.html)
[](https://packagist.org/packages/imagekit/imagekit-magento)
[](https://packagist.org/packages/imagekit/imagekit-magento)
[](https://github.com/imagekit-developer/imagekit-magento/actions/workflows/phpstan.yml)
[](https://opensource.org/licenses/MIT)
[](https://twitter.com/ImagekitIo)
The ImageKit Magento extension links your Magento website to your ImageKit account, allowing you to serve all your images directly from ImageKit and leveraging all the powerful features that ImageKit.io has to offer.
Before you install the extension, make sure you have a ImageKit account. You can start by [signing up](https://imagekit.io/registration) for a free plan. When your requirements grow, you can upgrade to a [plan](https://imagekit.io/plans/) that best fits your needs.
## Installation
You can download and install the extension from [Magento Marketplace](https://marketplace.magento.com/imagekit-imagekit-magento.html) or install it via composer by running the following commands under your Magento 2 root dir:
Follow the official step-by step guide for detailed information - https://docs.imagekit.io/platform-guides/magento.
```
composer require imagekit/imagekit-magento
php bin/magento maintenance:enable
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento maintenance:disable
php bin/magento cache:flush
```
Copyright © 2021 [ImageKit](https://imagekit.io/). All rights reserved.