Libraries tagged by attempt
teikun-86/anti-spoof
7 Downloads
Laravel middleware to detect and prevent spoofed IPs, forged headers, and identity manipulation attempts.
syntaxseed/iplimiter
92 Downloads
A PHP IP logging library (framework agnostic) to track attempts and time since last attempt for an event by an IP address. Run an event against a ruleset to determine pass/fail. Supports banning.
salfade/laravel-login-tracker
2080 Downloads
A simple package to track users successful login attempts
rapidwebltd/improved-polymorphic-eloquent-builder
1147 Downloads
Attempting to use whereHas queries with standard Eloquent polymorphic relationships will fail, due to Eloquent being unable to determine the correct model to retrieve. The 'Improved Polymorphic Eloquent Builder' is a class which extends the Eloquent Builder class that is built in to Laravel 5.1. It enables limited use of the whereHas method to query Eloquent polymorphic relationships.
ofbeaton/mediawiki-realnames
147 Downloads
attempts to add realname to all username links.
naviocean/laravel-nameparser
5544 Downloads
PHP library to split names into their respective components. Besides detecting first and last names, this library attempts to handle prefixes, suffixes, initials and compound last names like 'Von Fange'. It also normalizes prefixes (Mister -> Mr.) and fixes capitalization (JOHN SMITH -> John Smith).
mralston/lockout
312 Downloads
Locks user accounts after a set number of failed login attempts.
mitchazj/laravel-rickroll
236 Downloads
Sometimes you just gotta rickroll people who attempt to mess with your website.
magenizr/magento2-adminuser
2617 Downloads
Identify rarely used admin accounts. It shows you the date and time of the last login as well as failed login attempts.
illuminatech/db-safedelete
36 Downloads
Attempts to invoke force delete, if it fails - falls back to soft delete.
hacktophp/hacktophp
30 Downloads
A Hack to PHP transpiler that attempts to preserve as many types as possible
grosv/sundial
15 Downloads
An attempt at natural language date / time parsing in PHP
footballfan141/log-limiter
9 Downloads
A PHP class for login attempts abuse preventing.
drewlabs/validation
377 Downloads
Provides validation implementation using view model or array. It provides a wrapper arround laravel fluent validator factory class, but is attempt to be framework agnostic
davidjeddy/normie
11 Downloads
Attempt to normalize the PHP standard library array and string function parameter order.