wpbones / WPBones by gfazioli

WordPress framework for Laravel developers
1,759
104
11
Package Data
Maintainer Username: gfazioli
Maintainer Contact: giovambattista.fazioli@gmail.com (Giovambattista Fazioli)
Package Create Date: 2015-11-27
Package Last Update: 2024-03-22
Home Page: https://wpbones.vercel.app/
Language: PHP
License: GPL-3.0
Last Refreshed: 2024-03-24 03:10:32
Package Statistics
Total Downloads: 1,759
Monthly Downloads: 85
Daily Downloads: 12
Total Stars: 104
Total Watchers: 11
Total Forks: 24
Total Open Issues: 9

WP Bones is a framework for WordPress written with composer. You can use WP Kirk repo as a boilerplate to create a plugin.

As you know, WordPress doesn't support composer. So, I have used a little trick to fix this issue.

Documentation

You'll find the complete docs here.

Requirement

  • We recommend servers running version 7.2 or greater of PHP

Composer

$ curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer

Nodes

$ sudo apt-get update && sudo apt-get install nodejs && sudo apt-get install npm
$ sudo apt-get install nodejs-legacy

Gulp

$ sudo npm install --global gulp

Boilerplate

You may start from WP Kirk repo as a boilerplate to create a WP Bones WordPress plugin.

I love Laravel

First to all, this framework and the boilerplate plugin are inspired to Laravel framework. Also, you will find a bones php shell executable like Laravel artisan. After cloning the repo, you can:

Display help

$ php bones

Change namespace

$ php bones namespace MyPluginName

The last command is very important. You can change the namespace in anytime. However, I suggest you to make this only the first time, when the plugin is inactive. After changing of the namespace, you can start to develop you plugin. Your namespace will be MyPluginName.