konradmichalik/php-ico-file-loader

Powerful PHP package for reading and converting .ico files, perfect for handling website favicons

Installs: 164

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 10

pkg:composer/konradmichalik/php-ico-file-loader

0.1.0 2025-10-23 16:35 UTC

This package is auto-updated.

Last update: 2025-10-23 16:36:26 UTC


README

Php Ico File Loader

Coverage CGL Tests Supported PHP Versions

This package enables loading and converting .ico files within PHP applications. It requires no dependencies except for gd for image rendering.

🔥 Installation

Packagist Packagist Downloads

composer require konradmichalik/php-ico-file-loader

⚡ Usage

$loader = new KonradMichalik\PhpIcoFileLoeader\Parser\IcoFileService;
$im = $loader->extractIcon('/path/to/icon.ico', 32, 32);

imagepng($im, '/path/to/output.png');

💛 Acknowledgements

This project is a fork and further development of lordelph/icofileloader.

🧑‍💻 Contributing

Please have a look at CONTRIBUTING.md.

⭐ License

This project is licensed under MIT.