An open API service indexing awesome lists of open source software.

https://github.com/varunsridharan/local-development

Helper Plugins & Classes
https://github.com/varunsridharan/local-development

Last synced: 6 months ago
JSON representation

Helper Plugins & Classes

Awesome Lists containing this project

README

          

# Local Development

This repo is a collection of all class,functions
which are very helpful in my local development.

## WP Plugins
WordPress plugins that are bundled with it.
1. [Theme Inspector / By Melissa Cabral](https://wordpress.org/plugins/theme-inspector/#developers)
2. [Classic Editor / By WP & Team](https://wordpress.org/plugins/classic-editor/)
3. [Inspector / By eLightUp](https://wordpress.org/plugins/inspector/)
### Git Submodules
1. [Performance Improvements for WooCommerce](https://github.com/lukecav/performance-improvements-for-woocommerce)
2. [Query Monitor Extended](https://github.com/crstauf/query-monitor-extend)
3. [Woo Preview Emails](https://github.com/digamber89/woocommerce-preview-emails)
4. [User Switching](https://github.com/johnbillion/user-switching)

## Composer
1. [digitalnature/php-ref](https://github.com/digitalnature/php-ref)
1. [joshtronic/php-loremipsum](https://github.com/joshtronic/php-loremipsum)

## Usage
This repo is download locally and `index.php` file gets included directly into **php.ini**

### Step 1
```text
composer install
```

### Step 2
```ini
; Automatically add files before PHP document.
; http://php.net/auto-prepend-file
auto_prepend_file = your-full-path/local-development/index.php
```

---

## šŸ“ Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

[Checkout CHANGELOG.md](/CHANGELOG.md)

## šŸ¤ Contributing
If you would like to help, please take a look at the list of [issues](issues/).

## šŸ’° Sponsor
[I][twitter] fell in love with open-source in 2013 and there has been no looking back since! You can read more about me [here][website].
If you, or your company, use any of my projects or like what I’m doing, kindly consider backing me. I'm in this for the long run.

- ā˜• How about we get to know each other over coffee? Buy me a cup for just [**$9.99**][buymeacoffee]
- ā˜•ļøā˜•ļø How about buying me just 2 cups of coffee each month? You can do that for as little as [**$9.99**][buymeacoffee]
- šŸ”° We love bettering open-source projects. Support 1-hour of open-source maintenance for [**$24.99 one-time?**][paypal]
- šŸš€ Love open-source tools? Me too! How about supporting one hour of open-source development for just [**$49.99 one-time ?**][paypal]

## šŸ“œ License & Conduct
- [**General Public License v3.0 license**](LICENSE) Ā© [Varun Sridharan](website)
- [Code of Conduct](code-of-conduct.md)

## šŸ“£ Feedback
- ⭐ This repository if this project helped you! :wink:
- Create An [šŸ”§ Issue](issues/) if you need help / found a bug

## Connect & Say šŸ‘‹
- **Follow** me on [šŸ‘Øā€šŸ’» Github][github] and stay updated on free and open-source software
- **Follow** me on [🐦 Twitter][twitter] to get updates on my latest open source projects
- **Message** me on [šŸ“  Telegram][telegram]
- **Follow** my pet on [Instagram][sofythelabrador] for some _dog-tastic_ updates!

---


Built With ♄ By Varun Sridharan šŸ‡®šŸ‡³

---

[paypal]: https://sva.onl/paypal
[buymeacoffee]: https://sva.onl/buymeacoffee
[sofythelabrador]: https://www.instagram.com/sofythelabrador/
[github]: https://sva.onl/github/
[twitter]: https://sva.onl/twitter/
[telegram]: https://sva.onl/telegram/
[email]: https://sva.onl/email
[website]: https://sva.onl/website/