Skip to content
This repository has been archived by the owner on Nov 9, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 372 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 372 Bytes

Getting Started

Self-explaining. Just visit project in your browser.

Requirements

  • cURL: When PHP does NOT have access to cURL LightOpenID will crash when trying the Yahoo! provider. On Ubuntu the following are needed:

    1. sudo apt-get install curl libcurl3 libcurl4-openssl-dev php5-curl
    2. sudo /etc/init.d/apache2 restart
  • Basic knowledge of PHP.