brightecapital / api-sdk
SDK for interacting with Brighte APIs
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
v1.31.0
2024-07-19 06:05 UTC
Requires
- php: >=7.1|^8.0
- ext-json: *
- fig/http-message-util: ^1.1
- guzzlehttp/psr7: ^1.6
- netresearch/jsonmapper: ^3.1
- psr/cache: ^1.0|^2.0|^3.0
- psr/http-client: ^1.0
- psr/http-factory: ^1.0
- psr/log: ^1.1
Requires (Dev)
- pact-foundation/pact-php: ^8.1
- phpunit/phpunit: ^9.6
- squizlabs/php_codesniffer: 3.5
- vlucas/phpdotenv: ^5.4
This package is auto-updated.
Last update: 2024-09-17 03:39:18 UTC
README
SDK for interacting with Brighte APIs in PHP
Authors
Chris Young chris.young@brighte.com.au
Team
- Services Team
- Architecture Team
Contributing
- Never commit directly to master. Always make pull requests to the Authors
- This repository does not use git flow. There is no develop branch, only master and features.
- PHP codesniffer linting must pass. Do not use disable annotations.
- All tests must pass. 90% code coverage is required.