medyat/parapos

Php client for Parapos API

1.0.18 2023-11-13 12:01 UTC

This package is auto-updated.

Last update: 2024-04-13 12:59:16 UTC


README

This package provides php client for Parapos API.

Requires PHP 8.2+

🧹 Keep a modern codebase with Pint:

composer lint

✅ Run refactors using Rector

composer refacto

⚗️ Run static analysis using PHPStan:

composer test:types

✅ Run unit tests using PEST

composer test:unit

🚀 Run the entire test suite:

composer test