darkgoldblade01 / wordpress-api-php
A Wordpress.org API wrapper written in PHP
                                    Fund package maintenance!
                                                                            
                                                                                                                                        darkgoldblade01
                                                                                    
                                                                            
                                                                                                                                        Patreon
                                                                                    
                                                                
Installs: 66
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/darkgoldblade01/wordpress-api-php
Requires
- php: ^7.3|^8.0
- ext-json: *
- guzzlehttp/guzzle: ^7.0.1
Requires (Dev)
- phpunit/phpunit: ^9.0
- scrutinizer/ocular: ^1.8
This package is auto-updated.
Last update: 2025-10-04 18:42:15 UTC
README
This package is a PHP wrapper for the Wordpress.org API.
Installation
You can install the package via composer:
composer require darkgoldblade01/wordpress-api-php
Usage
$wordpressApi = new WordpressApi(); // Core Information $wordpressApi->core(); // Plugin Information $wordpressApi->plugin(); // Theme Information $wordpressApi->theme();
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please use the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.