{"id":19390835,"url":"https://github.com/tecnickcom/tc-lib-color","last_synced_at":"2025-04-30T00:13:26.331Z","repository":{"id":27780416,"uuid":"31269073","full_name":"tecnickcom/tc-lib-color","owner":"tecnickcom","description":"PHP library to manipulate various color representations","archived":false,"fork":false,"pushed_at":"2025-04-25T17:48:52.000Z","size":346,"stargazers_count":23,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-30T00:13:20.643Z","etag":null,"topics":["cmyk","color","colour","hsl","hslu","javascript","php-library","rgb","rgba","web"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tecnickcom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":["https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026currency_code=GBP\u0026business=paypal@tecnick.com\u0026item_name=donation%20for%20tc-lib-color%20project"]}},"created_at":"2015-02-24T16:22:58.000Z","updated_at":"2025-04-25T17:48:55.000Z","dependencies_parsed_at":"2024-04-12T11:30:30.671Z","dependency_job_id":"a106971d-71e6-440e-8cbe-de1fe4e60ff4","html_url":"https://github.com/tecnickcom/tc-lib-color","commit_stats":{"total_commits":140,"total_committers":7,"mean_commits":20.0,"dds":"0.24285714285714288","last_synced_commit":"c430e0b8a8847935a72bc5fcc334d1e4d029e23b"},"previous_names":[],"tags_count":110,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tecnickcom%2Ftc-lib-color","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tecnickcom%2Ftc-lib-color/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tecnickcom%2Ftc-lib-color/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tecnickcom%2Ftc-lib-color/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tecnickcom","download_url":"https://codeload.github.com/tecnickcom/tc-lib-color/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251602831,"owners_count":21615969,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cmyk","color","colour","hsl","hslu","javascript","php-library","rgb","rgba","web"],"created_at":"2024-11-10T10:23:33.928Z","updated_at":"2025-04-30T00:13:26.310Z","avatar_url":"https://github.com/tecnickcom.png","language":"PHP","readme":"# tc-lib-color\n*PHP Color Library*\n\n[![Latest Stable Version](https://poser.pugx.org/tecnickcom/tc-lib-color/version)](https://packagist.org/packages/tecnickcom/tc-lib-color)\n![Build](https://github.com/tecnickcom/tc-lib-color/actions/workflows/check.yml/badge.svg)\n[![Coverage](https://codecov.io/gh/tecnickcom/tc-lib-color/graph/badge.svg?token=l3UCVbShmc)](https://codecov.io/gh/tecnickcom/tc-lib-color)\n[![License](https://poser.pugx.org/tecnickcom/tc-lib-color/license)](https://packagist.org/packages/tecnickcom/tc-lib-color)\n[![Downloads](https://poser.pugx.org/tecnickcom/tc-lib-color/downloads)](https://packagist.org/packages/tecnickcom/tc-lib-color)\n\n[![Donate via PayPal](https://img.shields.io/badge/donate-paypal-87ceeb.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026currency_code=GBP\u0026business=paypal@tecnick.com\u0026item_name=donation%20for%20tc-lib-color%20project)\n*Please consider supporting this project by making a donation via [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026currency_code=GBP\u0026business=paypal@tecnick.com\u0026item_name=donation%20for%20tc-lib-color%20project)*\n\n* **category**    Library\n* **package**     \\Com\\Tecnick\\Color\n* **author**      Nicola Asuni \u003cinfo@tecnick.com\u003e\n* **copyright**   2001-2024 Nicola Asuni - Tecnick.com LTD\n* **license**     http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)\n* **link**        https://github.com/tecnickcom/tc-lib-color\n* **SRC DOC**     https://tcpdf.org/docs/srcdoc/tc-lib-color\n\n## Description\n\nThis library includes utility classes to get colors in various representation formats.\n\nThe initial source code has been derived from [TCPDF](\u003chttp://www.tcpdf.org\u003e).\n\n\n## Getting started\n\nFirst, you need to install all development dependencies using [Composer](https://getcomposer.org/):\n\n```bash\n$ curl -sS https://getcomposer.org/installer | php\n$ mv composer.phar /usr/local/bin/composer\n```\n\nThis project include a Makefile that allows you to test and build the project with simple commands.\nTo see all available options:\n\n```bash\nmake help\n```\n\nTo install all the development dependencies:\n\n```bash\nmake deps\n```\n\n## Running all tests\n\nBefore committing the code, please check if it passes all tests using\n\n```bash\nmake qa\n```\n\nAll artifacts are generated in the target directory.\n\n\n## Example\n\nExamples are located in the `example` directory.\n\nStart a development server (requires PHP 8.0) using the command:\n\n```\nmake server\n```\n\nand point your browser to \u003chttp://localhost:8000/index.php\u003e\n\n\n## Installation\n\nCreate a composer.json in your projects root-directory:\n\n```json\n{\n    \"require\": {\n        \"tecnickcom/tc-lib-color\": \"^2.0\"\n    }\n}\n```\n\nOr add to an existing project with: \n\n```bash\ncomposer require tecnickcom/tc-lib-color ^2.0\n```\n\n\n## Packaging\n\nThis library is mainly intended to be used and included in other PHP projects using Composer.\nHowever, since some production environments dictates the installation of any application as RPM or DEB packages,\nthis library includes make targets for building these packages (`make rpm` and `make deb`).\nThe packages are generated under the `target` directory.\n\nWhen this library is installed using an RPM or DEB package, you can use it your code by including the autoloader:\n```\nrequire_once ('/usr/share/php/Com/Tecnick/Color/autoload.php');\n```\n\n\n\n## Developer(s) Contact\n\n* Nicola Asuni \u003cinfo@tecnick.com\u003e\n","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026currency_code=GBP\u0026business=paypal@tecnick.com\u0026item_name=donation%20for%20tc-lib-color%20project"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftecnickcom%2Ftc-lib-color","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftecnickcom%2Ftc-lib-color","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftecnickcom%2Ftc-lib-color/lists"}