Skip to content

Releases: uselagoon/lagoon-php-sdk

Version 1.6.2

05 Mar 20:15
309f43a
Compare
Choose a tag to compare
  • Add default developer token so it works independently and allow token to be optional.
  • Add FetchAll users.
  • Fix api-* scripts so they work in any folder, including vendor bin dirs.

Version 1.6.1: Simpler Docker Compose API instance.

01 Mar 22:56
2a15844
Compare
Choose a tag to compare

This release simply adds a docker-compose.yml file to the tests folder, so that the api-start and other commands don't have to build all of the containers from scratch.

1.6.0: First Official Release!

01 Mar 22:55
Compare
Choose a tag to compare

This is the first officially supported release of the Lagoon PHP SDK.

This release contains only the following improvements over the original community package from steveworley:

  • Includes Lagoon source using a "pseudo-package" to allow launching of the API for development and testing.
  • Automates testing of the library against a running Lagoon API instance using GitHub Actions.
  • Clean up README.md to reflect the new information and include more example code.