the-firehub-project/core-standard

The essential PHP core for clean, domain-driven architecture.

Maintainers

Package info

github.com/The-FireHub-Project/Core-Standard

Homepage

Forum

Wiki

Documentation

pkg:composer/the-firehub-project/core-standard

Fund package maintenance!

The-FireHub-Project

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 2

dev-master 2026-06-17 06:30 UTC

This package is auto-updated.

Last update: 2026-06-18 11:41:10 UTC


README

FireHub Core Logo
release version GitHub license

GitHub created at GitHub last commit (branch) GitHub activity (branch) GitHub contributors GitHub language count GitHub top language GitHub repo size GitHub code size

The essential PHP core for building domain-driven, clean architecture applications.
Standard provides the base classes, kernel, domain layer, and minimal runtime utilities needed to start any FireHub project.

FireHub Icon About FireHub

FireHub is a modular PHP framework built around:

  • Clean Architecture
  • Domain-Driven Design (DDD)
  • Explicit boundaries between Core, Adapters, and Modules
  • Long-term maintainability and scalability

FireHub is designed for building enterprise-grade PHP applications without sacrificing clarity or developer experience.

FireHub Icon Repository Purpose

FireHub Core Standard provides the minimal, stable runtime required to build PHP applications using Clean Architecture and Domain-Driven Design principles.

It defines:

  • Core domain abstractions (Entities, Value Objects, Domain Exceptions)
  • Application-level contracts (use cases)
  • Infrastructure contracts (repositories, cache, etc.)
  • The base kernel and bootstrap lifecycle

This repository contains no framework-specific adapters, no transport logic, and no business specialization.
It is designed to be small, strict, and highly stable, forming the foundation for all higher-level FireHub editions, adapters, and capability modules.

FireHub Icon Security

For security reporting and guidelines, please refer to our SECURITY.md file.

FireHub Icon Community

GitHub watchers GitHub Repo stars GitHub forks

FireHub Icon Support

GitHub in-progress issues GitHub total issues GitHub opened pull requests

For help with FireHub products, please refer to the following resources:

  • General questions & discussions: GitHub Discussions
  • Bug reports & issues: Support
  • Documentation & guides: FireHub Docs
  • Commercial support (Pro/Enterprise): contact your account manager

FireHub Icon Authors and Contributors

  • Project authors can be found here.
  • The full list of individual contributors can be found here.

FireHub Icon Brand & Trademark

Please refer to TRADEMARK.md and BRAND.md for guidelines on FireHub branding.

Architecture guidelines, design principles, and ecosystem documentation are available within the FireHub Project organization.

FireHub Icon License

This software is licensed under the Apache-2.0 License.

For more details, read the full license here.