Libraries tagged by agavi
dolondro/google-authenticator
368606 Downloads
Code to authenticate against the Google Authenticator app
stymiee/email-validator
207331 Downloads
The Email Validator library builds upon PHP's built in filter_var($emailAddress, FILTER_VALIDATE_EMAIL); by adding a default MX record check. It also offers additional validation against disposable email addresses, free email address providers, and a custom banned domain list.
stefangabos/zebra_session
91966 Downloads
A drop-in replacement for PHP's default session handler which stores session data in a MySQL database, providing better performance, better security and protection against session fixation and session hijacking
simplesamlphp/simplesamlphp-module-sqlauth
5563794 Downloads
This is a authentication module for authenticating a user against a SQL database
simplesamlphp/simplesamlphp-module-radius
5519826 Downloads
A module that is able perform authentication against a RADIUS server
simplesamlphp/simplesamlphp-module-ldap
5590419 Downloads
A module that provides authentication against LDAP stores
simplesamlphp/simplesamlphp-module-authyubikey
5511019 Downloads
A module that is able to authenticate against YubiKey
simplesamlphp/simplesamlphp-module-authtwitter
5501967 Downloads
A module that is able to perform authentication against Twitter
simplesamlphp/simplesamlphp-module-authcrypt
5564376 Downloads
This module provides authentication against password hashes or .htpasswd files
silverstripe/frameworktest
188712 Downloads
Aids core and module developers in testing their code against a set of sample data and behaviour.
radebatz/openapi-verifier
42098 Downloads
Verify JSON (api response) against OpenAPI specification.
openeuropa/oe_authentication
217195 Downloads
Authentication against the OpenEuropa Authentication service.
lightswitch05/php-version-audit
38528 Downloads
A convenience tool to easily check a given PHP version against a regularly updated list of CVE exploits, new releases, and end of life dates
krzysztof-gzocha/searcher
59487 Downloads
Searcher is a framework-agnostic search query builder. Search queries are written using Criterias and can be run against MySQL, MongoDB, ElasticSearch or even files.
joshralph/password-policy
322093 Downloads
A library to intuitively create password policies and validate a subject against them.