Skip to content
XVIID edited this page Nov 29, 2022 · 15 revisions

๐Ÿ‘๏ธ Overviews

It supports:

  • Create one ICO file and many PNG files with many favicon sizes from just one original PNG image as well as a manifest.json file for Android devices. Both input file path and output folder (which contains images and json files) are configurable via a command line interface.
  • Generate suitable meta and link tags for desktop web browsers as well as mobile touch devices to properly display favicon.

๐Ÿงฐ Requirements

CI4Favicons has the following requirements:

  • PHP 7.4+
  • PHP GD
  • CodeIgniter Framework

๐Ÿ“ Sizes

CI4Favicons generates the following sizes:

  • favicon: 16x16, 32x32 and 96x96.
  • android-chrome: 36x36, 48x48, 72x72, 96x96, 144x144 and 192x192.
  • mstile: 70x70, 144x144, 150x150, 310x310 and 310x150.
  • apple-touch-icon: 57x57, 60x60, 72x72, 76x76, 114x114, 120x120, 152x152 and 180x180.

Can I custom my size? No, you can request it on the ISSUES page

๐Ÿ’ป Basic Commands

  • ci4favicons:publish to start and copy the CI4Favicons Config file to your application.
  • ci4favicons:generate to generate favicon.
  • ci4favicons:help to show help.

๐Ÿ‘“ Contents

Once downloaded, unzip the compressed folder and youโ€™ll see something like this:

ci4favicons/
โ”œโ”€โ”€ src/
โ”‚   โ”œโ”€โ”€ CI4Favicons.php
โ”‚   โ”œโ”€โ”€ AbstractCI4Favicons.php
โ”‚   โ”œโ”€โ”€ CI4FaviconsInterface.php
โ”œโ”€โ”€โ”€โ”€โ”€โ”€ Config
โ”‚       โ”œโ”€โ”€ CI4Favicons.php
โ”‚       โ”œโ”€โ”€ Services.php
โ”œโ”€โ”€โ”€โ”€โ”€โ”€ Commands
โ”‚       โ”œโ”€โ”€ CI4FaviconsPublish.php
โ”‚       โ”œโ”€โ”€ CI4FaviconsGenerate.php
โ”‚       โ”œโ”€โ”€ CI4FaviconsHelp.php
โ”œโ”€โ”€โ”€โ”€โ”€โ”€ Generates
โ”‚       โ”œโ”€โ”€ HTMLGenerate.php
โ”‚       โ”œโ”€โ”€ ImageGenerate.php
โ”œโ”€โ”€โ”€โ”€โ”€โ”€ Language
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ en
โ”‚           โ”œโ”€โ”€ CI4Favicons.php
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ id
โ”‚           โ”œโ”€โ”€ CI4Favicons.php
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ ja
โ”‚           โ”œโ”€โ”€ CI4Favicons.php
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ ru
โ”‚           โ”œโ”€โ”€ CI4Favicons.php
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ es
โ”‚           โ”œโ”€โ”€ CI4Favicons.php
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ de
โ”‚           โ”œโ”€โ”€ CI4Favicons.php
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ tr
โ”‚           โ”œโ”€โ”€ CI4Favicons.php
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ zh
โ”‚           โ”œโ”€โ”€ CI4Favicons.php
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ fa
โ”‚           โ”œโ”€โ”€ CI4Favicons.php
โ”œโ”€โ”€โ”€โ”€โ”€โ”€ Traits
โ”‚       โ”œโ”€โ”€ SizeTrait.php
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ ColorTrait.php

๐ŸŒ Languages

By default, CI4Favicons Language Supports:

  • ๐Ÿ‡ฌ๐Ÿ‡ง English (en)
  • ๐Ÿ‡ฎ๐Ÿ‡ฉ Indonesian (id)
  • ๐Ÿ‡ฏ๐Ÿ‡ต Japanese (ja)
  • ๐Ÿ‡ท๐Ÿ‡บ Russian (ru)
  • ๐Ÿ‡ฉ๐Ÿ‡ช German (de)
  • ๐Ÿ‡ช๐Ÿ‡ธ Spanish (es)
  • ๐Ÿ‡น๐Ÿ‡ท Turkish (tr)
  • ๐Ÿ‡จ๐Ÿ‡ณ Simplified Chinese (zh)
  • ๐Ÿ‡ฎ๐Ÿ‡ท Persian (fa)

More Packages

Disgester
CI4SEO

Need Help?

Support
Security

Clone this wiki locally