Phoca CMS 1.0.1 is now available. Despite what the name might suggest, Phoca CMS is not a traditional Content Management System. It is a lightweight PHP starter kit designed as a reusable skeleton for building small, fast, and SEO-friendly websites.
What is Phoca CMS?
Unlike traditional CMS platforms, Phoca CMS does not rely on a complex backend administration dashboard, heavy plugin ecosystems, or database queries. Instead, it serves as a single, clean skeleton that you copy into every new project.
Every small website project often starts the same way. An index.php, a style.css, and a script.js file. Only to diverge into unmanageable structures over time. Phoca CMS solves this by providing a standardized foundation where the core "plumbing" is already handled, allowing you to go straight to the part that is actually different.
Key Features
- No Framework Lock-in or Build Steps: Built purely with native PHP, native CSS, and native JavaScript. There are no build tools or heavy frameworks to deal with.
- SEO Ready Out of the Box: Automatically generates page titles, meta descriptions, Open Graph tags, Twitter Cards, and JSON-LD structured data for every page.
- Multilingual by Design: Adding a new locale is as simple as adding a language file and a folder of Markdown files, complete with automatic fallback for missing translations.
- Light & Dark Theme Included: Features a theme switcher that respects system preferences, remembers user choices, and prevents page flashing.
- File-Based Architecture: Content and layouts are managed directly through files rather than database entries, making backups and site migrations effortless. However, it is possible to extend the system with a database.
Links and Resources
Try Phoca CMS 1.0.1 in practice, explore the available guides, or download the system and install it in your own environment:
- 📥 Download: Download Phoca CMS
- 🖥️ Live Demo: Try the Phoca CMS Demo
- 📚 Documentation: Phoca CMS Documentation
- 🧾 Phoca CMS - GitHub: Phoca CMS - GitHub Project
- 🧾 Phoca CMS : Phoca CMS
