Skip to content

thinkcn/phpbot.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpbot.el

Overview

Emacs package to assist in PHP development, This package relies heavily on PHPBot, please make sure PHPBot is installed first.

Usage

  1. Check that the popup-el is loaded. popup-el

  2. Config .emacs

(add-to-list 'load-path "~/.emacs.d/site-lisp/popup-el")

(require 'phpbot)

(custom-set-variables
 '(phpbot-bin-path "/path/to/phpbot"))
  1. You can use phpbot.el in any of the following ways
  • Direct Binding Shortcuts
(define-key php-mode-map (kbd "M-/")
 'phpbot-gettersetter)
  • Pop Menu
(define-key php-mode-map (kbd "M-/")
 'php-generator-menu)

Screenshots

popup menu

About

Emacs package to assist in PHP development

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published