Skip to content

Personal fork of the LightOpenId library (lightopenid/lightopenid at Packagist, Mewp/lightopenid at GitHub)

License

Notifications You must be signed in to change notification settings

kAlvaro/lightopenid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LightOpenId

This is a personal fork to incorporate the bare minimum patches to keep LightOpenId 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.

Instalation

To download the files using Composer you need to configure this fork as VCS repository in your composer.json file:

"repositories": {
    "lightopenid/lightopenid": {
        "type": "vcs",
        "url": "https://github.com/kAlvaro/lightopenid"
    }
}

You will then be able to handle this copy of the library with exactly the same commands as the original, e.g.:

composer require lightopenid/lightopenid:dev-master

About

Personal fork of the LightOpenId library (lightopenid/lightopenid at Packagist, Mewp/lightopenid at GitHub)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%