PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Alexey Dodonov   Mezon PHP Social Network Platform Integration   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mezon PHP Social Network Platform Integration
Access APIs of social networks and get user data
Author: By
Last change:
Date: 3 years ago
Size: 917 bytes
 

Contents

Class file image Download
{ "name" : "mezon/social-network", "description" : "https://github.com/alexdodonov/mezon-social-network", "license" : "MIT", "authors" : [{ "name" : "Dodonov Alexey", "email" : "alexey@dodonov.pro", "homepage" : "http://gdzone.ru", "role" : "Founder" } ], "require-dev": { "phpunit/phpunit": "8.5" }, "require" : { "php" : ">=7.2.0", "mezon/custom-client" : "^1.0.0" }, "support" : { "email" : "alexey@dodonov.pro", "issues" : "https://github.com/alexdodonov/mezon-social-network/issues", "source" : "https://github.com/alexdodonov/mezon-social-network" }, "minimum-stability" : "dev", "homepage" : "https://github.com/alexdodonov/mezon-social-network", "prefer-stable" : true, "autoload": { "psr-4": { "Mezon\\SocialNetwork\\": "", "Mezon\\SocialNetwork\\Auth\\": "" } }, "scripts": { "test": [ "php ./vendor/phpunit/phpunit/phpunit --testsuite all" ] } }