OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
kreait
/
firebase-php
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
π
..
-
08/12/2024 10:32:59 AM
rwxr-xr-x
π
.editorconfig
335 bytes
08/12/2024 10:32:58 AM
rw-r--r--
π
.git
-
08/12/2024 10:35:36 AM
rwxr-xr-x
π
.gitattributes
454 bytes
08/12/2024 10:32:58 AM
rw-r--r--
π
.github
-
08/12/2024 10:34:12 AM
rwxr-xr-x
π
.gitignore
229 bytes
08/12/2024 10:32:58 AM
rw-r--r--
π
.opensource
-
08/12/2024 10:33:24 AM
rwxr-xr-x
π
CHANGELOG.md
20.79 KB
08/12/2024 10:32:58 AM
rw-r--r--
π
LICENSE
1.12 KB
08/12/2024 10:32:59 AM
rw-r--r--
π
Makefile
1.25 KB
08/12/2024 10:32:59 AM
rw-r--r--
π
README.md
3.42 KB
08/12/2024 10:32:59 AM
rw-r--r--
π
codecov.yml
117 bytes
08/12/2024 10:32:59 AM
rw-r--r--
π
composer.json
2.68 KB
08/12/2024 10:32:59 AM
rw-r--r--
π
docs
-
08/12/2024 10:34:12 AM
rwxr-xr-x
π
ecs.php
3.86 KB
08/12/2024 10:32:59 AM
rw-r--r--
π
phpstan.neon.dist
400 bytes
08/12/2024 10:32:59 AM
rw-r--r--
π
phpunit.xml.dist
832 bytes
08/12/2024 10:32:59 AM
rw-r--r--
π
rector.php
1.39 KB
08/12/2024 10:32:59 AM
rw-r--r--
π
src
-
08/12/2024 10:34:12 AM
rwxr-xr-x
π
tests
-
08/12/2024 10:34:14 AM
rwxr-xr-x
Editing: composer.json
Close
{ "name": "kreait/firebase-php", "description": "Firebase Admin SDK", "keywords": ["firebase", "google", "sdk", "api", "database"], "homepage": "https://github.com/kreait/firebase-php", "license": "MIT", "authors": [ { "name": "JΓ©rΓ΄me Gamez", "homepage": "https://github.com/jeromegamez" } ], "support": { "docs": "https://firebase-php.readthedocs.io", "issues": "https://github.com/kreait/firebase-php/issues", "source": "https://github.com/kreait/firebase-php", "chat": "https://discord.gg/Yacm7unBsr" }, "require": { "php": "^7.4|^8.0", "ext-ctype": "*", "ext-json": "*", "ext-mbstring": "*", "ext-openssl": "*", "google/auth": "^1.18", "google/cloud-core": "^1.42.2", "google/cloud-storage": "^1.24.1", "guzzlehttp/guzzle": "^6.5.5|^7.3", "guzzlehttp/promises": "^1.4", "guzzlehttp/psr7": "^1.7|^2.0", "kreait/clock": "^1.1", "kreait/firebase-tokens": "^1.16.1", "mtdowling/jmespath.php": "^2.6.1", "psr/cache": "^1.0.1|^2.0|^3.0", "psr/log": "^1.1|^2.0|^3.0", "psr/simple-cache": "^1.0", "riverline/multipart-parser": "^2.0.8", "symfony/polyfill-php80": "^1.23", "symfony/polyfill-php81": "^1.23" }, "require-dev": { "giggsey/libphonenumber-for-php": "^8.12.27", "google/cloud-firestore": "^1.19.3", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^1.4", "phpstan/phpstan-phpunit": "^1.0", "phpunit/phpunit": "^9.5.10", "rector/rector": "^0.12.5", "symfony/var-dumper": "^5.4|^6.0", "symplify/easy-coding-standard": "^10.0" }, "suggest": { "google/cloud-firestore": "^1.0 to use the Firestore component", "giggsey/libphonenumber-for-php": "^8.9 to validate phone numbers before attempting to send them to Firebase" }, "autoload": { "psr-4": { "Kreait\\Firebase\\": "src/Firebase" } }, "autoload-dev": { "psr-4": { "Kreait\\Firebase\\Tests\\": "tests" } }, "config": { "sort-packages": true, "allow-plugins": { "phpstan/extension-installer": true } }, "extra": { "branch-alias": { "dev-6.x": "6.x-dev", "dev-5.x": "5.x-dev", "dev-4.x": "4.x-dev" } }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/jeromegamez" } ] }