October (software)
October is a self-hosted content management system based on the PHP programming language and Laravel web application framework. It supports MariaDB, MySQL, PostgreSQL, SQLite and SQL Server for the database back end and uses a flat file database for the front end structure. The October CMS covers a range of capabilities such as users, permissions, themes, and plugins, and is seen as a simpler alternative to WordPress.
The platform is intended to have a small learning curve and a template system easily manageable with version control systems. As of November 2023, October is the second-most starred PHP CMS repository hosted on GitHub and is 17th most popular on the internet in open source category according to the number built.
On April 12, 2021, October CMS transitioned from using an MIT License to a proprietary software model citing concerns over a lack of sustainability with the open-source model.
Features
October offers the following features, among others:- Components, a key feature that are configurable building elements that can be attached to any page.
- Building an interface requires minimal programming.
- Flat files are used to serve the website structure.
- Includes an Ajax framework built in for back-end and front-end.
- Uses Twig as template engine. This makes it possible to completely separate data from the templates.
- File manager with CDN support and image cropping.
- CSS and JavaScript assets can be combined and minified with just a single tag in the CMS templates.
- The whole setup is event-driven, which enables the user to hook into core or plugin processes and extend them.
- Updates and plugins are delivered with a package manager.
- Community-contributed extensions in the October CMS marketplace.
- The back-end is translated into 36 languages.