Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purcell/flymake-php
Emacs flymake syntax-checker for php files
https://github.com/purcell/flymake-php
Last synced: 3 days ago
JSON representation
Emacs flymake syntax-checker for php files
- Host: GitHub
- URL: https://github.com/purcell/flymake-php
- Owner: purcell
- Created: 2011-10-18T15:38:29.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T07:21:40.000Z (3 months ago)
- Last Synced: 2024-12-02T18:11:15.990Z (2 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 4.88 KB
- Stars: 15
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
flymake-php.el
==============An Emacs flymake handler for syntax-checking PHP source code.
Installation
=============If you choose not to use one of the convenient packages in
[Melpa][melpa] and [Marmalade][marmalade], you'll need to add the
directory containing `flymake-php.el` to your `load-path`, and then
`(require 'flymake-php)`. You'll also need to install
[flymake-easy](https://github.com/purcell/flymake-easy).Usage
=====Add the following to your emacs init file:
(require 'flymake-php)
(add-hook 'php-mode-hook 'flymake-php-load)[marmalade]: http://marmalade-repo.org
[melpa]: http://melpa.org
[💝 Support this project and my other Open Source work](https://www.patreon.com/sanityinc)
[💼 LinkedIn profile](https://uk.linkedin.com/in/stevepurcell)
[✍ sanityinc.com](http://www.sanityinc.com/)