https://github.com/sublimetext/phpbeautifier
Pear Php_beautifier plugin for Sublime Text 2
https://github.com/sublimetext/phpbeautifier
Last synced: 7 months ago
JSON representation
Pear Php_beautifier plugin for Sublime Text 2
- Host: GitHub
- URL: https://github.com/sublimetext/phpbeautifier
- Owner: SublimeText
- Created: 2011-10-31T09:19:22.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2013-05-16T10:14:06.000Z (over 12 years ago)
- Last Synced: 2025-06-16T11:08:20.762Z (7 months ago)
- Language: Python
- Homepage:
- Size: 141 KB
- Stars: 66
- Watchers: 16
- Forks: 17
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP code formatter for Sublime Text editor with Pear php_beautifier
#### [Sublime Text 2](http://www.sublimetext.com/2)
#### [Php_beautifier](http://pear.php.net/package/PHP_Beautifier)
## About
This is a Sublime Text 2 plugin allowing you to format your PHP code.
It uses php beautifier.
## Installation
Install php-pear and php-cli with your package manager :
* php-pear & php5-cli with Debian
* php-pear & php with Archlinux
Install php beautifier from pear channel :
`sudo pear install --alldeps channel://pear.php.net/php_beautifier-0.1.15`
Clone or download the files and copy them to your `Packages` folder. You can access it via Preferences -> Browse Packages in sublime text.
## Usage
ctrl + shift + P and type `Format: PHP`, or you can use the ctrl + alt + f keybinding.
## Customize
You can define some options in the script `php_beautifier.py`.
Default options are : `PHP_OPTIONS = "-s4 -l 'ArrayNested()' "` (indent with 4 spaces and nested arrays).