Name Date Size #Lines LOC

..--

src/H07-Oct-2025-380238

.gitignoreH A D07-Oct-202536 43

LICENSEH A D07-Oct-20251.1 KiB1916

README.mdH A D07-Oct-2025812 2516

composer.jsonH A D07-Oct-2025478 2221

README.md

1RingIcon - A Indenticon/Glyphicon Library
2=========================================
3
4This minimal library generates identifiers based on an input seed. It can be
5used to generate avatar images or visualize other identifying info (like
6crypto keys). The result is a PNG or SVG image.
7
8It has no dependencies except the GD library extension for PHP for PNG images.
9
10![Multicolor with 3 Rings](sample.png)
11![Monochrome with 5 Rings](mono.png)
12
13Usage
14-----
15
16See the ``demo.html``/``demo.php`` files for examples.
17
18You can tune the following parameters:
19
20- The size of the resulting image (via constructor)
21- The number of rings to generate (via constructor)
22- Multicolor versus monochrome image (via ``setMono()`` method)
23
24The monochrome version uses a single color and variates the alpha transparency of the rings.
25