{
"name": "bitshost/quickwp",
"description": "QuickWP ? A modern PHP toolkit for managing WordPress sites via the REST API. Provides clean OOP architecture, multi-site support, and ready-to-use web tools for posts, pages, media, taxonomies, and custom post types.",
"type": "project",
"keywords": ["wordpress", "rest-api", "wp-api", "cms", "content-management", "posts", "pages", "media"],
"homepage": "https://github.com/bitshost/quickwp",
"minimum-stability": "stable",
"prefer-stable": true,
"license": "MIT",
"authors": [
{
"name": "Adrian D",
"email": "contact@delvirai.net",
"homepage": "https://bitshost.net",
"role": "Developer"
}
],
"require": {
"php": ">=7.4"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.6"
},
"autoload": {
"psr-4": {
"QuickWP\\": "src/"
}
},
"scripts": {
"analyse": "phpstan analyse src --level=5",
"test": "phpunit"
}
}
|