Skip to content

sayful1/wp-helpers

Repository files navigation

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';

About

A WordPress framework for easy development.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages