SimpleID is a simple, personal OpenID provider written in PHP.
This is a personal fork to incorporate the bare minimum patches to keep SimpleID working in recent PHP versions until I'm able to find a replacement for OpenID.
I do not maintain this library, nor should you. Please refer to the parent repository for further details. OpenId is dead, don't use it in new developments.
To download the files using Composer you need to
configure this fork as VCS repository in your composer.json
file:
"repositories": {
"simpleid/simpleid": {
"type": "vcs",
"url": "https://github.com/kAlvaro/simpleid"
}
}
You will then be able to handle this copy of the library with exactly the same commands as the original, e.g.:
composer create-project simpleid/simpleid:dev-master simpleid --no-dev
The latest version of SimpleID can be found in the SimpleID web page at http://simpleid.org/
General upgrade instructions can be found in UPGRADE.txt
.
IMPORTANT: SimpleID version 2.0 is almost a complete rewrite of SimpleID and is not backwards compatible with previous versions. It is recommended that you reinstall SimpleID completely and manually migrate configuration and identity files. For further information on migrating from previous versions, see http://simpleid.org/docs/2/migrating/.
For installation instructions, please see the SimpleID Getting Started Guide at http://simpleid.org/docs/2/#getting-started.
Documentation for SimpleID can be found at http://simpleid.org/docs/2/.
Licensing information for SimpleID can be found in the file COPYING.txt
.
If you enjoy using SimpleID, please consider making a donation to support the ongoing development work. To find out more on how to donate, visit http://simpleid.org/donate.
Your donation is very much appreciated.
SimpleID uses the Fat-Free Framework, by Bong Cosca and the F3::Community. Licensing information for this framework can be found at https://github.com/bcosca/fatfree#support-and-licensing.
SimpleID uses the Spyc YAML parser library, by Vladimir Andersen. Licensing information for this library can be found at https://github.com/mustangostang/spyc/blob/master/COPYING.
SimpleID uses the famfamfam Silk icon set, designed by Mark James. The icon set is licensed under a Creative Commons Attribution 2.5 License.
SimpleID uses the jQuery JavaScript library, by John Resig and the jQuery team. Licensing information for this library can be found at http://docs.jquery.com/Licensing.
SimpleID uses the jQuery QR code library, by Jerome Etienne. Licensing information for this library can be found at https://github.com/jeromeetienne/jquery-qrcode/blob/master/MIT-LICENSE.txt.
SimpleID uses the crypto-js library, by Jeff Mott and Evan Vosberg. Licensing information for this library can be found at https://raw.githubusercontent.com/brix/crypto-js/master/LICENSE.
SimpleID uses normalize.css style sheet, by Nicolas Gallagher and Jonathan Neal. Licensing information for this library can be found at https://github.com/necolas/normalize.css/blob/master/LICENSE.md.