PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Luca Liscio   fanKounter PHP Counter Script   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: fanKounter PHP Counter Script
Manage unlimited Web page access counters
Author: By
Last change:
Date: 3 years ago
Size: 896 bytes
 

Contents

Class file image Download
{ "name" : "lucliscio/fankounter", "type" : "application", "description" : "It's a free PHP counter originally developed by FanatiKo ", "version" : "5.1-unstable.8", "keywords" : [ "hit counter", "php", "statistic", "counter", "visitors counter", "cross plattafor" ], "homepage" : "https://fanKounter.hzknight.org", "license" : "AGPL-3.0-or-later", "authors" : [{ "name" : "Luca Liscio", "email" : "lucliscio@h0model.org", "homepage" : "https://about.me/lucaliscio", "role" : "Developer" } ], "require" : { "php" : ">=5.4.0" }, "autoload" : { "psr-0" : { "fankounter" : "src" } }, "minimum-stability" : "alpha", "support" : { "email" : "lucliscio@h0model.org", "issues" : "https://github.com/lucliscio/fanKounter/issues", "wiki" : "https://github.com/lucliscio/fanKounter/wiki", "source" : "https://github.com/lucliscio/fanKounter" } }