Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/../../vendor/webklex/../markbaker/../maatwebsite/../nette/../egulias/../laravel/../nwidart/.././authorizenet/authorizenet
الملفات الموجودة في هذا الـ Path:
.
..
.gitignore
.gitmodules
.scrutinizer.yml
.travis.yml
AnetApiSchema.xsd
CONTRIBUTING.md
LICENSE.txt
MIGRATING.md
README.md
autoload.php
classmap.php
composer.json
doc
lib
phpunit.xml.dist
resources
sample-code-php
scripts
test-sample-codes.sh
tests

مشاهدة ملف: composer.json

{
    "name": "authorizenet/authorizenet",
    "type": "library",
	"version": "2.0.2",
    "description": "Official PHP SDK for Authorize.Net",
    "keywords": ["authorizenet", "authorize.net", "payment", "ecommerce"],
    "license": "proprietary",
    "homepage": "http://developer.authorize.net",
    "require": {
        "php": ">=5.6",
        "ext-curl": "*",
        "ext-json": "*"
    },
    "autoload": {
        "classmap": ["lib"]
    },
    "autoload-dev": {
        "classmap": ["tests"]
    }   
}