Skip to content

Commit f738ecc

Browse files
committed
Go back from "Firebase for PHP" to "Firebase Admin SDK for PHP"
1 parent 7d08ca8 commit f738ecc

3 files changed

Lines changed: 8 additions & 10 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<p><em>An (unofficial) Firebase Admin SDK for PHP</em></p>
7+
<p><em>Firebase Admin SDK for PHP</em></p>
88

99
[![Current version](https://img.shields.io/packagist/v/kreait/firebase-php.svg?logo=composer)](https://packagist.org/packages/kreait/firebase-php)
1010
[![Monthly Downloads](https://img.shields.io/packagist/dm/kreait/firebase-php.svg)](https://packagist.org/packages/kreait/firebase-php/stats)

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

33
# Project information
4-
project = 'Firebase for PHP'
4+
project = 'Firebase Admin SDK for PHP'
55
author = 'Jérôme Gamez'
66
copyright = 'Jérôme Gamez'
77
version = '7.x'
@@ -33,7 +33,7 @@
3333
suppress_warnings = ['image.nonlocal_uri']
3434

3535
# HTML theme and static files
36-
html_title = 'Firebase for PHP'
36+
html_title = 'Firebase Admin SDK for PHP'
3737
html_theme = 'furo'
3838
html_static_path = ['_static']
3939
html_css_files = ['custom.css']

docs/index.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
.. title:: Firebase for PHP
1+
.. title:: Firebase Admin SDK for PHP
22

3-
################
4-
Firebase for PHP
5-
################
3+
##########################
4+
Firebase Admin SDK for PHP
5+
##########################
66

77
.. raw:: html
88

99
<div align="center">
1010

11-
<p><img src="_static/logo.svg" alt="Firebase for PHP Logo" width="120"></p>
12-
13-
<p><em>An (unofficial) Firebase Admin SDK for PHP</em></p>
11+
<p><img src="_static/logo.svg" alt="Firebase Admin SDK for PHP Logo" width="120"></p>
1412

1513
<p>
1614
<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>

0 commit comments

Comments
 (0)