Uname: Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Software: LiteSpeed
PHP version: 8.1.32 [ PHP INFO ] PHP os: Linux
Server Ip: 162.213.251.212
Your Ip: 18.116.49.6
User: allssztx (535) | Group: allssztx (533)
Safe Mode: OFF
Disable Function:
NONE

name : installed.json
[
    {
        "name": "opauth/opauth",
        "version": "0.4.4",
        "version_normalized": "0.4.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/opauth/opauth.git",
            "reference": "436fb98c2374c9e8ae4d8adddf83214bee4d9c72"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/opauth/opauth/zipball/436fb98c2374c9e8ae4d8adddf83214bee4d9c72",
            "reference": "436fb98c2374c9e8ae4d8adddf83214bee4d9c72",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.0"
        },
        "suggest": {
            "opauth/facebook": "Allows Facebook authentication",
            "opauth/google": "Allows Google authentication",
            "opauth/twitter": "Allows Twitter authentication"
        },
        "time": "2013-05-10 09:01:52",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "lib/Opauth/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "U-Zyn Chua",
                "email": "chua@uzyn.com",
                "homepage": "http://uzyn.com"
            }
        ],
        "description": "Multi-provider authentication framework for PHP",
        "homepage": "http://opauth.org",
        "keywords": [
            "Authentication",
            "OpenId",
            "auth",
            "facebook",
            "google",
            "oauth",
            "omniauth",
            "twitter"
        ]
    },
    {
        "name": "opauth/vkontakte",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/dgrabla/opauth-vkontakte.git",
            "reference": "b16698beb8c95481e768857275aa5609e431cc6c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dgrabla/opauth-vkontakte/zipball/b16698beb8c95481e768857275aa5609e431cc6c",
            "reference": "b16698beb8c95481e768857275aa5609e431cc6c",
            "shasum": ""
        },
        "require": {
            "opauth/opauth": ">=0.2.0",
            "php": ">=5.2.0"
        },
        "time": "2014-11-14 12:05:04",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "": "."
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "U-Zyn Chua",
                "email": "chua@uzyn.com",
                "homepage": "http://uzyn.com"
            },
            {
                "name": "David Grajal Blanco",
                "email": "dgrabla@gmail.com",
                "homepage": "http://davidgrajal.com"
            }
        ],
        "description": "VKontakte strategy for Opauth",
        "homepage": "http://opauth.org",
        "keywords": [
            "Authentication",
            "auth",
            "vkontakte"
        ]
    },
    {
        "name": "opauth/facebook",
        "version": "0.2.1",
        "version_normalized": "0.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/opauth/facebook.git",
            "reference": "28c0e53393a03a66cbfea03073d1d6aacfaddb69"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/opauth/facebook/zipball/28c0e53393a03a66cbfea03073d1d6aacfaddb69",
            "reference": "28c0e53393a03a66cbfea03073d1d6aacfaddb69",
            "shasum": ""
        },
        "require": {
            "opauth/opauth": ">=0.2.0",
            "php": ">=5.2.0"
        },
        "time": "2012-09-21 04:47:35",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "": "."
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "U-Zyn Chua",
                "email": "chua@uzyn.com",
                "homepage": "http://uzyn.com"
            }
        ],
        "description": "Facebook strategy for Opauth",
        "homepage": "http://opauth.org",
        "keywords": [
            "Authentication",
            "auth",
            "facebook"
        ]
    },
    {
        "name": "opauth/google",
        "version": "0.2.2",
        "version_normalized": "0.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/opauth/google.git",
            "reference": "35df77684c14acb346a8c3753ae3809852d1a47e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/opauth/google/zipball/35df77684c14acb346a8c3753ae3809852d1a47e",
            "reference": "35df77684c14acb346a8c3753ae3809852d1a47e",
            "shasum": ""
        },
        "require": {
            "opauth/opauth": ">=0.2.0",
            "php": ">=5.2.0"
        },
        "time": "2012-10-18 14:39:52",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "": "."
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "U-Zyn Chua",
                "email": "chua@uzyn.com",
                "homepage": "http://uzyn.com"
            }
        ],
        "description": "Google strategy for Opauth",
        "homepage": "http://opauth.org",
        "keywords": [
            "Authentication",
            "auth",
            "google"
        ]
    }
]
© 2025 GrazzMean-Shell