Download the PHP package cviebrock/discourse-php without Composer
On this page you can find all versions of the php package cviebrock/discourse-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cviebrock/discourse-php
More information about cviebrock/discourse-php
Files in cviebrock/discourse-php
Package discourse-php
Short Description Helper class for building a single sign-on source for Discourse forums
License MIT
Homepage https://github.com/cviebrock/discourse-php
Informations about the package discourse-php
Discourse Single-Sign-On Helper for PHP
This is a small class to help with providing an SSO source for Discourse forums. It provides 3 helper functions for validating incoming requests, extracting nonce, and building the returning query string.
For more information on the SSO settings in Discourse, visit https://meta.discourse.org/t/official-single-sign-on-for-discourse/13045
Original code from Johan Jatko: https://github.com/ArmedGuy/discourse_sso_php
Installation
The package is registered at Packagist as cviebrock/discourse-php and can be installed using composer:
Usage
Bugs, Suggestions and Contributions
Please use Github for bugs, comments, suggestions.
- Fork the project.
- Create your bugfix/feature branch and write your (well-commented) code.
- Commit your changes and push to your repository.
- Create a new pull request against this project's
master
branch.
Copyright and License
discourse-php was written by Colin Viebrock and released under the MIT License. See the LICENSE file for details.
Copyright 2015 Colin Viebrock