Skip to content

Commit 1fadd0f

Browse files
committed
Update README.md
1 parent faca0bc commit 1fadd0f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,20 @@
1111
## Introduction
1212

1313
The `PHP Color Generator` is a versatile PHP package designed for easy and efficient color manipulation. Whether you're working with color schemes, themes, or UI designs, this package provides a set of utilities to convert, darken, lighten, and generate shades or tints of colors. It supports the conversion of hex to RGB and vice versa, allows for adjusting the lightness or darkness of colors, and can generate a series of tints or shades based on a base color. Ideal for designers and developers who need to programmatically handle color variations for dynamic interfaces or applications.
14+
15+
## Requirements
16+
17+
***
18+
- ```PHP >= 7.3```
19+
-
20+
## Installation
21+
22+
You can install the package with Composer.
23+
24+
```shell
25+
composer require binafy/php-color-generator
26+
```
27+
28+
## Usage
29+
30+
####

0 commit comments

Comments
 (0)