├── .gitignore ├── GitHubStrategy.php ├── README.md └── composer.json /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | 3 | -------------------------------------------------------------------------------- /GitHubStrategy.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opauth/github/HEAD/GitHubStrategy.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opauth/github/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opauth/github/HEAD/composer.json --------------------------------------------------------------------------------