PHPackages                             awethemes/wp-object - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. awethemes/wp-object

Abandoned → [wplibs/model](/?search=wplibs%2Fmodel)ArchivedLibrary[Utility &amp; Helpers](/categories/utility)

awethemes/wp-object
===================

Completely OOP for WordPress objects

1.0.3(7y ago)43.5k2MITPHPPHP &gt;=5.4.0

Since Apr 5Pushed 7y ago2 watchersCompare

[ Source](https://github.com/awethemes/wp-object)[ Packagist](https://packagist.org/packages/awethemes/wp-object)[ RSS](/packages/awethemes-wp-object/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (3)DependenciesVersions (5)Used By (0)

WP-Object
=========

[](#wp-object)

Completely OOP for WordPress objects

Features
--------

[](#features)

- Provide an abstract layer for working with WordPress objects (post, CPT, taxonomy, etc...) with fluent API for create, update and delete.
- Support WordPress meta-data with `mappings` for automatic update.
- And more..

Install
-------

[](#install)

Install via composer

```
composer require awethemes/wp-object

```

Examples:
---------

[](#examples)

An simple example:

```
