PHPackages                             chameleon2die4/wpbones-extend - 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. [Framework](/categories/framework)
4. /
5. chameleon2die4/wpbones-extend

ActiveLibrary[Framework](/categories/framework)

chameleon2die4/wpbones-extend
=============================

This library add additional functionality for WP Bones framework.

1.0.8(2y ago)133[1 issues](https://github.com/Chameleon2die4/WPBonesExtend/issues)GPL-3.0-onlyPHPPHP &gt;=7.4.0

Since Sep 20Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Chameleon2die4/WPBonesExtend)[ Packagist](https://packagist.org/packages/chameleon2die4/wpbones-extend)[ Docs](https://github.com/Chameleon2die4/WPBonesExtend)[ RSS](/packages/chameleon2die4-wpbones-extend/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (1)Versions (10)Used By (0)

WPBonesExtend
=============

[](#wpbonesextend)

[![PHP Composer](https://github.com/Chameleon2die4/WPBonesExtend/actions/workflows/php.yml/badge.svg)](https://github.com/Chameleon2die4/WPBonesExtend/actions/workflows/php.yml)[![Latest Version](https://camo.githubusercontent.com/c2fbac1bd06be77b9af76c43ad70270fd9d855f3b2fc3fcfa622455febd6f90d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f7461672f4368616d656c656f6e32646965342f5750426f6e6573457874656e643f736f72743d73656d766572266c6162656c3d76657273696f6e)](https://github.com/Chameleon2die4/WPBonesExtend/)[![Packagist](https://camo.githubusercontent.com/a690f015cc42481be3bae9e4280bb2818a0a67b22676270608c32206ffafb7e0/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f6368616d656c656f6e32646965342f7770626f6e65732d657874656e642f6c6174657374)](https://packagist.org/packages/chameleon2die4/WPBonesExtend/)[![PHP Version Require](https://camo.githubusercontent.com/a6651273b881e4b1784de36f6bb0fa535e74749ae96c63fb5da4c56b19351ef6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d2533453d372e342d677265656e2e737667)](https://www.php.net/docs.php)[![License](https://camo.githubusercontent.com/060626b95610fd44c7bc91d378bea766151fa6dee2754d51aac3797a8ca01ea1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d47504c332d626c75652e737667)](https://github.com/Chameleon2die4/WPBonesExtend/blob/master/LICENSE.md)

This library add additional functionality for WP Bones framework.

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

[](#installation)

### Composer:

[](#composer)

Browse into directory and run;

```
$ composer require chameleon2die4/wpbones-extend
```

You can configure your `composer.json` to copy files when you update your dependencies:

```
...
"scripts": {
    "post-update-cmd": [
        "Chameleon2die4\\WPBonesExtend\\WPBonesExtend::copyInitFiles"
    ]
},

```

If you rename plugin - change Chameleon2die4 to your namespace.

It's copy new bones files, with new commands. Additional copy stubs templates for commands. After files will be copied, you can remove this part from `composer.json`.

WP Bones features
-----------------

[](#wp-bones-features)

### New bones commands:

[](#new-bones-commands)

```
make:service            Create a new Service
make:resource           Create a new Resource
make:meta               Create a new MetaBox

migrate:up              Run your migrations
migrate:rollback        Run rollback for your migrations

```

### New migrations

[](#new-migrations)

```
    $this->create("your_table", function (Blueprint $table){
        $table->id();
        $table->integer('user_id')->nullable();
        $table->string('name');
        $table->string('link')->nullable();
    });

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~5 days

Recently: every ~10 days

Total

9

Last Release

919d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1823d22814fc8bbce2e19dcc645c706f69be36435fc5105ba74492d0d064b943?d=identicon)[Chameleon2die4](/maintainers/Chameleon2die4)

---

Top Contributors

[![Chameleon2die4](https://avatars.githubusercontent.com/u/3635535?v=4)](https://github.com/Chameleon2die4 "Chameleon2die4 (32 commits)")

---

Tags

wordpresspluginswpbones

### Embed Badge

![Health badge](/badges/chameleon2die4-wpbones-extend/health.svg)

```
[![Health](https://phpackages.com/badges/chameleon2die4-wpbones-extend/health.svg)](https://phpackages.com/packages/chameleon2die4-wpbones-extend)
```

###  Alternatives

[wpbones/wpbones

WordPress framework for Laravel developers

1714.8k1](/packages/wpbones-wpbones)[themosis/theme

The Themosis framework boilerplate theme.

10449.0k3](/packages/themosis-theme)[wpstarter/framework

The WpStarter Framework - Laravel Framework for WordPress

1810.1k4](/packages/wpstarter-framework)[alleyinteractive/pest-plugin-wordpress

WordPress Pest Integration

263.7k1](/packages/alleyinteractive-pest-plugin-wordpress)

PHPackages © 2026

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