Skip to content

Releases: surrealdb/surrealdb.php

Release v1.0.1

26 Feb 13:30
0b7b462

Choose a tag to compare

What's Changed

Full Changelog: v1...v1.0.1

Release v1.0.0

31 Mar 12:56
d3482e4

Choose a tag to compare

Release PHP SDK V1 - Stable

What's Changed

New Contributors

Full Changelog: v1.0.0-beta.2...v1.0.0

Release v1.0.0-beta.2

07 Nov 14:17
9f4f0b7

Choose a tag to compare

The PHP SDK is now compatible with SurrealDB 2.0.0. We'd love to collect feedback during this beta period, after which the library will soon be stabilized

What's Changed

Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2

Release v1.0.0-beta.1

13 May 19:49
ecaf6aa

Choose a tag to compare

Release v1.0.0-beta.1 Pre-release
Pre-release
  • Follows the same structure as the JavaScript SDK
  • Support for CBOR network protocol
  • Support for POST RPC protocol
  • Added SurrealDB type classes integrated with CBOR
  • Added database import and export support
  • Added SurrealML import and export support
  • Added WebSocket connection support
  • Added 32 unit tests with 142 assertions
  • Added Github CI for automated testing