getdevflow / cmf
Developer-centric, headless content management framework.
Fund package maintenance!
nomadicjosh
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=8.3
- ext-curl: *
- ext-mbstring: *
- ext-pdo: *
- barryvdh/elfinder-flysystem-driver: ^0.5.0
- codefyphp/codefy: ^2
- composer/semver: ^3.4
- erusev/parsedown: ^1.7
- forxer/gravatar: ^5.0
- franzl/whoops-middleware: ^2.0
- paragonie/csp-builder: ^2.9
- qubus/form: ^1.0
- qubus/hooks: ^1.0
- qubus/nosql: ^3.0
- spatie/image: ^3.7
- spatie/image-optimizer: ^1.7
- spatie/menu: ^3.2
- studio-42/elfinder: ^2.1
Requires (Dev)
- marcocesarato/markdown: ^0.1.11
- pestphp/pest: ^1.23
- qubus/qubus-coding-standard: ^1.1
Suggests
- arcanedev/seo-helper: SEO Helper is a package that provides tools and helpers for SEO (Search Engine Optimization).
- fenom/fenom: Lightweight and fast template engine for PHP.
- fenom/providers-collection: Additional providers for Fenom template engine.
- foil/foil: Write simple, clean, and concise templates with nothing more than PHP.
- jolicode/jolinotif: Send notifications to your desktop directly from your PHP script
- mobiledetect/mobiledetectlib: Mobile Detect is a lightweight PHP class for detecting mobile devices (including tablets).
- spatie/schema-org: Provides a fluent builder for all Schema.org types and their properties.
- webonyx/graphql-php: A PHP implementation of the GraphQL specification based on the reference implementation in JavaScript.
This package is auto-updated.
Last update: 2024-12-19 19:29:38 UTC
README
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:
composer create-project getdevflow/cmf:1.1.1 my-app-name
🕑 Releases
📘 Documentation
Documentation is still a work in progress. Between the Devflow Docs, Qubus Components documentation, and CodefyPHP's 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.
🖋 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 and PSR-12.
- You MUST write (or update) unit tests.
- You SHOULD write documentation.
- Please, write commit messages that make sense, and rebase your branch before submitting your Pull Request.
- Please squash your commits 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 joshua@nomadicjosh.com.
📄 License
Devflow is opensource software licensed under the GPLv2.