Skip to content

A basic WordPress/ClassicPress OOP starter plugin for developers.

Notifications You must be signed in to change notification settings

bahiirwa/base-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base Plugin

This is a plugin starter that utilizes OOP (PSR-4) standard using composer.

Credit: This is a starter plugin forked from:

Dependencies.

  1. Git (optional)
  2. Composer

How to use.

  1. Clone Repository if you have using git clone https://github.com/bahiirwa/base-plugin
  2. cd into base-plugin
  3. Make changes to composer.json and php files for names etc.
  4. Type composer install into terminal then enter.

Important Files

  1. inc\Init.php - Add new files in get_services() to initialize them.

Remember

  1. Name your classes with CamelCase

About

A basic WordPress/ClassicPress OOP starter plugin for developers.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published