Plugin Development

ExpressionEngine's plugin architecture allows users to expand the capabilities of the program without modifying any code in the core program. Plugins have allowed ExpressionEngine users to do everything from displaying a friend's RSS feed on their site to adding Podcasting support for their radio show. Installation of plugins is a snap with the built in Plugin Manager and plugins do not require any database additions so they require no MySQL knowledge to create.

Developing a simple plugin is incredibly easy and only requires a good understanding of PHP to start. Below are resources that will help you create your first plugin for ExpressionEngine and find assistance if you have questions or problems..