humansix/pennylane-php-sdk

Pennylane SDK for PHP

Installs: 531

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/humansix/pennylane-php-sdk

dev-master 2024-09-13 20:40 UTC

This package is not auto-updated.

Last update: 2026-01-03 18:40:28 UTC


README

Pennylane PHP SDK This client library for pennylane.com API.

Prerequisites PHP >=8.2 Composer Installation For production environments you can include the library as a dependency in your project using composer.

composer require humansix/pennylane-php-sdk You will also need to ensure you have packages that satisfy the virtual psr/http-client-implementation and psr/http-factory-implementation requirements. If you do not, then you can require Guzzle, which will satisfy both:

composer require guzzlehttp/guzzle Usage See the example folder for working examples of how to use the library.

Tests & Quality We use PHPUnit for unit testing the app and PHPStan, PHP CodeSniffer and PHP Mess Detector for quality checks.

Run composer unit-test to run the unit tests. Run composer quality-check to run the quality check tools.