Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alleyinteractive/sublime-text-php-wordpress
Sublime Text PHP replacement, which adheres to WordPress coding standards
https://github.com/alleyinteractive/sublime-text-php-wordpress
Last synced: 4 days ago
JSON representation
Sublime Text PHP replacement, which adheres to WordPress coding standards
- Host: GitHub
- URL: https://github.com/alleyinteractive/sublime-text-php-wordpress
- Owner: alleyinteractive
- License: gpl-2.0
- Created: 2014-12-27T23:38:53.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2021-06-03T16:44:04.000Z (over 3 years ago)
- Last Synced: 2024-04-09T23:07:10.826Z (7 months ago)
- Language: PHP
- Size: 182 KB
- Stars: 16
- Watchers: 63
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
sublime-text-php-wordpress
==========================Sublime Text PHP replacement, which adheres to WordPress coding standards
Installation
------------1. Navigate to your Sublime Text Packages directory (on a Mac, the directory for
Sublime Text 3 would be `~/Library/Application Support/Sublime Text 3/Packages/`).
2. Verify that "PHP" doesn't already exist. If it does, you'll have to remove it.
3. Checkout this repository as "PHP":```
git clone [email protected]:alleyinteractive/sublime-text-php-wordpress.git PHP
```