Skip to content
forked from simpleid/simpleid

Personal fork of SimpleID (simpleid/simpleid at Packagist and GitHub)

License

Notifications You must be signed in to change notification settings

kAlvaro/simpleid

 
 

Repository files navigation

SimpleID

SimpleID is a simple, personal OpenID provider written in PHP.

About this fork

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

Latest Version

The latest version of SimpleID can be found in the SimpleID web page at http://simpleid.org/

Upgrading

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/.

Installation

For installation instructions, please see the SimpleID Getting Started Guide at http://simpleid.org/docs/2/#getting-started.

Documentation

Documentation for SimpleID can be found at http://simpleid.org/docs/2/.

Licensing

Licensing information for SimpleID can be found in the file COPYING.txt.

Donate

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.

Acknowledgements

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.

About

Personal fork of SimpleID (simpleid/simpleid at Packagist and GitHub)

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 93.7%
  • HTML 4.8%
  • CSS 1.5%