@pardnchiu/adminui
Version:
AdminUI is a simple backend management system template with an intuitive interface and a modular architecture, supporting custom extensions, enabling developers to quickly build and customize backend management platforms.
38 lines • 848 B
JSON
{
"name": "pardnchiu/async",
"description": "An asynchronous task library built on ReactPHP, enabling dependency-based sorting with topological ordering for precise and efficient workflow management.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "邱敬幃 Pardn Chiu",
"email": "dev@pardn.io"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=7.4",
"react/promise": "^2.8 || ^3.0",
"react/event-loop": "^1.1 || ^2.0"
},
"require-dev": {
},
"autoload": {
"psr-4": {
"PD\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
}
},
"scripts": {
},
"extra": {
"branch-alias": {
}
},
"config": {
"sort-packages": true
}
}