PHP Classes

File: libs/libin.json

Recommend this page to a friend!
  Packages of Christos Drogidis   Ascoos OS   libs/libin.json   Download  
File: libs/libin.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Ascoos OS
A PHP Web 5.0 Kernel for decentralized web and IoT
Author: By
Last change: Update libin.json
Date: 1 month ago
Size: 2,074 bytes
 

Contents

Class file image Download
{ "libraries": [ { "name": "example", "copyright": [ { "company": "Company", "homepage": "http://www.example.com" } ], "authors": [ { "name": "Author Name", "homepage": "https://www.example.com", "role": "Developer" } ], "support": { "issues": "https://issues.example.com", "source": "https://sources.example.com" }, "auto": false, "category": "Library Cat?gory", "created": "2025-11-02 22:00:00", "last_updated": "2025-11-02 22:30:00", "description": "Example Library", "license":"MIT", "homepage": "https://www.example.com", "auto_update_url": "https://downloads.example.com/latest.az", "autoloads": [ {"0":"library/autoload.php"} ], "require": [ { "name": "dependency library", "min_version": "1.0.0" } ], "dependencies": [ { "name":"dependency library", "description":"Library description", "version":"1.0.0", "url":"https://github.com/user/repository/releases/download/1.0.0/package-1.0.0.az", "sha256": "abc123..." } ], "extras": [], "versions": { "version": 100000, "human_version": "10.0.0", "MinAscoosVersion": 260000, "MaxAscoosVersion": -1, "MinPHPVersion": 80200, "MaxPHPVersion": -1 }, "changelog": "", "notes": "" } ] }