jalismrs / stalactite-api.client
PHP Client for Stalactite API
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 1 180
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 1
Requires
- php: ^7.4|^8.0
- ext-json: *
- hunomina/data-validator: ^4.4
- lcobucci/jwt: ^4.0
- psr/simple-cache: ^1.0
- symfony/config: >=4.4 <6
- symfony/contracts: >=1.1.7 <3
- symfony/http-client: >=4.4 <6
- symfony/property-access: >=4.4 <6
- symfony/serializer: >=4.4 <6
Requires (Dev)
- phpunit/phpunit: ^9.5
- dev-master
- 0.14.1
- 0.14.0
- 0.13.1
- 0.13.0
- 0.12.2
- 0.12.1
- 0.12.0
- 0.11.2
- 0.11.1
- 0.11.0
- 0.10.0
- 0.9.1
- 0.9.0
- 0.8.4
- 0.8.3
- 0.8.2
- 0.8.1
- 0.8.0
- 0.7.6
- 0.7.5
- 0.7.4
- 0.7.3
- 0.7.2
- 0.7.1
- 0.7.0
- 0.6.1
- 0.6.0
- 0.5.0
- 0.4.7
- 0.4.6
- 0.4.5
- 0.4.4
- 0.4.3
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.0
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- dev-fix-php-version-constraint
- dev-dev
This package is auto-updated.
Last update: 2024-05-04 20:19:03 UTC
README
PHP client for the Stalactite API
Installation
Library
git clone https://github.com/jalismrs/stalactite.client
Composer
composer require jalismrs/stalactite-api.client
Contribute
- clone the project
- checkout a new branch
- make your changes
- create a pull request on github
All tests must pass.
Tests
vendor/bin/phpunit
vendor/bin/phpunit --testsuite NAME