Community Plugins

Plugins created by the Ava CMS community. These extend Ava CMS with additional functionality. You can use these by dropping them into your app/plugins/ folder and enabling them in your config.

Security warning: Community plugins are third-party code and are not vetted or audited by the Ava CMS project. A plugin can execute PHP with the same permissions as your site (and may change routing, templates, headers, file access, etc). Only install plugins from authors you trust, review the source before deploying, and test in a staging environment.

Available Plugins

Plugin Description Author
Sitemap (bundled) Automatic XML sitemap generation for search engines Ava CMS
Feed (bundled) RSS/Atom feeds for blog subscriptions Ava CMS
Redirects (bundled) Manage URL redirects from the admin panel Ava CMS
Ava CMS for Cloudflare® Automatically purge your Cloudflare cache when content is rebuilt. Adam Greenough

Submit Your Plugin

Built a plugin you'd like to share? We'd love to list it here!

  • Plugin name and a short description of what it does
  • Link to the GitHub repo (or other download source)
  • Which Ava CMS version you tested it with
  • A brief installation guide (or include it in your repo's README)

How to submit:

Plugin Development

Want to create your own plugin? See the Creating Plugins guide for a complete walkthrough, or browse the bundled plugins source code for working examples.