Plugins
From PHPDevShell
PHPDevShell is shipped with several plugins; in fact, all the administration interface is itself a plugin!
- DummyPlugin: Another example plugin.
- Skeleton: a skeleton to build your plugins onto
- HerculesPostman: a massive mailer (i.e. a mailing list manager)
- PHPDevShell: the interface you now should be used to
- SimplePhoneBook: a sample of how to use injectors to enhance other plugins
To add a new plugin, just copy its folder inside the "plugins" folder at the root of PHPDevShell, and activate it in the "Plugin Management" control panel.
Creating new plugins is very easy, even to the casual php developer! See Writing a plugin.

