PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Adrian M   QuickWP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: QuickWP
Manage WordPress sites using the REST API
Author: By
Last change:
Date: 3 months ago
Size: 980 bytes
 

Contents

Class file image Download
{ "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" } }