Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/./../app/.././../../finland.picotech.app/public_html/storage/../vendor/./nikic/../dompdf/../alexandr-mironov/../monolog/../unicodeveloper/../dragonmantank/../telnyx/../filp/../phpstan/.././laminas/../africastalking/./../vlucas/../tijsverkoyen/./.././africastalking/africastalking
الملفات الموجودة في هذا الـ Path:
.
..
.gitignore
LICENSE
README.md
composer.json
composer.lock
example
phpunit.xml
src
tests

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

{
    "name": "africastalking/africastalking",
    "description": "Official Africa's Talking PHP SDK",
    "keywords": ["sms", "voice", "ussd", "text message", "airtime", "api", "africastalking"],
    "homepage": "http://github.com/AfricasTalkingLtd/africastalking-php",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Africas's Talking",
            "email": "support@africastalking.com",
            "homepage": "https://www.africastalking.com"
        }
    ],
    "require": {
        "php": ">=7.1",
        "guzzlehttp/guzzle": "^6.0 || ^7.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.3"
    },
    "autoload": {
        "psr-4": {
            "AfricasTalking\\SDK\\": "src/",
            "AfricasTalking\\SDK\\Tests\\": "tests"
        }
    }
}