PHPackages                             daidais/morepress - 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. daidais/morepress

AbandonedArchivedWordpress-plugin[Utility &amp; Helpers](/categories/utility)

daidais/morepress
=================

Stuff made easily on Wordpress

0.9.8(9y ago)21541MITPHPPHP &gt;=5.4

Since Aug 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/daidais/morepress)[ Packagist](https://packagist.org/packages/daidais/morepress)[ Docs](http://daidais.github.io/morepress)[ RSS](/packages/daidais-morepress/feed)WikiDiscussions develop Synced 1w ago

READMEChangelogDependencies (1)Versions (23)Used By (0)

Morepress
=========

[](#morepress)

Stuff made easily on Wordpress.

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

[](#installation)

```
composer require daidais/morepress
```

Features
--------

[](#features)

### Post

[](#post)

Create from id:

```
$mp_post = new \Morepress\Post(23);
```

Create from \\WP\_Post:

```
global $post;
$mp_post = new \Morepress\Post($post);
```

Check if exists:

```
if($mp_post->exists())
{
    // Do stuff
}
```

Get attribute:

```
$mp_post->ID;
$mp_post->post_name;
// etc.
```

Update post:

```
$mp_post->update(array(
    'post_status' => 'publish',
));
```

Add meta:

```
$mp_post->addMeta('meta_key', 'meta_value', true);
```

Update meta:

```
$mp_post->updateMeta('meta_key', 'meta_value', 'prev_meta_value')
```

Get meta:

```
$mp_post->getMeta('meta_key', true);
```

Delete meta:

```
$mp_post->deleteMeta('meta_key', 'meta_value');
```

Get time:

```
$mp_post->getTime();
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~21 days

Recently: every ~26 days

Total

21

Last Release

3534d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ad838f284a1beb70dab5400b476d1464a8aa2e734f8c884493e25ca0ab107c3e?d=identicon)[daidais](/maintainers/daidais)

---

Top Contributors

[![mrDlef](https://avatars.githubusercontent.com/u/1705964?v=4)](https://github.com/mrDlef "mrDlef (16 commits)")[![adriend](https://avatars.githubusercontent.com/u/580708?v=4)](https://github.com/adriend "adriend (2 commits)")

---

Tags

phpwordpress

### Embed Badge

![Health badge](/badges/daidais-morepress/health.svg)

```
[![Health](https://phpackages.com/badges/daidais-morepress/health.svg)](https://phpackages.com/packages/daidais-morepress)
```

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.3k10](/packages/helsingborg-stad-municipio)[mautic/core

Mautic Open Source Distribution

9.8k2.6k9](/packages/mautic-core)[roots/wp-stage-switcher

WordPress plugin that allows you to switch between different environments from the admin bar

382458.3k3](/packages/roots-wp-stage-switcher)[vinkla/wordplate

The WordPlate boilerplate

2.2k5.3k](/packages/vinkla-wordplate)[mediawiki/maps

Adds various mapping features to MediaWiki

79149.7k3](/packages/mediawiki-maps)[rainlab/blog-plugin

Blog plugin for October CMS

17158.6k](/packages/rainlab-blog-plugin)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
