Download the PHP package acedude/lightopenid without Composer
On this page you can find all versions of the php package acedude/lightopenid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download acedude/lightopenid
More information about acedude/lightopenid
Files in acedude/lightopenid
Package lightopenid
Short Description Lightweight PHP5 library for easy OpenID authentication.
License MIT
Homepage https://github.com/acedude/LightOpenID
Informations about the package lightopenid
NOTICE
I am no longer able to support or maintain this project - if you would like to take over the project, please drop me a line.
LightOpenID
Lightweight PHP5 library for easy OpenID authentication.
Version....:
1.3.1 :arrow_double_down: ( see the change log for details )Released on:
March 04, 2016Source code:
Official GitHub Repo :octocat:Homepage...:
http://code.google.com/p/lightopenid/Author.....:
Mewp
Quick start
Add to composer.json
Sign-on with OpenID in just 2 steps:
-
Authentication with the provider:
- Verification:
Support for AX and SREG extensions:
To use the AX and SREG extensions, specify $openid->required
and/or $openid->optional
before calling $openid->authUrl()
. These are arrays, with values being AX schema paths
(the 'path' part of the URL). For example:
Note that if the server supports only SREG or OpenID 1.1, these are automaticaly mapped to SREG names. To get the values use:
For more information see USAGE.md.
Requirements
This library requires PHP >= 5.1.2 with cURL or HTTP/HTTPS stream wrappers enabled.
Features
- Easy to use - you can code a functional client in less than ten lines of code.
- Uses cURL if avaiable, PHP-streams otherwise.
- Supports both OpenID 1.1 and 2.0.
- Supports Yadis discovery.
- Supports only stateless/dumb protocol.
- Works with PHP >= 5.
- Generates no errors with
error_reporting(E_ALL | E_STRICT)
.
Links
- JavaScript OpenID Selector - simple user interface that can be used with LightOpenID.
- HybridAuth - easy to install and use social sign on PHP library, which uses LightOpenID.
- OpenID Dev Specifications - documentation for the OpenID extensions and related topics.
License
LightOpenID is an open source software available under the MIT License.