{
"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"
}
]
}
|