PHP Classes
elePHPant
Icontem

PHP Joomla Login: Authenticate users of a Joomla installation

Recommend this page to a friend!
  Info   View files Documentation   View files View files (3)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2016-12-27 (20 days ago) RSS 2.0 feedNot yet rated by the usersTotal: Not yet counted Not yet ranked
Version License PHP version Categories
habjoomlalogin 1.0.0Freeware5PHP 5, User Management, Web services
Description Author

This class can authenticate users of a Joomla installation.

It can send a HTTP request to a script in a Joomla installation that verifies if the password is valid of a given user.

The script hab-joomla-login.php is provided by this package and must be installed in the target Joomla installation.

  Performance   Level  
Name: Haseeb Ahmad Basil <contact>
Classes: 9 packages by
Country: Pakistan Pakistan
Innovation award
Innovation award
Nominee: 2x

Details

HabJoomlaLogin

Joomla Login functionality for external sources.

Installation

Copy files from joomla-site directory to the root of your Joomla website.

Copy files from other-site directory to where you want to access this API from.

How To Use

Send POST params user and pass to hab-joomla-login.php located inside joomla-site. And it will return user data like json_encoded: username, name, email etc.

To use script inside other-site. Simply include the HabJoomlaLogin.php, to your code and call the HabJoomlaLogin class. here is an example:

<?php

include "path/to/HabJoomlaLogin.php";
//Login Data username and password
$data = [
		"user" => "user123";
		"pass" => "pass123";
	];
//Path to the hab-joomla-login.php located on the server with Joomla installation.
$pathJoomla = "path/to/hab-joomla-login.php";

//Contains the array with user information
$login = HabJoomlaLogin::doLogin($data, $pathJoomla);
  Files folder image Files  
File Role Description
Files folder imagejoomla-site (1 file)
Files folder imageother-site (1 file)
Accessible without login Plain text file README.md Doc. Documentation

  Files folder image Files  /  joomla-site  
File Role Description
  Accessible without login Plain text file hab-joomla-login.php Example Example script

  Files folder image Files  /  other-site  
File Role Description
  Plain text file HabJoomlaLogin.php Class Class source

 Version Control Unique User Downloads  
 100%
Total:0
This week:0