Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/FUNDING.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/php81.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on:
jobs:
test:
name: Run Tests
uses: WebFiori/workflows/.github/workflows/test-php.yaml@main
uses: WebFiori/workflows/.github/workflows/test-php.yaml@v1.1
with:
php-version: '8.1'

code-coverage:
name: Coverage
needs: test
uses: WebFiori/workflows/.github/workflows/coverage-codecov.yaml@main
uses: WebFiori/workflows/.github/workflows/coverage-codecov.yaml@v1.1
with:
php-version: '8.1'
coverage-file: 'php-8.1-coverage.xml'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/php82.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ on:
jobs:
test:
name: Run Tests
uses: WebFiori/workflows/.github/workflows/test-php.yaml@main
uses: WebFiori/workflows/.github/workflows/test-php.yaml@v1.1
with:
php-version: '8.2'
phpunit-config: "tests/phpunit10.xml"

code-coverage:
name: Coverage
needs: test
uses: WebFiori/workflows/.github/workflows/coverage-codecov.yaml@main
uses: WebFiori/workflows/.github/workflows/coverage-codecov.yaml@v1.1
with:
php-version: '8.2'
coverage-file: 'php-8.2-coverage.xml'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/php83.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

test:
name: Run Tests
uses: WebFiori/workflows/.github/workflows/test-php.yaml@main
uses: WebFiori/workflows/.github/workflows/test-php.yaml@v1.1
with:
php-version: '8.3'
phpunit-config: 'tests/phpunit10.xml'
Expand All @@ -21,7 +21,7 @@ jobs:
code-coverage:
name: Coverage
needs: test
uses: WebFiori/workflows/.github/workflows/coverage-codecov.yaml@main
uses: WebFiori/workflows/.github/workflows/coverage-codecov.yaml@v1.1
with:
php-version: '8.3'
coverage-file: 'php-8.3-coverage.xml'
Expand All @@ -31,13 +31,13 @@ jobs:
code-quality:
name: Code Quality
needs: test
uses: WebFiori/workflows/.github/workflows/quality-sonarcloud.yaml@main
uses: WebFiori/workflows/.github/workflows/quality-sonarcloud.yaml@v1.1
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

release-prod:
name: Prepare Production Release Branch / Publish Release
needs: [code-coverage, code-quality]
uses: WebFiori/workflows/.github/workflows/release-php.yaml@main
uses: WebFiori/workflows/.github/workflows/release-php.yaml@v1.1
with:
branch: 'main'
4 changes: 2 additions & 2 deletions .github/workflows/php84.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ on:
jobs:
test:
name: Run Tests
uses: WebFiori/workflows/.github/workflows/test-php.yaml@main
uses: WebFiori/workflows/.github/workflows/test-php.yaml@v1.1
with:
php-version: '8.4'
phpunit-config: "tests/phpunit10.xml"

code-coverage:
name: Coverage
needs: test
uses: WebFiori/workflows/.github/workflows/coverage-codecov.yaml@main
uses: WebFiori/workflows/.github/workflows/coverage-codecov.yaml@v1.1
with:
php-version: '8.4'
coverage-file: 'php-8.4-coverage.xml'
Expand Down
27 changes: 27 additions & 0 deletions .github/workflows/php85.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Build PHP 8.5

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
name: Run Tests
uses: WebFiori/workflows/.github/workflows/[email protected]
with:
php-version: '8.5'
phpunit-config: "tests/phpunit10.xml"

code-coverage:
name: Coverage
needs: test
uses: WebFiori/workflows/.github/workflows/[email protected]
with:
php-version: '8.5'
coverage-file: 'php-8.5-coverage.xml'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}



13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [4.0.0](https://github.com/WebFiori/http/compare/v3.6.1...v4.0.0) (2025-08-06)


### Miscellaneous Chores

* Copy of Folders ([03de388](https://github.com/WebFiori/http/commit/03de3889af334ad1f085cce30be8c41a51a64284))
* release v4.0.0 ([956c14c](https://github.com/WebFiori/http/commit/956c14c7d89f5d6ce7090319720d5d7c5767c2c6))
* Rename Folders ([a7249d3](https://github.com/WebFiori/http/commit/a7249d3260e0b9c9a0f517a9dfe5f3eba3cd8024))
* Rename of File ([a6cce14](https://github.com/WebFiori/http/commit/a6cce14b1cb6f4b676102a9ebd853ce597683440))
* Rename of Folders ([ad28047](https://github.com/WebFiori/http/commit/ad28047a7035049ae1295a7691ea6fcb7613c34e))
* Renamed Folders ([2ea43ec](https://github.com/WebFiori/http/commit/2ea43ec6088edc3fd6243f8d8a51be8e071ca16b))
* Updated Code Sample ([c8420e7](https://github.com/WebFiori/http/commit/c8420e722ced6e6ae30ae7d5214d19f1512173f8))

## [3.6.1](https://github.com/WebFiori/http/compare/v3.6.0...v3.6.1) (2025-08-04)


Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A powerful and flexible PHP library for creating RESTful web APIs with built-in

<p align="center">
<a href="https://github.com/WebFiori/http/actions">
<img src="https://github.com/WebFiori/http/actions/workflows/php84.yaml/badge.svg?branch=main">
<img src="https://github.com/WebFiori/http/actions/workflows/php85.yaml/badge.svg?branch=main">
</a>
<a href="https://codecov.io/gh/WebFiori/http">
<img src="https://codecov.io/gh/WebFiori/http/branch/main/graph/badge.svg" />
Expand Down Expand Up @@ -44,6 +44,7 @@ A powerful and flexible PHP library for creating RESTful web APIs with built-in
| <a target="_blank" href="https://github.com/WebFiori/http/actions/workflows/php82.yaml"><img src="https://github.com/WebFiori/http/actions/workflows/php82.yaml/badge.svg?branch=main"></a> |
| <a target="_blank" href="https://github.com/WebFiori/http/actions/workflows/php83.yaml"><img src="https://github.com/WebFiori/http/actions/workflows/php83.yaml/badge.svg?branch=main"></a> |
| <a target="_blank" href="https://github.com/WebFiori/http/actions/workflows/php84.yaml"><img src="https://github.com/WebFiori/http/actions/workflows/php84.yaml/badge.svg?branch=main"></a> |
| <a target="_blank" href="https://github.com/WebFiori/http/actions/workflows/php85.yaml"><img src="https://github.com/WebFiori/http/actions/workflows/php85.yaml/badge.svg?branch=main"></a> |

## Key Features

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"PSR-7",
"JSONx"
],
"version": "3.6.1",
"version": "4.0.0",
"license": "MIT",
"require": {
"php": ">=7.0",
Expand Down