Skip to content

Commit c52e9ed

Browse files
committed
Make fork-related adjustments
1 parent 7085a4d commit c52e9ed

File tree

5 files changed

+20
-33
lines changed

5 files changed

+20
-33
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/ci.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,13 @@ jobs:
2323
matrix:
2424
php: ['8.2', '8.3', '8.4']
2525
kubernetes: ['1.31.9', '1.32.5', '1.33.1']
26-
laravel: ['12.*']
2726
prefer: [prefer-stable]
2827
include:
29-
- laravel: "12.*"
30-
testbench: "10.*"
28+
- testbench: "10.*"
3129
exclude:
32-
- laravel: "12.*"
33-
php: "8.1"
30+
- php: "8.1"
3431

35-
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - K8s v${{ matrix.kubernetes }} --${{ matrix.prefer }}
32+
name: PHP ${{ matrix.php }} - K8s v${{ matrix.kubernetes }} --${{ matrix.prefer }}
3633

3734
steps:
3835
- uses: actions/checkout@v3
@@ -48,7 +45,7 @@ jobs:
4845
name: Cache dependencies
4946
with:
5047
path: ~/.composer/cache/files
51-
key: composer-php-${{ matrix.php }}-${{ matrix.laravel }}-${{ matrix.prefer }}-${{ hashFiles('composer.json') }}
48+
key: composer-php-${{ matrix.php }}-${{ matrix.prefer }}-${{ hashFiles('composer.json') }}
5249

5350
- uses: medyagh/setup-minikube@latest
5451
name: Setup Minikube
@@ -63,7 +60,7 @@ jobs:
6360
6461
- name: Install dependencies
6562
run: |
66-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
63+
composer require "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
6764
composer update --${{ matrix.prefer }} --prefer-dist --no-interaction
6865
6966
- name: Setup in-cluster config

.styleci.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1-
PHP K8s
1+
renoki-co/php-k8s fork by Krymo Software
22
=======
33

4-
![CI](https://github.com/renoki-co/php-k8s/workflows/CI/badge.svg?branch=master)
5-
[![codecov](https://codecov.io/gh/renoki-co/php-k8s/branch/master/graph/badge.svg)](https://codecov.io/gh/renoki-co/php-k8s/branch/master)
6-
[![StyleCI](https://github.styleci.io/repos/259992525/shield?branch=master)](https://github.styleci.io/repos/259992525)
7-
[![Maintainability](https://api.codeclimate.com/v1/badges/f1904ccbef8809c9d93b/maintainability)](https://codeclimate.com/github/renoki-co/php-k8s/maintainability)
8-
[![License](https://poser.pugx.org/renoki-co/php-k8s/license)](https://packagist.org/packages/renoki-co/php-k8s)
4+
![CI](https://github.com/krymosoftware/php-k8s/workflows/CI/badge.svg?branch=master)
5+
[![License](https://poser.pugx.org/krymosoftware/php-k8s/license)](https://packagist.org/packages/krymosoftware/php-k8s)
96

10-
[![Latest Stable Version](https://poser.pugx.org/renoki-co/php-k8s/v/stable)](https://packagist.org/packages/renoki-co/php-k8s)
11-
[![Total Downloads](https://poser.pugx.org/renoki-co/php-k8s/downloads)](https://packagist.org/packages/renoki-co/php-k8s)
12-
[![Monthly Downloads](https://poser.pugx.org/renoki-co/php-k8s/d/monthly)](https://packagist.org/packages/renoki-co/php-k8s)
7+
[![Latest Stable Version](https://poser.pugx.org/krymosoftware/php-k8s/v/stable)](https://packagist.org/packages/krymosoftware/php-k8s)
8+
[![Total Downloads](https://poser.pugx.org/krymosoftware/php-k8s/downloads)](https://packagist.org/packages/krymosoftware/php-k8s)
9+
[![Monthly Downloads](https://poser.pugx.org/krymosoftware/php-k8s/d/monthly)](https://packagist.org/packages/krymosoftware/php-k8s)
1310

1411
![v1.24.12 K8s Version](https://img.shields.io/badge/K8s%20v1.24.12-Ready-%23326ce5?colorA=306CE8&colorB=green)
1512
![v1.25.8 K8s Version](https://img.shields.io/badge/K8s%20v1.25.8-Ready-%23326ce5?colorA=306CE8&colorB=green)
@@ -19,14 +16,6 @@ PHP K8s
1916

2017
Control your Kubernetes clusters with this PHP-based Kubernetes client. It supports any form of authentication, the exec API, and it has an easy implementation for CRDs.
2118

22-
For Laravel projects, you might want to use [renoki-co/laravel-php-k8s](https://github.com/renoki-co/laravel-php-k8s) which eases the access for this particular case.
23-
24-
## 🤝 Supporting
25-
26-
**If you are using one or more Renoki Co. open-source packages in your production apps, in presentation demos, hobby projects, school projects or so, sponsor our work with [Github Sponsors](https://github.com/sponsors/rennokki). 📦**
27-
28-
[<img src="https://github-content.s3.fr-par.scw.cloud/static/36.jpg" height="210" width="418" />](https://github-content.renoki.org/github-repo/36)
29-
3019
## 📃 Documentation
3120

3221
[The entire documentation is available on Gitbook 🌍](https://rennokki.gitbook.io/php-k8s/)
@@ -43,7 +32,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
4332

4433
## 🔒 Security
4534

46-
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
35+
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
4736

4837
## 🎉 Credits
4938

composer.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
2-
"name": "renoki-co/php-k8s",
2+
"name": "krymosoftware/php-k8s",
33
"description": "Control your Kubernetes clusters with this PHP-based Kubernetes client. It supports any form of authentication, the exec API, and it has an easy implementation for CRDs.",
44
"keywords": [
5-
"laravel",
65
"php",
76
"kubernetes",
87
"k8s",
@@ -15,12 +14,18 @@
1514
"kube"
1615
],
1716
"license": "Apache-2.0",
18-
"homepage": "https://github.com/renoki-co/php-k8s",
17+
"homepage": "https://github.com/KrymoSoftware/php-k8s",
1918
"authors": [
2019
{
2120
"name": "Alex Renoki",
2221
"homepage": "https://github.com/rennokki",
2322
"role": "Developer"
23+
},
24+
{
25+
"name": "Krymo Software",
26+
"email": "[email protected]",
27+
"role": "Fork Maintainer, Developer",
28+
"homepage": "https://krymo.software"
2429
}
2530
],
2631
"require": {
@@ -32,8 +37,6 @@
3237
"vierbergenlars/php-semver": "^2.1|^3.0",
3338
"ext-yaml": "*"
3439
},
35-
"suggest": {
36-
},
3740
"autoload": {
3841
"psr-4": {
3942
"RenokiCo\\PhpK8s\\": "src/"

0 commit comments

Comments
 (0)