https://github.com/dominik-developer/corelyphp
A simple and efficient PHP-based CMS for blogging, featuring an admin panel and easy customization. Future updates may expand its functionality
https://github.com/dominik-developer/corelyphp
blog blog-cms cms corelyphp fullstack html-css javascript mysql mysql-database mysqli php php-sql phpmyadmin prepared-statements responsive sql
Last synced: 10 months ago
JSON representation
A simple and efficient PHP-based CMS for blogging, featuring an admin panel and easy customization. Future updates may expand its functionality
- Host: GitHub
- URL: https://github.com/dominik-developer/corelyphp
- Owner: Dominik-developer
- License: mit
- Created: 2024-08-18T10:23:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-11T20:28:49.000Z (11 months ago)
- Last Synced: 2025-03-11T20:33:09.693Z (11 months ago)
- Topics: blog, blog-cms, cms, corelyphp, fullstack, html-css, javascript, mysql, mysql-database, mysqli, php, php-sql, phpmyadmin, prepared-statements, responsive, sql
- Language: PHP
- Homepage:
- Size: 197 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Support: SUPPORT.md
Awesome Lists containing this project
README
# **CorelyPHP – PHP CMS for Blogs**
**CorelyPHP** is a ready-to-deploy blogging platform with a separate admin panel for managing content.
This project is built using:
- **`Backend:`** PHP with MySQL
- **`Frontend:`** HTML, CSS, JavaScript
## **Project Structure**
All files are divided into the following sections:
- **`admin/`** – Contains all admin-side files
- **`articles_photos/`** - Holds photos for articles
- **`docs/`** – Holds documentation
- **`public/`** – Contains user-facing files
- **`themes/`** – Contains themes for client front-end
This structured approach helps prevent backend modifications while rebuilding the frontend. The only challenge is the integration of PHP functions that generate HTML dynamically, but this can be adjusted when refining queries and templates.
## **Development Status**
I am continuously improving **CorelyPHP** to make it:
✔ Secure
✔ Responsive
✔ Fully functional
✔ Elegant
✔ Efficient
This project is a work in progress, and while some parts may be improved or rewritten in future updates, it is stable and ready for use. Contributions and feedback are always welcome!
A more experienced developer might suggest alternative or optimized approaches. However, every lesson I’ve learned during this project will be applied to future updates and projects. I also refine the codebase whenever I find better solutions, though time constraints may limit immediate improvements.
## **Project Guidelines & Documentation**
For more details on the project, check out the following files:
- 📜 **[LICENSE](LICENSE)** – License terms and conditions
- 🛠 **[CONTRIBUTING.md](CONTRIBUTING.md)** – Guidelines for contributors
- 🚀 **[STYLE_GUIDES.md](STYLE_GUIDES.md)** – Code style and best practices
- 🔄 **[CHANGELOG.md](CHANGELOG.md)** – Version history and updates
- 🔐 **[SECURITY.md](SECURITY.md)** – Security policies and vulnerability reporting
- 🌍 **[CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)** – Community guidelines
- 🙌 **[SUPPORT.md](SUPPORT.md)** – Support for community
## **Current Version: v1.2.0**
The versioning system ensures clarity on stable releases. Minor patches may not require immediate updates, but always check the **CHANGELOG.md** for details on new features and fixes.