alloylab / column-bank-php-sdk
Column Bank PHP SDK
Installs: 57
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/alloylab/column-bank-php-sdk
Requires
- php: ^8.4|^8.5
- guzzlehttp/guzzle: ^7
Requires (Dev)
- composer/composer: ^2
- pestphp/pest: ^4.1
- phpstan/phpstan: ^2
README
Installation
composer require alloylab/column-bank-php-sdk
Objective
This SDK is intended to be used by developers who wish to integrate with the Column Bank API. This SDK is meant to be a simple wrapper around the Column Bank API as documented at https://column.com/docs/api/
The query parameters for all endpoints are not verified within this project, it relies on Column Bank to accept or reject the query parameters. The parameters are documented in the doc blocks for each endpoint so they are picked up by IDEs.
Work in progress
Most of the endpoints have been implemented; however, I am not adding them to the repo until I have tests created.
Remote Repo
This repo is hosted at https://git.alloylab.com/alloylab/column-bank-php-sdk, and a read-only repo is located on GitHub at https://github.com/alloylab/column-bank-php-sdk
Disclaimer
This repository and its contents are provided “as is,” without warranty of any kind, express or implied. The authors and contributors make no representations or guarantees regarding the accuracy, reliability, security, or suitability of the code for any purpose.
Use of this code is entirely at your own risk. In no event shall the authors or contributors be liable for any damages, including but not limited to data loss, security breaches, financial loss, or business interruption, arising from the use or inability to use this software.
I have no affiliation with Column Bank. I am simply a customer of Column Bank and wanted to implement the API in PHP.