Recommended by Users (3 of 83)
CALL SOAP WEB SERVICE SOAP AUTHENTICATION Pity Problem to call Web service with authentication I am facing problem in calling a web service and get its info The web services URL (SSL): * URL for web services: https://www.tadawul.com.sa/Tadawul_WebAPI/services/GetDetailQuote * URL for WSDL: https ...
HOW CAN USERS LOGIN WITH SMS AUTHENTICATION? LOGIN PAGE SMS AUTHENTICATION Sharan Rai Login page code that has SMS authentication I need code for a login page that has SMS authentication. PHP SMS AUTHENTICATION: AUTHENTICATE USERS ONCE USING CODES SENT VIA SMS This class can authenticate users once ...
WHAT IS THE BEST PHP LDAP USER AUTHENTICATION CLASS? LDAP USER AUTHENTICATION SMATI Djassem LDAP user authentication and get user info I need a LDAP class for user authentication and get user information PHP LDAP: AUTHENTICATE USERS CONNECTING TO A LDAP SERVER This class can authenticate users connecting ...
... that were performed - Execute database table queries - Restrict the access to this application to authenticated users registered with its own user authentication service PHP Programming Innovation award nominee September 2025 Many PHP applications use SQL databases to store information that needs to ...
... that use the Laravel framework. The package also provides scripts that use Laravel valet command to link the applications to reuse the same user authentication code. PHP Programming Innovation award nominee June 2025 Laravel provides a way to reuse code from different applications using links. This ...
PHP 5, Cryptography, Security This class can check a YubiKey OTP authentication locally. It can take the first 12 characters (public id) of OTP (One Time Password) to check to retrieve the right AES key secret from your user identification handler to decrypt the dynamic OTP part. This class includes ...
... if the access token expired and refresh the token value before sending an API call, without requiring the user presence. For servers that support re-authentication like Facebook, the class may also force the user to enter this application password on the authorization page. For servers that support ...
Cryptography, User Management, Security This class can be used to authenticate and manage OTP user tokens for strong two-factor authentication. It can create, update and delete tokens to authenticate users with one time passwords (OTP). The users data is stored in files. The class can also check ...
Cryptography, Security, PHP 7 This package implements 2 factor authentication independent of the vendor. It can generate one time passwords using either HOTP (Event-based One-Time Password) and TOTP (Time-based One-Time Password). Currently the package provides one OTP implementation using Google ...
PHP 5, Web services, Security This class can check YubiKeys OTP in multiple servers. It sends HTTP requests to one or more YubiCloud servers to validate OTP (one time password) keys. The class can send multiple validation HTTP requests in parallel to multiple servers. PHP Programming Innovation award ...
PHP 5, Databases, User Management This class can register and login users using a database via PDO. It can process the registration of a user given the user name, password, name and email address. It can also authenticate a user given the user name and password and optionally set a cookie to remember ...
Databases, User Management, Cache, Da..., D..., P..., T... This package provides several classes that can connect to many kinds of databases and executes SQL queries to perform any type of data access (MySQLi, PDO) to database tables. Currently, it can: - Connect to a database server via MySQLi or ...
PHP 5, User Management, Security This package provides a base class to authenticate an logged in users. It can process the authentication of user that logs in with a user name and a password using callback functions to perform the credentials verification and user permission checks. A sub-class can ...