phpcreation / phpcreation-sdk-php
PHP SDK to interact with the APIs from PHPCreation apps.
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 2
pkg:composer/phpcreation/phpcreation-sdk-php
Requires
- php: >=8.2
- ext-openssl: *
- firebase/php-jwt: ^6
Requires (Dev)
- phpunit/phpunit: ^10
This package is not auto-updated.
Last update: 2026-01-01 18:42:43 UTC
README
phpcreation-sdk-php
Installation
Using composer:
composer require phpc/phpcreation-sdk-php
For contributors
Semantic Versioning
Semantic release workflow is configured which follows the commitlint commit message convention. Whenever you want to publish new version of package, manual trigger the workflow from GitHub actions to deploy new version.
PHPCreation Team section
Run the setup locally
Use the docker compsoe to run the container
$ docker compose up --build
Install the dependencies
$ ./exec "composer install"
How to Run Tests
In order to execute test cases, you can run the following command
$ ./vendor/bin/phpunit tests/