PHPackages                             wwaz/colorprofile-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. wwaz/colorprofile-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

wwaz/colorprofile-php
=====================

PHP library and CLI for installing, managing and resolving ICC color profiles.

v0.1.0(1mo ago)04↓100%[1 PRs](https://github.com/WWAZ/colorprofile-php/pulls)MITPHPPHP ^8.1CI passing

Since May 5Pushed 1mo agoCompare

[ Source](https://github.com/WWAZ/colorprofile-php)[ Packagist](https://packagist.org/packages/wwaz/colorprofile-php)[ Docs](https://github.com/wwaz/colorprofile-php)[ RSS](/packages/wwaz-colorprofile-php/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (3)Versions (4)Used By (0)

colorprofile-php
================

[](#colorprofile-php)

[![CI](https://github.com/wwaz/colorprofile-php/actions/workflows/ci.yml/badge.svg)](https://github.com/wwaz/colorprofile-php/actions/workflows/ci.yml)[![Static Analysis](https://github.com/wwaz/colorprofile-php/actions/workflows/static-analysis.yml/badge.svg)](https://github.com/wwaz/colorprofile-php/actions/workflows/static-analysis.yml)[![Lint](https://github.com/wwaz/colorprofile-php/actions/workflows/lint.yml/badge.svg)](https://github.com/wwaz/colorprofile-php/actions/workflows/lint.yml)[![License: MIT](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](LICENSE)

A PHP library and CLI for **installing, managing, and resolving ICC color profiles** in web-to-print workflows.

Requirements
------------

[](#requirements)

- PHP `^8.1`
- PHP extensions: `ext-json`, `ext-zip`
- Optional but recommended: `ext-curl` for robust HTTP downloads

Installation
------------

[](#installation)

```
composer require wwaz/colorprofile-php
```

Quickstart
----------

[](#quickstart)

```
# Initialize config and storage folders
vendor/bin/colorprofile init

# Install curated profiles and set defaults (if missing)
vendor/bin/colorprofile install --all
```

```
