Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gutocf/image-upload
Image upload for CakePHP 4
https://github.com/gutocf/image-upload
cakephp4 images plugin upload
Last synced: about 2 months ago
JSON representation
Image upload for CakePHP 4
- Host: GitHub
- URL: https://github.com/gutocf/image-upload
- Owner: gutocf
- License: mit
- Created: 2020-09-12T19:06:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-20T12:16:47.000Z (over 2 years ago)
- Last Synced: 2024-11-14T17:13:36.081Z (about 2 months ago)
- Topics: cakephp4, images, plugin, upload
- Language: PHP
- Homepage:
- Size: 4.43 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# image-upload
Image upload plugin for CakePHP 4.[![Build Status](https://img.shields.io/github/workflow/status/gutocf/image-upload/CI/master?style=flat-square)](https://github.com/gutocf/image-upload/actions?query=workflow%3ACI+branch%3Amaster)
[![Coverage Status](https://img.shields.io/codecov/c/github/gutocf/image-upload.svg?style=flat-square)](https://codecov.io/github/gutocf/image-upload)
[![Latest Stable Version](https://poser.pugx.org/gutocf/image-upload/v/stable.svg)](https://packagist.org/packages/gutocf/image-upload)
[![Total Downloads](https://img.shields.io/packagist/dt/gutocf/image-upload.svg?style=flat-square)](https://packagist.org/packages/gutocf/image-upload)
[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://packagist.org/packages/gutocf/image-upload)
[![Packagist Version](https://img.shields.io/packagist/v/gutocf/image-upload?style=flat-square)](https://packagist.org/packages/gutocf/image-upload)## Requirements
- PHP ^8.0
- CakePHP 4.1.+## Installation
composer require gutocf/image-upload## Configuration
@todo## Usage
@todo## Example
@todo