PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Yorman   Cloudflare D1 PHP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content typex: text/plain
Description: Auxiliary data
Class: Cloudflare D1 PHP
Query databases stored in Cloudflare D1 using SQL
Author: By
Last change:
Date: 1 month ago
Size: 719 bytes
 

Contents

Class file image Download
{ "name": "yerikmiller/cloudflare-d1-php", "description": "A lightweight PHP client for Cloudflare D1 database", "type": "library", "keywords": [ "php", "cloudflare", "d1" ], "license": "MIT", "authors": [ { "name": "Yorman", "email": "[email protected]" } ], "require": { "php": ">=8.0", "ext-curl": "*", "ext-json": "*" }, "require-dev": { "phpunit/phpunit": "^9.0" }, "autoload": { "psr-4": { "Cloudflare\\D1\\": "src/" } }, "autoload-dev": { "psr-4": { "Cloudflare\\D1\\Tests\\": "tests/" } } }