firestore-php | Firestore PHP Client
kandi X-RAY | firestore-php Summary
kandi X-RAY | firestore-php Summary
firestore-php is a PHP library typically used in Firebase applications. firestore-php has no vulnerabilities, it has a Permissive License and it has low support. However firestore-php has 3 bugs. You can download it from GitHub.
Firestore PHP Client (without gRPC extension)
Firestore PHP Client (without gRPC extension)
Support
Quality
Security
License
Reuse
Support
firestore-php has a low active ecosystem.
It has 61 star(s) with 50 fork(s). There are 10 watchers for this library.
It had no major release in the last 12 months.
There are 17 open issues and 7 have been closed. On average issues are closed in 62 days. There are 3 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of firestore-php is v2.0.4
Quality
firestore-php has 3 bugs (0 blocker, 0 critical, 3 major, 0 minor) and 12 code smells.
Security
firestore-php has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
firestore-php code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
firestore-php is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
firestore-php releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
firestore-php saves you 452 person hours of effort in developing the same functionality from scratch.
It has 1067 lines of code, 136 functions and 25 files.
It has medium code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed firestore-php and discovered the below as its top functions. This is intended to give you an instant insight into firestore-php implemented functionality, and help decide if they suit your requirements.
- Get type of value .
- Get multiple documents .
- Cast a value to the appropriate type
- Perform the HTTP request .
- Sends a request to the Firestore
- Parse Firestore payload .
- Add data to the collection
- Handle unknown request
- Get the data .
- Fetches the document
Get all kandi verified functions for this library.
firestore-php Key Features
No Key Features are available at this moment for firestore-php.
firestore-php Examples and Code Snippets
$firestoreClient = new FirestoreClient('project-id', 'AIzaxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', [
'database' => '(default)',
]);
$firestoreClient->addDocument($collection, [
'booleanTrue' => true,
'booleanFalse' => false,
$firestoreClient
->authenticator()
->signInEmailPassword('testuser@example.com', 'abc123');
$firestoreClient
->authenticator()
->signInAnonymously();
composer require ahsankhatri/firestore-php
"require": {
"ahsankhatri/firestore-php": "^2.0",
}
Community Discussions
No Community Discussions are available at this moment for firestore-php.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install firestore-php
You can install the package via composer:. or install it by adding it to composer.json then run composer update.
Support
Please see CONTRIBUTING for details.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page