https://github.com/darkterminal/turso-api-client-php
Turso Platform API for PHP
https://github.com/darkterminal/turso-api-client-php
Last synced: 5 months ago
JSON representation
Turso Platform API for PHP
- Host: GitHub
- URL: https://github.com/darkterminal/turso-api-client-php
- Owner: darkterminal
- License: mit
- Created: 2024-08-30T00:08:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-06T22:26:17.000Z (over 1 year ago)
- Last Synced: 2025-05-16T17:51:42.702Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 58.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Turso Platform API Library
The Turso Platform API Library is a PHP library that provides a simple and efficient way to interact with the Turso Platform API. The library allows you to manage groups, locations, and extensions, and provides a robust error handling system.
## Installation
```bash
composer require darkterminal/turso-api-client-php
```
## Platforms APIs Usages
- [Databases](docs/Databases.md)
- [Groups](docs/Groups.md)
- [Locations](docs/Locations.md)
- [Organizations](docs/Organizations.md)
- [Members](docs/Members.md)
- [Invites](docs/Invites.md)
- [Audit Logs](docs/AuditLogs.md)
- [API Tokens](docs/APITokens.md)