PHPackages                             moehrenzahn/wp-toolkit - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. moehrenzahn/wp-toolkit

ActiveLibrary

moehrenzahn/wp-toolkit
======================

An object-oriented framework around common WordPress functionality to jumpstart theme and plugin development.

1.1.0(3y ago)678[1 PRs](https://github.com/moehrenzahn/wp-toolkit/pulls)MITPHPPHP &gt;=7.1

Since May 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/moehrenzahn/wp-toolkit)[ Packagist](https://packagist.org/packages/moehrenzahn/wp-toolkit)[ RSS](/packages/moehrenzahn-wp-toolkit/feed)WikiDiscussions develop Synced 2mo ago

READMEChangelog (2)Dependencies (1)Versions (5)Used By (0)

WordPress Toolkit
=================

[](#wordpress-toolkit)

> Work with common WordPress Plugin and Theme APIs in a modern, object-oriented way.

By [Max Melzer](https://www.moehrenzahn.de)

The WordPress Toolkit is a [Composer](https://getcomposer.org)module that offers easy access to common WordPress functionality, inspired by modern PHP frameworks like [Symfony](https://symfony.com).

It's aim is to provide consistent, object-oriented methods for WordPress plugin and theme development.

Installation
------------

[](#installation)

To use the toolkit, add it to your theme or plugin via [Composer](https://getcomposer.org).

```
cd wp-content/themes/your-awesome-theme
composer init
composer require moehrenzahn/wp-toolkit
```

Then, you can initialize the Client class in your PHP script. This is the entry point to all functionality of the toolkit.

```
