PHPackages                             ba/php-ticons - 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. ba/php-ticons

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

ba/php-ticons
=============

Generate Titanium icons and splash screens - Based on Fokke Zandbergen TiCons project, see https://github.com/FokkeZB/TiCons

0.1(11y ago)021Apache Version 2.0PHP

Since Jan 19Pushed 11y ago1 watchersCompare

[ Source](https://github.com/b-alidra/php-ticons)[ Packagist](https://packagist.org/packages/ba/php-ticons)[ RSS](/packages/ba-php-ticons/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

PhpTiCons
=========

[](#phpticons)

Generate Titanium icons and splash screens
Based on [Fokke Zandbergen TiCons project](https://github.com/FokkeZB/TiCons)

Installation:
-------------

[](#installation)

The library is PSR-0 compliant and the simplest way to install it is via composer, simply add:

```
{
    "require": {
        "ba/php-ticons": "dev-master"
    }
}

```

into your composer.json, then run 'composer install' or 'composer update' as required.

Example:
--------

[](#example)

This example demonstrates the generation of IOS and Android icons and splash screens based on a
1024x1024 png icon file and a 2208x2208 png splash screen.

```
