Plugin info

Total downloads: 821
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 4
Last updated: 5/22/2018 (2781 days ago)
Added to WordPress: 5/16/2018 (7 years old)
Minimum WordPress version: f
Tested up to WordPress version: 4.9.28
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2781 days ago

20/100

Is WPLib abandoned?

Possibly abandoned (last update 2781 days ago).

Compatibility

Requires WordPress: f
Tested up to: 4.9.28
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

WordPressIgniter
Rating 4.2/5 (5 reviews)Active installs 10
Multi Vendor Campaign
Rating 5.0/5 (1 reviews)Active installs 10
Author: Francis Crossen (fcrossen)
Rating 0.0/5 (0 reviews)Active installs 10
Extensible Widgets
Rating 0.0/5 (0 reviews)Active installs 10
Churro
Rating 0.0/5 (0 reviews)Active installs 10

Description

WPLib is a plugin designed to be used as a Must-Use plugin or to be embedded in a theme to enable the development of complex yet robust and performant WordPress applications and websites.

WPLib is a foundation library upon which robust applications can be developed. WPLib is not intended for use by end-users but instead by professional PHP developers who are tasked with building specific applications or sites on the WordPress platform by their company or their clients.

Think of developing with WPLib to be somewhat like:

“The joy of programming in Lavarel while respecting everything about WordPress that makes it an ideal platform for developing content management solutions.”

The WPLib source code is hosted and development occurs on GitHub and the documentation site will soon be located at wplib.org.

Documentation

You will find documentation in its current state on the wiki.

Installation

See the [docs to come soon].

Frequently Asked Questions

Installation Instructions

See the [docs to come soon].

I have installed it and it does not do anything

That is because it is for PHP developers, not end-users. If you are a PHP developer see the [docs to come soon] to learn more.

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

0.14.5

  • Allowed add_class_action() and add_class_filter() to transform periods in hook names to underscores in hook methods.
  • Changed from esc_attr() to sanitize_html_class() for class sanitization in _WPLib_Html_Helpers::get_link().
  • Wrapped numerous reflection calls with try {} catch {}.

0.14.4

  • Unmasked extract() that were previously hidden from code reviewers. See https://github.com/wplib/wplib/issues/72

0.14.3

  • Fixed wplib_define() to correctly set a non-default value

0.14.2

  • Adding 2nd parameter (the $post object) to ‘get_the_excerpt’ hook inside Post_Model_Base->excerpt()

0.14.1

  • Changed WPLib_Post_List_Base constructor to support items of disparate post types
  • Moved docs to a wiki repository
  • Added a screenshot

0.14.0

  • Fixed lots of edge case bugs related to posts, terms and lists.

0.13.4

  • Fixed bugs related to auto-adding user roles; a regression bug from several revisions back.

0.13.3

  • Fixed bugs in WPLib::get_html_attributes_html(), WPLib::get_contents() and WPLib::put_contents().
  • Fixed bugs in $post_model->excerpt(), $post_model->content().
  • Slightly improve TEMPLATE comments that are emitted to theme files in WPLIB_DEVELOPMENT mode.

0.13.2

  • A series of bug fixes and error message improvements.
  • Fixed nasty bug in WPLib Commit Reviser.

0.13.1

  • Had to disable object caching in WPLib::_find_autoload_files() because of difficult to track down bugs. The next major release (probably 0.14.0) will correct this.