simtrami/minipng

Library to support Mini-PNG files (.mp), made-up format by my computer-science teacher.

1.0 2019-12-13 05:27 UTC

This package is auto-updated.

Last update: 2024-09-24 08:33:01 UTC


README

Library to support Mini-PNG files (.mp), made-up format by my computer-science teacher.

Requirements

Run tests

With Gitlab Runner locally (right after cloning)

gitlab-runner exec docker test:project

With PHPUnit, after installation

./vendor/bin/phpunit --configuration phpunit.xml

Installation

composer install

Usage

You can see how to use this library in the simtrami/minipng-examples project.

Install it in your project with composer

composer require simtrami/minipng