This is a fork of WeDevs Settings API Class that utilizes PHP 5.3 features and makes a couple of other small adjustments.
It's a PHP class wrapper for handling WordPress Settings API. Gives a very handy way to build theme or plugins option panel.
A nice tutorial is presented can be found here about how to use this PHP class
To install this package, edit your composer.json
file:
{
"require": {
"ironbound/wp-settings-api": "^1.0"
}
}
Now run:
$ composer install