Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/getdevflow/cmf

Developer-centric, headless content management framework.
https://github.com/getdevflow/cmf

api-rest content-management-framework content-management-system domain-driven-development event-sourcing headless-cms php php-framework php8 php83

Last synced: 20 days ago
JSON representation

Developer-centric, headless content management framework.

Awesome Lists containing this project

README

        


Devflow Logo


Latest Stable Version
PHP 8.3
License
Total Downloads

__Devflow__ is a powerful headless content management framework built for PHP programmers, designed to streamline web development
using __CQRS__ (Command Query Responsibility Segregation) and __domain-driven development__ principles. Offering an advanced architecture,
Devflow supports __event sourcing__ and __domain events__, allowing developers to easily manage complex workflows and data changes.
Its rich set of features includes __action__ and __filter__ hooks, enabling customization and extension. Devflow ensures that
content management is intuitive and tailored to your specific needs, providing flexibility and control for building scalable
and maintainable applications. Perfect for developers seeking a robust, modern solution for headless content management.

## 📍 Requirement
- PHP >= 8.3+
- BCMath PHP Extension
- Gettext PHP Extension
- Fileinfo PHP extension
- JSON PHP Extension
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- Fileinfo PHP Extension
- GD Library
- Imagick PHP Extension

## 🏆 Highlighted Features
- Domain-Driven Development
- Event Store for saving domain events
- Read Models for content, products, and users
- Serializer - supports serializing and deserialization of data
- CQRS & Event Sourcing
- Custom Content Types
- Provides a simple hook and event system without affecting core code
- Ability to customize admin dashboard using hooks
- Scheduler for scheduling tasks/jobs
- Security and sanitizing helpers
- NIST Level 2 Standard Role-Based Access Control

## 📦 Installation

To create a new project, run the following command:

```bash
composer create-project getdevflow/cmf:1.0.0-rc.4 my-app-name
```

## 🕑 Releases

| Version | Minimum PHP Version | Release Date | Bug Fixes Until | Security Fixes Until |
|---------|---------------------|---------------|-----------------|----------------------|
| 1 - LTS | 8.3 | December 2024 | June 2027 | December 2028 |
| 2 | 8.4 | December 2025 | September 2027 | March 2028 |
| 3 - LTS | 8.4 | December 2026 | June 2029 | December 2030 |

## 📘 Documentation

Documentation is still a work in progress. Between the [Devflow Docs](https://docs.getdevflow.com/), [Qubus Components](https://docs.qubusphp.com/) documentation,
and [CodefyPHP's](https://codefyphp.com/documentation/) documentation, that should help you get started.

## 🙌 Sponsors

If you use and love Devflow and are interested in supporting its continued development, please consider sponsoring me via [Github](https://github.com/sponsors/nomadicjosh).

## 🖋 Contributing

Devflow could always be better! If you are interested in contributing enhancements or bug fixes, here are a few
rules to follow in order to ease code reviews, and discussions before I accept and merge your work.
- You MUST follow the [QubusPHP Coding Standards](https://github.com/QubusPHP/qubus-coding-standard) and PSR-12.
- You MUST write (or update) unit tests.
- You SHOULD write documentation.
- Please, write [commit messages that make sense](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html),
and rebase your branch before submitting your Pull Request.
- Please [squash your commits](http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html) too.
This is used to "clean" your Pull Request before merging it (I don't want commits such as `fix tests`, `fix 2`, `fix 3`,
etc.).

## 🔐 Security Vulnerabilities

If you discover a vulnerability in the code, please email [[email protected]](mailto:[email protected]).

## 📄 License

Devflow is opensource software licensed under the [GPLv2](https://opensource.org/license/gpl-2-0).