Skip to content

reswordpress/wordpress-libs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

147 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordPress Libs

WordPress library which supports a core plugin and theme.

Version 1.8.0

Requirements

  1. PHP Version 7.1+ (Recommended 7.2+)
  2. WordPress Version 4.8=<5.0 (Recommended 4.9=<5.0)

Installation

composer require lipemat/wordpress-libs

Usage

require __DIR__ . '/vendor/autoload.php'

Current Features (non exhaustive)

  • YouTube Api integration
  • CMB2 mapping
  • Meta Data repository
  • Custom Post Type registration object
  • Extended CPTS mapping
  • Rest Api endpoint registration mapping
  • Rest Api authentication
  • Database interaction object
  • Meta Box registration object
  • Post List Column registration object
  • Settings Page registration object
  • Taxonomy registration object
  • Extended TAXOS mapping
  • Pagination generation object
  • Script and Styles helpers
  • Singleton Trait
  • Api endpoint
  • Autoloader helper
  • Object Cache helper
  • PostCSS Modules helper
  • On Demand Image Resizing
  • Url Route registration object
  • Url helper
  • Version management helper
  • Comment Object Trait

About

WordPress library which supports a core plugin and theme

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.4%
  • Shell 0.6%