Search code examples
phpsteam

How can i use PHP-SteamCommunity without composer


Im trying to figure out how to use this lib without composer Because i couldnt not install it correctly on my pc

Link to lib on GitHub: https://github.com/waylaidwanderer/PHP-SteamCommunity.


Solution

  • The developer listed depencencies on the following page: https://libraries.io/github/waylaidwanderer/PHP-SteamCommunity

    composer.json

    • phpseclib/phpseclib
    • phpunit/phpunit

    composer.lock

    • phpseclib/phpseclib
    • phpunit/php-code-coverage
    • phpunit/php-file-iterator
    • phpunit/php-text-template
    • phpunit/php-timer
    • phpunit/php-token-steam
    • phpunit/phpunit
    • phpunit/phpunit-mock-objects
    • symfony/yaml