https://github.com/arcanedev/color
:art: PHP Helper for manipulating colors
https://github.com/arcanedev/color
arcanedev color hex hsl laravel php rgb rgba
Last synced: 4 months ago
JSON representation
:art: PHP Helper for manipulating colors
- Host: GitHub
- URL: https://github.com/arcanedev/color
- Owner: ARCANEDEV
- License: mit
- Created: 2016-10-08T19:29:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T16:32:33.000Z (over 7 years ago)
- Last Synced: 2025-06-16T19:13:01.668Z (4 months ago)
- Topics: arcanedev, color, hex, hsl, laravel, php, rgb, rgba
- Language: PHP
- Homepage:
- Size: 54.7 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Color [![Packagist License][badge_license]](LICENSE.md) [![For PHP][badge_php]][link-github-repo]
[![Travis Status][badge_build]][link-travis]
[![Coverage Status][badge_coverage]][link-scrutinizer]
[![Scrutinizer Code Quality][badge_quality]][link-scrutinizer]
[![SensioLabs Insight][badge_insight]][link-insight]
[![Github Issues][badge_issues]][link-github-issues][![Packagist][badge_package]][link-packagist]
[![Packagist Release][badge_release]][link-packagist]
[![Packagist Downloads][badge_downloads]][link-packagist]*By [ARCANEDEV©](http://www.arcanedev.net/)*
PHP Helper for manipulating colors.
Feel free to check out the [releases](https://github.com/ARCANEDEV/Color/releases), [license](LICENSE.md), and [contribution guidelines](CONTRIBUTING.md).
### Features
* Framework agnostic package.
* Easy setup & configuration.
* Multiple color **Converters** and **Validators**: `HEX`, `RGB`, `RGBA`, `HSL`.
* Well documented & IDE Friendly.
* Well tested with maximum code quality.
* Laravel `5.0 | 5.1 | 5.2 | 5.3 | 5.4 | 5.5 | 5.6` are supported.
* Made with :heart: & :coffee:.## Table of contents
1. [Installation and Setup](_docs/1-Installation-and-Setup.md)
2. [Usage](_docs/2-Usage.md)## Contribution
Any ideas are welcome. Feel free to submit any issues or pull requests, please check the [contribution guidelines](CONTRIBUTING.md).
## Security
If you discover any security related issues, please email arcanedev.maroc@gmail.com instead of using the issue tracker.
## Credits
- [ARCANEDEV][link-author]
- [All Contributors][link-contributors][badge_php]: https://img.shields.io/badge/PHP-Framework%20agnostic-4F5B93.svg?style=flat-square
[badge_license]: https://img.shields.io/packagist/l/arcanedev/color.svg?style=flat-square
[badge_build]: https://img.shields.io/travis/ARCANEDEV/Color.svg?style=flat-square
[badge_coverage]: https://img.shields.io/scrutinizer/coverage/g/ARCANEDEV/Color.svg?style=flat-square
[badge_quality]: https://img.shields.io/scrutinizer/g/ARCANEDEV/Color.svg?style=flat-square
[badge_insight]: https://img.shields.io/sensiolabs/i/30f4fc0e-3df2-4cbd-b89c-202d51c9c2c2.svg?style=flat-square
[badge_issues]: https://img.shields.io/github/issues/ARCANEDEV/Color.svg?style=flat-square
[badge_package]: https://img.shields.io/badge/package-arcanedev/color-blue.svg?style=flat-square
[badge_release]: https://img.shields.io/packagist/v/arcanedev/color.svg?style=flat-square
[badge_downloads]: https://img.shields.io/packagist/dt/arcanedev/color.svg?style=flat-square[link-author]: https://github.com/arcanedev-maroc
[link-github-repo]: https://github.com/ARCANEDEV/Color
[link-github-issues]: https://github.com/ARCANEDEV/Color/issues
[link-contributors]: https://github.com/ARCANEDEV/Color/graphs/contributors
[link-packagist]: https://packagist.org/packages/arcanedev/color
[link-travis]: https://travis-ci.org/ARCANEDEV/Color
[link-scrutinizer]: https://scrutinizer-ci.com/g/ARCANEDEV/Color/?branch=master
[link-insight]: https://insight.sensiolabs.com/projects/30f4fc0e-3df2-4cbd-b89c-202d51c9c2c2