Skip to content

Commit d012891

Browse files
committed
Update repo references after move to the BESTE GitHub organization
1 parent 79f153b commit d012891

21 files changed

Lines changed: 50 additions & 38 deletions

.github/workflows/emulator-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ jobs:
104104
with:
105105
token: ${{ secrets.CODECOV_TOKEN }}
106106
flags: emulator
107-
if: github.repository_owner == 'kreait'
107+
if: github.repository_owner == 'beste'

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ jobs:
8888
with:
8989
token: ${{ secrets.CODECOV_TOKEN }}
9090
flags: integration
91-
if: github.repository_owner == 'kreait'
91+
if: github.repository_owner == 'beste'

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
**Support the project:** This SDK is downloaded 1M+ times monthly and powers thousands of applications.
44
If it saves you or your team time, please consider [sponsoring its development](https://github.com/sponsors/jeromegamez).
55

6+
**Repository move:** The project moved from the `kreait` to the `beste` GitHub Organization in January 2026.
7+
The namespace remains `Kreait\Firebase` and the package name remains `kreait/firebase-php`.
8+
Please update your remote URL if you have forked or cloned the repository.
9+
610
## 8.1.0 - 2026-01-23
711

812
* Added support for `firebase/php-jwt:^7.0.2`
@@ -37,4 +41,4 @@ See **[UPGRADE-8.0](UPGRADE-8.0.md) for more details on the changes between 7.x
3741

3842
## 7.x Changelog
3943

40-
https://github.com/kreait/firebase-php/blob/7.24.0/CHANGELOG.md
44+
https://github.com/beste/firebase-php/blob/7.24.0/CHANGELOG.md

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
<div align="center">
22

3-
# Firebase for PHP
3+
# Firebase Admin SDK for PHP
44

55
<img src="docs/_static/logo.svg" alt="Firebase Admin PHP SDK Logo" width="120">
66

7-
<p><em>Firebase Admin SDK for PHP</em></p>
8-
97
[![Current version](https://img.shields.io/packagist/v/kreait/firebase-php.svg?logo=composer)](https://packagist.org/packages/kreait/firebase-php)
108
[![Monthly Downloads](https://img.shields.io/packagist/dm/kreait/firebase-php.svg)](https://packagist.org/packages/kreait/firebase-php/stats)
119
[![Total Downloads](https://img.shields.io/packagist/dt/kreait/firebase-php.svg)](https://packagist.org/packages/kreait/firebase-php/stats)<br/>
12-
[![Tests](https://github.com/kreait/firebase-php/actions/workflows/tests.yml/badge.svg)](https://github.com/kreait/firebase-php/actions/workflows/tests.yml)
13-
[![Integration Tests](https://github.com/kreait/firebase-php/actions/workflows/integration-tests.yml/badge.svg)](https://github.com/kreait/firebase-php/actions/workflows/integration-tests.yml)
14-
[![Emulator Tests](https://github.com/kreait/firebase-php/actions/workflows/emulator-tests.yml/badge.svg)](https://github.com/kreait/firebase-php/actions/workflows/emulator-tests.yml)
10+
[![Tests](https://github.com/beste/firebase-php/actions/workflows/tests.yml/badge.svg)](https://github.com/beste/firebase-php/actions/workflows/tests.yml)
11+
[![Integration Tests](https://github.com/beste/firebase-php/actions/workflows/integration-tests.yml/badge.svg)](https://github.com/beste/firebase-php/actions/workflows/integration-tests.yml)
12+
[![Emulator Tests](https://github.com/beste/firebase-php/actions/workflows/emulator-tests.yml/badge.svg)](https://github.com/beste/firebase-php/actions/workflows/emulator-tests.yml)
1513
[![Sponsor](https://img.shields.io/static/v1?logo=GitHub&label=Sponsor&message=%E2%9D%A4&color=ff69b4)](https://github.com/sponsors/jeromegamez)
1614

1715
</div>
@@ -21,6 +19,11 @@
2119
> If it saves you or your team time, please consider
2220
> [sponsoring its development](https://github.com/sponsors/jeromegamez).
2321
22+
> [!NOTE]
23+
> The project moved from the `kreait` to the `beste` GitHub Organization in January 2026.
24+
> The namespace remains `Kreait\Firebase` and the package name remains `kreait/firebase-php`.
25+
> Please update your remote URL if you have forked or cloned the repository.
26+
2427
> [!NOTE]
2528
> If you are interested in using the PHP Admin SDK as a client for end-user access (for example, in a web application),
2629
> as opposed to admin access from a privileged environment (like a server), you should instead follow the
@@ -46,8 +49,8 @@ Please continue to the [Setup section](docs/setup.rst) to learn more about conne
4649

4750
If you want to use the SDK within a Framework, please follow the installation instructions here:
4851

49-
- **Laravel**: https://github.com/kreait/laravel-firebase
50-
- **Symfony**: https://github.com/kreait/firebase-bundle
52+
- **Laravel**: https://packagist.org/packages/kreait/laravel-firebase
53+
- **Symfony**: https://packagist.org/packages/kreait/firebase-bundle
5154

5255
## Quickstart
5356

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"sdk"
1010
],
1111
"type": "library",
12-
"homepage": "https://github.com/kreait/firebase-php",
12+
"homepage": "https://github.com/beste/firebase-php",
1313
"license": "MIT",
1414
"authors": [
1515
{
@@ -19,8 +19,8 @@
1919
],
2020
"support": {
2121
"docs": "https://firebase-php.readthedocs.io",
22-
"issues": "https://github.com/kreait/firebase-php/issues",
23-
"source": "https://github.com/kreait/firebase-php"
22+
"issues": "https://github.com/beste/firebase-php/issues",
23+
"source": "https://github.com/beste/firebase-php"
2424
},
2525
"funding": [
2626
{

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
html_theme_options = {
4343
# GitHub integration
44-
"source_repository": "https://github.com/kreait/firebase-php/",
44+
"source_repository": "https://github.com/beste/firebase-php/",
4545
"source_branch": "8.x",
4646
"source_directory": "docs/",
4747

@@ -68,7 +68,7 @@
6868
"footer_icons": [
6969
{
7070
"name": "GitHub",
71-
"url": "https://github.com/kreait/firebase-php",
71+
"url": "https://github.com/beste/firebase-php",
7272
"html": """
7373
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 16 16">
7474
<path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path>

docs/index.rst

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Firebase Admin SDK for PHP
1414
<a href="https://packagist.org/packages/kreait/firebase-php"><img src="https://img.shields.io/packagist/v/kreait/firebase-php.svg?logo=composer" alt="Current version"></a>
1515
<a href="https://packagist.org/packages/kreait/firebase-php/stats"><img src="https://img.shields.io/packagist/dm/kreait/firebase-php.svg" alt="Monthly Downloads"></a>
1616
<a href="https://packagist.org/packages/kreait/firebase-php/stats"><img src="https://img.shields.io/packagist/dt/kreait/firebase-php.svg" alt="Total Downloads"></a><br/>
17-
<a href="https://github.com/kreait/firebase-php/actions/workflows/tests.yml"><img src="https://github.com/kreait/firebase-php/actions/workflows/tests.yml/badge.svg" alt="Tests"></a>
18-
<a href="https://github.com/kreait/firebase-php/actions/workflows/integration-tests.yml"><img src="https://github.com/kreait/firebase-php/actions/workflows/integration-tests.yml/badge.svg" alt="Integration Tests"></a>
19-
<a href="https://github.com/kreait/firebase-php/actions/workflows/emulator-tests.yml"><img src="https://github.com/kreait/firebase-php/actions/workflows/emulator-tests.yml/badge.svg" alt="Emulator Tests"></a>
17+
<a href="https://github.com/beste/firebase-php/actions/workflows/tests.yml"><img src="https://github.com/beste/firebase-php/actions/workflows/tests.yml/badge.svg" alt="Tests"></a>
18+
<a href="https://github.com/beste/firebase-php/actions/workflows/integration-tests.yml"><img src="https://github.com/beste/firebase-php/actions/workflows/integration-tests.yml/badge.svg" alt="Integration Tests"></a>
19+
<a href="https://github.com/beste/firebase-php/actions/workflows/emulator-tests.yml"><img src="https://github.com/beste/firebase-php/actions/workflows/emulator-tests.yml/badge.svg" alt="Emulator Tests"></a>
2020
<a href="https://github.com/sponsors/jeromegamez"><img src="https://img.shields.io/static/v1?logo=GitHub&label=Sponsor&message=%E2%9D%A4&color=ff69b4" alt="Sponsor"></a>
2121
</p>
2222

@@ -25,6 +25,11 @@ Firebase Admin SDK for PHP
2525
.. important::
2626
**Support the project:** This SDK is downloaded 1M+ times monthly and powers thousands of applications. If it saves you or your team time, please consider `sponsoring its development <https://github.com/sponsors/jeromegamez>`_.
2727

28+
.. note::
29+
The project moved from the ``kreait`` to the ``beste`` GitHub Organization in January 2026.
30+
The namespace remains ``Kreait\Firebase`` and the package name remains ``kreait/firebase-php``.
31+
Please update your remote URL if you have forked or cloned the repository.
32+
2833
.. note::
2934
If you are interested in using the PHP Admin SDK as a client for end-user access
3035
(for example, in a web application), as opposed to admin access from a
@@ -55,8 +60,8 @@ Please continue to the :ref:`Setup section <setup>` to learn more about connecti
5560

5661
If you want to use the SDK within a Framework, please follow the installation instructions here:
5762

58-
- **Laravel**: `kreait/laravel-firebase <https://github.com/kreait/laravel-firebase>`_
59-
- **Symfony**: `kreait/firebase-bundle <https://github.com/kreait/firebase-bundle>`_
63+
- **Laravel**: `kreait/laravel-firebase <https://packagist.org/packages/kreait/laravel-firebase>`_
64+
- **Symfony**: `kreait/firebase-bundle <https://packagist.org/packages/kreait/firebase-bundle>`_
6065

6166
***********
6267
Quick Start

docs/troubleshooting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Default sound not played on message delivery
4343

4444
If you specified ``'sound' => 'default'`` in the message payload, try changing it
4545
to ``'sound' => "default"`` - although single or double quotes shouldn't™ make
46-
a difference, `it has been reported that this can solve the issue <https://github.com/kreait/firebase-php/issues/454#issuecomment-706771776>`_.
46+
a difference, `it has been reported that this can solve the issue <https://github.com/beste/firebase-php/issues/454#issuecomment-706771776>`_.
4747

4848
******************
4949
cURL error XX: ...

lychee.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ scheme = ["https"]
55
exclude = [
66
"firebaseio.com",
77
"example",
8-
"github.com/kreait/firebase-php/(compare|pull|issues)",
8+
"github.com/beste/firebase-php/(compare|pull|issues)",
99
"oauth2.googleapis.com",
1010
"googleapis.com",
1111
"gserviceaccount.com",

src/Exception/MessagingApiExceptionConverter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public function convertResponse(ResponseInterface $response, ?Throwable $previou
105105

106106
if (!str_contains($contentType, 'json')) {
107107
// Adding 30 seconds as a fallback retry after because the HTML Response suggests it
108-
// See https://github.com/kreait/firebase-php/issues/988
108+
// See https://github.com/beste/firebase-php/issues/988
109109
$retryAfter ??= ($this->clock->now()->add(new DateInterval('PT30S')));
110110
$message = 'The server encountered a temporary error and could not complete your request.';
111111
}

0 commit comments

Comments
 (0)