2017 © Pedro Peláez
 

library wp-tabbed-admin-pages

Create WordPress admin pages with tabbed navigations, the OOP way

image

typisttech/wp-tabbed-admin-pages

Create WordPress admin pages with tabbed navigations, the OOP way

  • Sunday, April 8, 2018
  • by TangRufus
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 3 Suggesters
  • 0 Forks
  • 1 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

WP Tabbed Admin Pages

Latest Stable Version Total Downloads Build Status codecov Scrutinizer Code Quality PHP Versions Tested StyleCI License Donate via PayPal Hire Typist Tech, (*1)

Create WordPress admin pages with tabbed navigations, the OOP way., (*2)

, (*3)

Install

Installation should be done via composer, details of how to install composer can be found at https://getcomposer.org/., (*4)

``` bash $ composer require typisttech/wp-tabbed-admin-pages, (*5)


You should put all `WP Tabbed Admin Pages` classes under your own namespace to avoid class name conflicts. - [imposter-plugin](https://github.com/Typisttech/imposter-plugin) - [mozart](https://github.com/coenjacobs/mozart) ## Usage ### Example ![Screenshot example](./assets/screenshot-example.png) ```php // TODO

Frequently Asked Questions

Can two different plugins use this package at the same time?

Yes, if put all WP Tabbed Admin Pages classes under your own namespace to avoid class name conflicts., (*6)

Do you have real life examples that use this package?

Here you go:, (*7)

Add your own plugin here, (*8)

It looks awesome. Where can I find some more goodies like this?

Support

Love wp-tabbed-admin-pages? Help me maintain it, a donation here can help with it., (*9)

Why don't you hire me?

Ready to take freelance WordPress jobs. Contact me via the contact form here or, via email info@typist.tech, (*10)

Developing

To setup a developer workable version you should run these commands:, (*11)

$ composer create-project --keep-vcs --no-install typisttech/wp-tabbed-admin-pages:dev-master
$ cd wp-tabbed-admin-pages
$ composer install

Running the Tests

WP Tabbed Admin Pages run tests on Codeception and relies wp-browser to provide WordPress integration. Before testing, you have to install WordPress locally and add a codeception.yml file. See *.suite.example.yml for Local by Flywheel configuration examples., (*12)

Actually run the tests:, (*13)

bash $ composer test, (*14)

We also test all PHP files against PSR-2: Coding Style Guide and part of the WordPress coding standard., (*15)

Check the code style with $ composer check-style., (*16)

Feedback

Please provide feedback! We want to make this package useful in as many projects as possible. Please submit an issue and point out what you do and don't like, or fork the project and make suggestions. No issue is too small., (*17)

Change log

Please see CHANGELOG for more information on what has changed recently., (*18)

Security

If you discover any security related issues, please email wp-tabbed-admin-pages@typist.tech instead of using the issue tracker., (*19)

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*20)

Credits

WP Tabbed Admin Pages is a Typist Tech project and maintained by Tang Rufus, freelance developer for hire., (*21)

Full list of contributors can be found here., (*22)

License

WP Tabbed Admin Pages is licensed under the GPLv2 (or later) from the Free Software Foundation. Please see License File for more information., (*23)

The Versions

08/04 2018

dev-master

9999999-dev https://typist.tech/projects/wp-tabbed-admin-pages

Create WordPress admin pages with tabbed navigations, the OOP way

  Sources   Download

GPL-2.0+ GPL-2.0-or-later

The Requires

 

The Development Requires

wordpress wp

12/02 2018

dev-version-bump

dev-version-bump https://typist.tech/projects/wp-tabbed-admin-pages

Create WordPress admin pages with tabbed navigations, the OOP way

  Sources   Download

GPL-2.0-or-later

The Requires

 

The Development Requires

wordpress wp