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,611 bytes
 

Contents

Class file image Download
{ "libraries": [ { "name": "Library Name (valid folder name)", "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": "2026-05-02 22:00:00", "last_updated": "2026-05-02 22:30:00", "description": "Example Library", "license":"AGL-F", "homepage": "https://www.example.com", "auto_update_url": "https://downloads.example.com/latest.az", "next_update_time": "2026-05-30", "autoloads": [ {"0":"library/autoload.php"} ], "require": [ { "name": "dependency library", "min_version": 10000 } ], "dependencies": [ { "name":"dependency library", "description":"Library description", "version":10000, "url":"https://github.com/user/repository/releases/download/1.0.0/package-1.0.0.az", "sha256": "abc123...", "crc": "https://github.com/user/repository/check/[library name].txt" } ], "extras": [ { "name": "TPhysicHandler", "min_version": 10000 } ], "versions": { "version": 10000, "human_version": "1.0.0", "MinAscoosVersion": 10000, "MaxAscoosVersion": -1, "MinPHPVersion": 80400, "MaxPHPVersion": -1 }, "sha256": "abc123...", "crc": "https://downloads.example.com/check/[library name].txt", "changelog": "changelog.json", "notes": "notes.md", "readme": "readme.md", "manifest": "manifest.json", "releases": "releases.json" } ] }