PHPackages                             jarednova/mesh - 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. jarednova/mesh

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jarednova/mesh
==============

package to programitcaily create content for WordPress

0.4(10y ago)186.5k5[2 issues](https://github.com/Upstatement/mesh/issues)5MITPHPPHP &gt;=5.3.0

Since Dec 18Pushed 10y ago21 watchersCompare

[ Source](https://github.com/Upstatement/mesh)[ Packagist](https://packagist.org/packages/jarednova/mesh)[ Docs](http://upstatement.com)[ RSS](/packages/jarednova-mesh/feed)WikiDiscussions master Synced 1mo ago

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

Mesh
====

[](#mesh)

Bootstrap content into a WordPress site

### Add a Post

[](#add-a-post)

```
/* functions.php */
$post = new Mesh\Post('Hello World', 'post');
// add content...
$post->set('post_content', 'This is your first WordPress post');
// add custom fields...
$post->set('my_foo', 'bar');
// "thumbnail" is a reserved key to add post thumbnails
$post->set_image('thumbnail', 'http://upload.wikimedia.org/wikipedia/commons/thumb/d/d6/STS120LaunchHiRes-edit1.jpg/490px-STS120LaunchHiRes-edit1.jpg');
```

### Add a User

[](#add-a-user)

```
/* functions.php */
$user = new Mesh\User('Jared Novack', 'subscriber');
// add content...
$user->set('description', 'Jared is cool');
// add custom fields...
$user->set('my_foo', 'bar');
// add images
$user->set_image('headshot', 'http://upload.wikimedia.org/wikipedia/commons/thumb/d/d6/STS120LaunchHiRes-edit1.jpg/490px-STS120LaunchHiRes-edit1.jpg');
```

### Import JSON

[](#import-json)

See the [sample data](https://github.com/jarednova/mesh/blob/master/sample-data.json) for an example of what this should look like.

```
$loader = new Mesh\JSON_Loader(__DIR__.'/../static/data/mesh-data.json');
```

### WP-CLI

[](#wp-cli)

Load your JSON file:

```
wp mesh load_json mesh.json
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.4% 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 ~15 days

Total

4

Last Release

3758d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/692aa0b61ab3442df442597fb9526c13d82252ec3836c574edab4a0b9b38dc38?d=identicon)[jarednova](/maintainers/jarednova)

---

Top Contributors

[![jarednova](https://avatars.githubusercontent.com/u/1298086?v=4)](https://github.com/jarednova "jarednova (30 commits)")[![mgburns](https://avatars.githubusercontent.com/u/1508604?v=4)](https://github.com/mgburns "mgburns (6 commits)")[![rkrishnan8594](https://avatars.githubusercontent.com/u/5016823?v=4)](https://github.com/rkrishnan8594 "rkrishnan8594 (6 commits)")

---

Tags

bootstrappingcontentmesh

### Embed Badge

![Health badge](/badges/jarednova-mesh/health.svg)

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

###  Alternatives

[willdurand/negotiation

Content Negotiation tools for PHP provided as a standalone library.

1.4k122.0M157](/packages/willdurand-negotiation)[mtownsend/read-time

A PHP package to show users how long it takes to read content.

283571.1k2](/packages/mtownsend-read-time)[h5p/h5p-core

H5P Core functionality in PHP

1401.5M32](/packages/h5p-h5p-core)[j0k3r/php-readability

Automatic article extraction from HTML

186808.8k6](/packages/j0k3r-php-readability)[ichhabrecht/content-defender

Define allowed or denied content element types in your backend layouts

892.9M22](/packages/ichhabrecht-content-defender)[h5p/h5p-editor

H5P Editor functionality in PHP

761.5M29](/packages/h5p-h5p-editor)

PHPackages © 2026

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