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.
Installs: 19 418
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 8
Forks: 0
Open Issues: 1
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
- dev-master
- v1.31.0
- v1.30.0
- v1.29.0
- v1.28.0
- v1.27.0
- v1.26.0
- v1.25.0
- v1.24.0
- v1.23.0
- v1.22.0
- v1.21.0
- v1.20.0
- v1.9.4
- v1.9.3
- v1.9.2
- v1.9.1
- v1.9.0
- v1.8.6
- v1.8.5
- v1.8.4
- v1.8.3
- v1.8.2
- v1.8.1
- v1.8.0
- v1.7.5
- v1.7.4
- v1.7.3
- v1.7.2
- v1.7.1
- v1.7.0
- v1.6.0
- v1.5.0
- v1.4.0
- 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-feat/CT-524
- dev-feat/CT-519
- dev-feat/CT-434-get-client-details
- dev-fix/CT-000
- dev-feat/CT-401
- dev-fix/CT-379
- dev-fix/NGMA-1456
- dev-feat/NGMA-1412
- dev-fix/SHAR-335-legacy-client-id
- dev-fix/NGMA-1113
- dev-feat/NGMA-1113
- dev-feat/NGMA-1098-product-config
- dev-feat/NGMA-1095-promotion-to-config
- dev-fix/NGMA-1060-product-configuration
- dev-feature/NGMA-1060-upgrade-to-symfony-cache
- dev-feat/SHLD-710-add-vendor-query-2
- 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: 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.