simpaypl / laravel
Official SimPay.pl Laravel package
Installs: 168
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/simpaypl/laravel
Requires
- php: ^8.3
- laravel/framework: ^11.0|^12.0
- spatie/laravel-package-tools: ^1.19.0
README
(c) 2025 Payments Solution Sp. z o.o.
Documentation and examples:
Please see https://simpaypl.gitbook.io/simpay-laravel
Installation:
Installation via Composer:
composer require simpaypl/laravel
Optionally you can publish config file:
php artisan vendor:publish --tag=simpay-config
You should put these parameters in your .env file:
SIMPAY_BEARER_TOKEN=YOUR_SIMPAY_API_TOKEN
SIMPAY_SMS_SERVICE_ID=YOUR_SMS_SERVICE_ID
SIMPAY_DIRECT_BILLING_SERVICE_ID=YOUR_DIRECTBILLING_SERVICE_ID
SIMPAY_DIRECT_BILLING_SERVICE_HASH=YOUR_DIRECTBILLING_SERVICE_HASH
SIMPAY_PAYMENT_SERVICE_ID=YOUR_PAYMENT_SERVICE_ID
SIMPAY_PAYMENT_SERVICE_HASH=YOUR_PAYMENT_SERVICE_HASH