jdg223 / faunadb
A library for interacting with FaunaDB and writing FQL.
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 2
pkg:composer/jdg223/faunadb
Requires
- php: ^8.0
- php-http/discovery: ^1.14
- php-http/httplug: ^2.2
- php-http/message-factory: ^1.0
- psr/http-client: ^1.0
- psr/http-factory: ^1.0
- psr/http-message: ^1.0
- webmozart/assert: ^1.10
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- guzzlehttp/psr7: ^1.8
- pestphp/pest: ^1.7
- php-http/message: ^1.11
- php-http/mock-client: ^1.4
- symfony/var-dumper: ^5.3
- vimeo/psalm: ^4.7
This package is not auto-updated.
Last update: 2025-10-25 05:25:37 UTC
README
A PHP Implementation of the FaunaDB client.
This is heavily based off the JS implementation from FaunaDB themselves.