-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3688 from uselagoon/documentation/add_tooling_link
Documentation: Adds documentation pointing to client libraries
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Lagoon client libraries | ||
|
||
If you're interested in developing tooling for the Lagoon ecosystem, there are a few libraries that you may find helpful. | ||
|
||
## Golang | ||
### Machinery | ||
|
||
The Machinery library is the most actively supported and developed of the tooling libraries for Lagoon. | ||
It is a central store of all the basic operations used across all our golang based tool types, primarily -- but not exclusively -- for API interaction. | ||
|
||
[https://github.com/uselagoon/machinery/](https://github.com/uselagoon/machinery/) | ||
|
||
|
||
## PHP | ||
|
||
If you're looking for PHP integration, the php-sdk may give you a good jumping off point for your work. | ||
|
||
[https://github.com/uselagoon/lagoon-php-sdk](https://github.com/uselagoon/lagoon-php-sdk) | ||
|
||
# Third Party Libraries | ||
|
||
## Ansible | ||
|
||
A frequently updated and expanding Ansible library for interacting with Lagoon. | ||
|
||
[https://github.com/salsadigitalauorg/lagoon_ansible_collection](https://github.com/salsadigitalauorg/lagoon_ansible_collection) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters