PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Dmitry Mamontov   PHP Favicon Generator   composer.json   Download  
File: composer.json
Role: Sample output
Content type: text/plain
Description: Sample output
Class: PHP Favicon Generator
Create Favicon images for sites and mobile devices
Author: By
Last change:
Date: 8 years ago
Size: 1,024 bytes
 

Contents

Class file image Download
{ "name": "dmamontov/favicon", "description": "Class generation favicon for browsers and devices Android, Apple, Windows and display of html code. It supports a large number of settings such as margins, color, compression, three different methods of crop and screen orientation.", "type": "library", "keywords": ["generation", "favicon", "browsers", "android", "apple", "windows"], "version": "1.0.0", "license": "BSD-3-Clause", "homepage": "http://www.slobel.ru/", "authors": [ { "name": "Dmitry Mamontov", "email": "hello@slobel.ru", "role": "lead" } ], "require": { "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "4.6.*", "apigen/apigen": "~4.1@dev" }, "support": { "email": "support@slobel.ru" }, "autoload": { "files": ["src/FaviconGenerator.php"] }, "extra": { "branch-alias": { "dev-master": "1.0.0.x-dev" } } }