Photo Gallery

Photo Gallery CRUD for Codeigniter 4

Image CRUD is a simple and easy-to-use library for managing images in your CodeIgniter 4 project. It provides a simple interface for uploading, editing, and deleting images with few lines of code.

See what Image CRUD for CodeIgniter 4 can do with minimal effort

Powerful image management with just a few lines of code

Image CRUD Example
PHP Just a few lines of code
$imageCrud = new ImageCrud();

$imageCrud->setTable('photos');

$imageCrud->setUrlField('url');
$imageCrud->setTitleField('title');
$imageCrud->setOrderingField('order');
$imageCrud->setImagePath('uploads');

$output = $imageCrud->render();

Lightning-Fast Installation

Get up and running in seconds with just three simple commands:

composer require grocerycrud/image-crud
cp vendor/grocerycrud/image-crud/src/ImageCrud/ImageCrudPublisher.php app/Publishers
php spark publish
You're all set! Start creating powerful CRUD for images with minimal code right away!

Supercharged Image Management for CodeIgniter 4

Advanced features with remarkably simple implementation

Features

Image CRUD provides a quick solution for image galleries in CodeIgniter 4 with proven reliability from its legacy codebase. Enjoy drag-and-drop reordering, multiple upload functionality, and a simple API that lets you focus on building your application rather than reinventing gallery management.

Explore Features

Documentation

Our straightforward API reference explains all available functions and their parameters. With simple examples for each method and basic configuration options, you'll quickly understand how to implement Image CRUD in your CodeIgniter 4 project.

Read Documentation