brandon14/ebay-sdk-php

View on GitHub
src/Commerce/Charity/V1/composer.json

Summary

Maintainability
Test Coverage
{
    "name": "brandon14/ebay-commerce-charity-v1",
    "description": "The Charity API allows third-party developers to search for and access details on supported charitable organizations.",
    "keywords": ["openapitools", "openapi-generator", "openapi", "php", "sdk", "rest", "api", "ebay"],
    "homepage": "https://github.com/brandon14/ebay-commerce-charity-v1",
    "license": "MIT",
    "authors": [
        {
            "name": "OpenAPI-Generator contributors",
            "homepage": "https://openapi-generator.tech"
        },
        {
            "name": "Brandon Clothier",
            "email": "brclothier@trollandtoad.com"
        }
    ],
    "require": {
        "php": "^7.2 || ^8.0",
        "ext-curl": "*",
        "ext-json": "*",
        "ext-mbstring": "*",
        "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
        "guzzlehttp/psr7": "^1.7 || ^2.0"
    },
    "autoload": {
        "psr-4": {
            "TNT\\Ebay\\Commerce\\Charity\\V1\\" : "/"
        }
    }
}