PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Luca Liscio   eXperience GuestBook   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: eXperience GuestBook
Application for users to send guestbook messages
Author: By
Last change:
Date: 1 year ago
Size: 886 bytes
 

Contents

Class file image Download
{ "name" : "hzknight/experience-guestbook", "type" : "application", "description" : "Simple PHP GuestBook", "version" : "1.0.0", "keywords" : [ "hit counter", "php", "statistic", "counter", "visitors counter", "cross plattafor" ], "homepage" : "https://www.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" : ">=7.1.0" }, "autoload" : { "psr-0" : { "eXperience-guesbook" : "/" } }, "minimum-stability" : "alpha", "support" : { "email" : "lucliscio@h0model.org", "issues" : "https://github.com/HZKnight/eXperience-GuestBook/issues", "wiki" : "https://github.com/HZKnight/eXperience-GuestBook/wiki", "source" : "https://github.com/HZKnight/eXperience-GuestBook" } }