Skip to content

eraseryu/image-manipulate-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Image processing service which can crop and resize images.

Installation

The project includes a Dockerfile, which is a configuration file used to build a Docker image of the PHP application along with its dependencies. Follow the instructions below:

  • docker compose -f docker-compose.yml build
  • docker compose -f docker-compose.yml run --rm app composer install --no-interaction --no-progress
  • docker compose -f docker-compose.yml up -d

Usage

GET /test-img.png/resize/900,600/crop/75,300,100,100

Example

Tests

docker compose -f docker-compose.yml run --rm app vendor/bin/phpunit /app/tests/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.6%
  • Dockerfile 2.0%
  • HTML 0.4%