⚝
One Hat Cyber Team
⚝
Your IP:
172.22.0.1
Server IP:
151.80.20.34
Server:
Linux 794f04d97d5e 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64
Server Software:
Apache/2.4.62 (Debian)
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
html
/
vendor
/
paymentwall
/
paymentwall-php
/
View File Name :
composer.json
{ "name": "paymentwall/paymentwall-php", "description": "Paymentwall PHP Library. Paymentwall is the leading digital payments platform for globally monetizing digital goods and services.", "version": "2.2.4", "type": "library", "homepage": "https://www.paymentwall.com/?source=gh", "keywords": [ "paymentwall", "api", "payments", "carrier billing", "credit cards", "alternative payments", "monetization", "recurring billing", "payment processing" ], "license": "MIT", "authors": [ { "name": "Paymentwall Team", "email": "devsupport@paymentwall.com" } ], "require": { "php": ">=5.2", "ext-curl": "*", "ext-json": "*" }, "require-dev": { "behat/behat": "2.4.*@stable" }, "scripts": { "test": [ "@composer install", "vendor/behat/behat/bin/behat" ] }, "config": { "bin-dir": "bin/" }, "autoload": { "classmap": ["lib/Paymentwall/"] }, "minimum-stability": "dev" }