Libraries tagged by php fast library
syntaxseed/iplimiter
97 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.
quintenmbusiness/php-ast-code-generation-helper
76 Downloads
A PHP library for generating Abstract Syntax Tree (AST) nodes programmatically, simplifying code generation with nikic/php-parser.
goaop/ast-manipulator
6 Downloads
Library for transforming an AST of original PHP files
tourze/php-packer
0 Downloads
A PHP library for analyzing, packing and merging PHP files using AST storage
aeviiq/safe-cast
5152 Downloads
A library that provides a secure way to cast variables in PHP.
aait/php-name-parser
11165 Downloads
PHP library to split names into their respective components (first, last, etc). Fork of joshfraser/PHP-Name-Parser
vjik/php-type-caster
4 Downloads
Type casting library
qy-upup/first-last-frame
0 Downloads
A robust PHP library providing a seamless integration for extracting the first and last frames from video files.
krlnwll/php-name-parser
24 Downloads
PHP library to split names into their respective components (first, last, etc)
dyarweb/php-telegram-bot
53 Downloads
Complete Library for Telegram Bots With Pure PHP (Full OOP)
centamiv/cast
0 Downloads
A strictly typed, zero-dependency PHP object-to-object mapping library.
naviocean/laravel-nameparser
5552 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).
standardlibrary/enum
1 Downloads
Reuseable interface for describing PHP objects that can be cast to a string
spaf/simputils
7207 Downloads
Simple minimal but useful set of utils (properties, strings, datetimes, etc.)
spaf/metamagic
4 Downloads
PHP MetaMagic implementation