WP Manifestindependent plugin directory
manifest / developer / wp-helpers

Stackonet WP Helper

A WordPress framework for easy development.

by Stackonet Services (Pvt.) Ltd. · github.com/sayful1/wp-helpers · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/sayful1/wp-helpers/archive/refs/heads/main.zip

Stackonet WordPress Helpers

A WordPress utility framework for easy development.

Table of contents

Installation

You can install the utility framework as a composer dependency package, or you can directly include in you project.

Manual Installation

Download the package from GitHub and include inside your project. Now load the autoloader file.

include '{{PATH_TO_FOLDER}}/wp-helpers/src/autoload.php';

Installation using composer

To install as a composer package, run the following command in terminal.

composer require stackonet/wp-helpers

Include vendor autoload file and change {{PATH_TO_VENDOR}} with you actual path to vendor directory.

include '{{PATH_TO_VENDOR}}/autoload.php';