PHPackages                             o6web/favicon-collection - 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. o6web/favicon-collection

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

o6web/favicon-collection
========================

Package for building a collection of favicons from a base image

1.0.0(4mo ago)010PHPPHP &gt;=7.4.0

Since Dec 30Pushed 4mo agoCompare

[ Source](https://github.com/o6web/FaviconCollection)[ Packagist](https://packagist.org/packages/o6web/favicon-collection)[ Docs](https://www.o6web.net)[ RSS](/packages/o6web-favicon-collection/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

FaviconCollection
=================

[](#faviconcollection)

Usage
-----

[](#usage)

```
use o6web\FaviconCollection\Builder;

$builder = new Builder(new IcoConverter());

$builder->build($sourceFilePath, $backgroundColorHex, $gutterSpace, $arrayOfValidSizes, $shouldGenerateFaviconIco);
if ($builder->hasOutputFiles()) {
	$builder->zipOutputFiles($outputFilePath); // archive the output files to the specified zip
}
```

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

[](#installation)

Simply add a dependency on o6web/favicon-collection to your composer.json file if you use [Composer](https://getcomposer.org/) to manage the dependencies of your project:

```
composer require o6web/favicon-collection
```

Although it's recommended to use Composer, you can actually include the file(s) any way you want.

License
-------

[](#license)

FaviconCollection is [MIT](http://opensource.org/licenses/MIT) licensed.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance76

Regular maintenance activity

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

132d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0225f44837a665c8a143afa50a34a406a769c523dba31e4cdf73fd0530dede45?d=identicon)[cjrasmussen](/maintainers/cjrasmussen)

---

Top Contributors

[![cjrasmussen](https://avatars.githubusercontent.com/u/15007730?v=4)](https://github.com/cjrasmussen "cjrasmussen (6 commits)")

### Embed Badge

![Health badge](/badges/o6web-favicon-collection/health.svg)

```
[![Health](https://phpackages.com/badges/o6web-favicon-collection/health.svg)](https://phpackages.com/packages/o6web-favicon-collection)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
