PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of ángel cruz   PHP Instapago   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Instapago
Process payments with the Instapago API
Author: By
Last change: adding some changes (#62)

* adding some changes :rocket: :rocket:
- drop php 8.1
- update validator
- other changes

* add more changes :D

* Fixed what needed fixing and squished some bugs. :bug:
Date: 10 days ago
Size: 1,448 bytes
 

Contents

Class file image Download
{ "name": "instapago/instapago", "description": "Instapago is a technological solution designed for the market of electronic commerce (eCommerce) in Venezuela and Latin America, with the intention of offering a premium product category, which allows people and companies leverage their expansion capabilities, facilitating payment mechanisms for customers with a friendly integration into systems currently used.", "keywords": [ "Instapago", "instapago" ], "homepage": "https://github.com/abr4xas/instapago", "license": "MIT", "authors": [ { "name": "Angel Cruz", "email": "[email protected]", "role": "Developer" } ], "require": { "php": "^8.2|^8.3|^8.4", "guzzlehttp/guzzle": "^7.9.2" }, "require-dev": { "laravel/pint": "^1.18.3", "mockery/mockery": "^1.6", "pestphp/pest": "^3.7" }, "autoload": { "psr-4": { "Instapago\\Instapago\\": "src" } }, "autoload-dev": { "psr-4": { "Instapago\\Instapago\\Tests\\": "tests" } }, "scripts": { "test": "vendor/bin/pest", "test-coverage": "vendor/bin/pest --coverage", "format": "vendor/bin/pint" }, "config": { "sort-packages": true, "allow-plugins": true }, "minimum-stability": "dev", "prefer-stable": true }