Skip to content

Development environment for Wordpress developers

Notifications You must be signed in to change notification settings

solidbunch/dev-studio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev Studio

Dev Studio is a development enviroment for Wordpress developers.

It contains a lot of features that help to examine and analyze code.

Dev Studio based on checkpoints. You can add checkpoint to any hook(s) and analyze application condition at any point of the script execution.

It also includes Status Bar that contains any useful information such as: DB queries count, Execution time, Queries execution time, Conditionals etc.

Dev Studio Top


Advantages

  • Fully built on AJAX technology
  • Doesn't add any html code to result page
  • Friendly interface
  • Status Bar
  • Flexible settings

Modules

Now, it contains four modules: PHP, Wordpress, WooCommerce, MySQL.

# PHP

  • Variables
    • SERVER
    • GET
    • POST
    • COOKIE
    • SESSION
    • FILES
    • ENV
    • GLOBAL
  • Constants
  • Files
    • Included Files
    • Components
  • PHPInfo

# Wordpress

  • Overview
    • Conditionals
    • Constants
  • Variables
    • Browser
    • Server
  • Actions
  • Filters
  • Theme
    • Menu Locations
    • Menus
    • Sidebars
    • Widgets
  • Shortcodes
  • Styles
    • Enqueued
    • Registered
    • WP_Styles
  • Scripts
    • Enqueued
    • Registered
    • WP_Scripts
  • Rewrite
    • Rules
    • WP_Rewrite
  • Locale
  • Roles

# WooCommerce

  • Overview
    • Conditionals
    • Constants
    • Options

# MySQL

  • Overview
    • Tables
    • Variables
  • Queries
    • Queries
    • Callers

# Screenshots

Dev Studio - Demo 1

Dev Studio - Demo 2

Dev Studio - Demo 3

Dev Studio - Demo 4

Dev Studio - Demo 5

License: MIT

  • Copyright (c) 2018 Viktor Sedzialo

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Development environment for Wordpress developers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 47.6%
  • PHP 30.5%
  • JavaScript 21.9%