PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Hicri   Yapikredi PHP Posnet Service   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Yapikredi PHP Posnet Service
Process payment requests using the Posnet API
Author: By
Last change:
Date: 2 years ago
Size: 330 bytes
 

Contents

Class file image Download
{ "name": "qwerty/posnet-payment-service", "description": "yapikredi posnet payment service", "license": "MIT", "authors": [{ "name": "Qwerty", "email": "qwerty@qwerty.com" }], "require": { "php": "^7.4 || ^8.0" }, "autoload": { "psr-4": { "Qwerty\\PosnetPaymentService\\": "src/" } } }