PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ewerton Daniel   API picpay PHP SDK for E-Commerce   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: API picpay PHP SDK for E-Commerce
Process e-commerce payments via PicPay API
Author: By
Last change:
Date: 1 year ago
Size: 882 bytes
 

Contents

Class file image Download
{ "name": "ewertondaniel/picpay-e-commerce-php-sdk", "version": "v1.0.6", "description": "PicPay E-Commerce PHP SDK: This PHP library provides developers with a simple set of bindings to help you integrate PicPay E-Commerce API to a website and start receiving payments.", "keywords": [ "picpay", "wallet", "e-commerce" ], "homepage": "https://github.com/EwertonDaniel/picpay-e-commerce-php-sdk", "require": { "php": ">=8.1", "guzzlehttp/guzzle": "^7.0.1", "echosistema/simple-http-request": ">=1.0.1" }, "require-dev": { "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.7" }, "type": "library", "license": "MIT", "autoload": { "psr-4": { "EwertonDaniel\\PicPay\\": "src/" } }, "authors": [ { "name": "Ewerton Daniel", "email": "ewertondaniel@icloud.com" } ], "minimum-stability": "dev" }