From 2a3c4772c054d7cfec8b8b9dd261efdd9deef106 Mon Sep 17 00:00:00 2001 From: Arman <407448+armanist@users.noreply.github.com> Date: Sat, 20 Jun 2026 18:52:53 +0400 Subject: [PATCH 1/2] [#532] Update framework repo metadata for org transition --- CONTRIBUTING.md | 14 +++++++------- README.md | 20 ++++++++++---------- composer.json | 4 ++-- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 980e3ed6..c1a4c34a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,26 +17,26 @@ Thanks for your interest in contributing to Quantum PHP Framework 💡 Whether y Quantum consists of **two repositories** that serve different purposes: -🧩 1. `quantum-php-core` **(The core framework)** +🧩 1. `framework` **(The core framework)** If your goal is to contribute to the core framework (e.g., routing, DI, ORM, view engine, etc.): 1. Fork the repository on GitHub and clone your fork locally: ```bash -git clone https://github.com/your-username/quantum-php-core.git -cd quantum-php-core +git clone https://github.com/your-username/framework.git +cd framework composer install vendor/bin/phpunit --stderr ``` -🚀 2. `quantum-php-project` **(Starter Project)** +🚀 2. `project` **(Starter Project)** If you want to run Quantum project locally, see how modules work, or test the framework in action, use the starter project: ```bash -git clone https://github.com/softberg/quantum-php-project.git -cd quantum-php-project +git clone https://github.com/quantum-php/project.git +cd project composer install php qt serve ``` @@ -98,7 +98,7 @@ Notes: - If your change affects behavior, public APIs, or compatibility (especially breaking changes), update `CHANGELOG.md` in the same branch/PR. -7. Open a Pull Request from your fork → `softberg/quantum-php-core`. Describe **what** you changed, **why**, and **how** to test it. Reference any related issues. Always work in a branch, never directly on `main` of your fork. +7. Open a Pull Request from your fork → `quantum-php/framework`. Describe **what** you changed, **why**, and **how** to test it. Reference any related issues. Always work in a branch, never directly on `main` of your fork. --- diff --git a/README.md b/README.md index 69e0ae6c..827d27d3 100644 --- a/README.md +++ b/README.md @@ -10,17 +10,17 @@
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
@@ -48,7 +48,7 @@ php qt serve
Quick Demo
-> **Note:** This repository contains the core code of the Quantum framework. If you want to start a new project visit the main [Quantum PHP Project repository](https://github.com/softberg/quantum-php-project).
+> **Note:** This repository contains the core code of the Quantum framework. If you want to start a new project visit the main [Quantum PHP Project repository](https://github.com/quantum-php/project).
Give it a star if you like the project
@@ -64,5 +64,5 @@ Please also review our [Code of Conduct](CODE_OF_CONDUCT.md).
License
-Quantum PHP is licensed under the [MIT License](https://github.com/softberg/quantum-php-core/blob/master/LICENSE). See the LICENSE file for more details.
+Quantum PHP is licensed under the [MIT License](https://github.com/quantum-php/framework/blob/master/LICENSE). See the LICENSE file for more details.
diff --git a/composer.json b/composer.json
index 22f39530..70244c4c 100644
--- a/composer.json
+++ b/composer.json
@@ -9,8 +9,8 @@
"license": "MIT",
"homepage": "https://quantumphp.io",
"support": {
- "issues": "https://github.com/softberg/quantum-core/issues",
- "source": "https://github.com/softberg/quantum-core"
+ "issues": "https://github.com/quantum-php/framework/issues",
+ "source": "https://github.com/quantum-php/framework"
},
"authors": [
{
From fcf17ac82e69a538552ea9426c46e53c5c18e94c Mon Sep 17 00:00:00 2001
From: Arman <407448+armanist@users.noreply.github.com>
Date: Sat, 20 Jun 2026 19:50:22 +0400
Subject: [PATCH 2/2] [#532] Revert unverified Scrutinizer README link change
---
README.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 827d27d3..ea973d54 100644
--- a/README.md
+++ b/README.md
@@ -16,8 +16,8 @@
-
-
+
+
@@ -65,4 +65,3 @@ Please also review our [Code of Conduct](CODE_OF_CONDUCT.md).
License
Quantum PHP is licensed under the [MIT License](https://github.com/quantum-php/framework/blob/master/LICENSE). See the LICENSE file for more details.
-