# ALTO Favicon > Generate a modern favicon set from a single SVG or PNG file. Explore [ALTO Favicon](https://altophp.com/favicon/) on the ALTO PHP website for guides and examples. Generate a modern favicon set from one SVG or PNG: browser icons, apple-touch-icon, ICO, and Web Manifest. A PHP library and CLI keep the related files consistent without manually exporting each target. Install with `composer require alto/favicon`. [Packagist package](https://packagist.org/packages/alto/favicon) and [source repository](https://github.com/altophp/favicon). License: MIT. Composer runtime requirements: `php >=8.3`, `psr/log ^3.0`, `symfony/console ^7.3 || ^8.0`, `symfony/filesystem ^7.3 || ^8.0`, `symfony/process ^7.3 || ^8.0`. PSR-4 autoloading: `Alto\Favicon\` maps to `src/`. ALTO PHP is a family of open-source PHP libraries for building content tools, documentation systems, developer interfaces, and asset pipelines. Its packages cover document processing, source code, images, fonts, and web standards. Install the components your application needs; each has its own Composer package and repository, and complementary packages can be composed into a larger workflow. The family is created and maintained by [Simon André](https://smnandre.dev/) ([smnandre on GitHub](https://github.com/smnandre)), a PHP and Symfony developer, Symfony UX core team member, and creator of ALTO, Atelier SVG, PHPColor, and Playwright PHP. The [ALTO PHP GitHub organization](https://github.com/altophp) hosts the source repositories, issue trackers, and contributions. Development can be supported through [GitHub Sponsors](https://github.com/sponsors/smnandre). The shared foundation is MIT licensing, Composer installation, PSR-4 autoloading under `Alto\`, typed PHP APIs, and repository checks using PHPUnit, PHPStan, and PHP CS Fixer. The focus is on explicit behavior, standards-based formats, and small components with documented contracts. Core libraries work independently of a web framework; integration packages connect them to tools such as Twig. Runtime dependencies and PHP extensions vary by package. Markdown, RST, Image, and Code Highlight have no third-party Composer runtime dependencies; Image rendering still requires GD or Imagick. Names follow three related conventions: `alto/` on [Packagist](https://packagist.org/packages/alto/), `altophp/` on GitHub, and a package-specific PSR-4 prefix in PHP. For example, `alto/markdown` maps to `altophp/markdown` and `Alto\Markdown\`; `alto/code-highlight` maps to `altophp/code-highlight` and `Alto\Code\Highlight\`. Use each package's published Composer metadata for its exact requirements and available releases. Documentation describes the source used to build this site; check the installed version when adopting an API. ## Documentation - [Overview](https://altophp.com/favicon/): [Markdown](https://altophp.com/favicon/index.md). - [Installation](https://altophp.com/favicon/installation/): [Markdown](https://altophp.com/favicon/installation.md). - [Getting started](https://altophp.com/favicon/getting-started/): [Markdown](https://altophp.com/favicon/getting-started.md). - [CLI](https://altophp.com/favicon/cli/): [Markdown](https://altophp.com/favicon/cli.md). - [PHP](https://altophp.com/favicon/php/): [Markdown](https://altophp.com/favicon/php.md). - [Configuration](https://altophp.com/favicon/configuration/): [Markdown](https://altophp.com/favicon/configuration.md). - [Rasterizers](https://altophp.com/favicon/rasterizers/): [Markdown](https://altophp.com/favicon/rasterizers.md). - [Files](https://altophp.com/favicon/files/): [Markdown](https://altophp.com/favicon/files.md). - [Errors](https://altophp.com/favicon/errors/): [Markdown](https://altophp.com/favicon/errors.md). ## Optional - [Complete documentation](https://altophp.com/favicon/llms-full.txt): All published documentation pages in one file. - [Source repository](https://github.com/altophp/favicon)