brightecapital / api-sdk
SDK for interacting with Brighte APIs
Installs: 12 267
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 0
Open Issues: 1
Requires
- php: >=7.1
- ext-json: *
- cache/adapter-common: ^1.2
- fig/http-message-util: ^1.1
- guzzlehttp/psr7: ^1.6
- netresearch/jsonmapper: ^3.1
- psr/cache: ^1.0
- psr/http-client: ^1.0
- psr/http-factory: ^1.0
- psr/log: ^1.1
Requires (Dev)
- pact-foundation/pact-php: ^6.0.0
- phpunit/phpunit: ^7.5
- squizlabs/php_codesniffer: 3.5
- vlucas/phpdotenv: ^5.4
- dev-master
- v1.3.11
- v1.3.10
- v1.3.9
- v1.3.8
- v1.3.7
- v1.3.6
- V1.3.5
- v1.3.4
- v1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.3
- 1.2.2
- 1.2.1
- v1.2.0
- v1.1.0
- v1.0.12
- v1.0.11
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-chore/debug-log
- dev-feature/PLT-271-local-cache
- dev-fix/fix-cache-key-clash
- dev-feature/PLT-271-add-cache
- dev-fix/fix-error-handling-for-gql
- dev-fix/fix-optional-params-for-get-financial-product-config
- dev-feature/PLT-176-add-get-product-from-finance-core
- dev-feature/PLT-179-add-pact-testing
- dev-feature/PLT-150-add-finance-core-api
- dev-feature/NGMA-430-Jwt-refresh
- dev-tmp/SHLD-99-express
- dev-feature/BH-6564
- dev-featuer/BH-6559
- dev-feature/BH-6505
- dev-feature/BH-6503
- dev-feature-BH-6166
- dev-feature/BH-6179
- dev-feature/BH-6074
- dev-BH-6038-updateCategoryPath
This package is auto-updated.
Last update: 2022-05-02 05:52:16 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.