Libraries tagged by lexica
abdulklarapl/lexer
16 Downloads
Library running lexical analysis for input
lexicon/line-notify
28 Downloads
lexicon/goodday
8 Downloads
A simple Goodday package.
walterwoshid/dissect
54 Downloads
A set of tools for lexical and syntactical analysis written in pure PHP - Fork by WalterWoshid
tomiii/decoda-extended
337 Downloads
A lightweight lexical string parser for BBCode styled markup.
saleshero/mjohnson-decoda
1711 Downloads
A lightweight lexical string parser for BBCode styled markup.
rnapoles/jlex-php-library
10 Downloads
A Lexical Analyzer Generator for PHP
remorhaz/lexer-runtime
0 Downloads
Lexical Analysis Runtime Library
kothman/lexer
22 Downloads
A lexical analyser.
coco-project/sql-cache
23 Downloads
Based on the lexical analysis of "update," "select," "insert," and "delete" SQL statements, an automatic caching strategy is implemented. The strategy involves caching the data when executing a select operation and associating the table name contained in the SQL statement with the corresponding cached records. When executing update, insert, or delete operations, the table name from the SQL statement is extracted, and any cached records containing this table name from previous select operations are deleted. This strategy enables seamless caching without delay and eliminates the need to worry about data synchronization issues. It is particularly effective for tables with infrequent data modifications. For tables with frequent modifications, they can be ignored by configuring the strategy accordingly.
wandu/compiler
15 Downloads
[EXPERIMENT] PHP Base Compiler(Lexical Analyzer).
robinvdvleuten/ulid
2936152 Downloads
Universally Unique Lexicographically Sortable Identifier (ULID) implementation for PHP.
rorecek/laravel-ulid
145407 Downloads
Laravel package for ULID (Universally Unique Lexicographically Sortable Identifier)
not-empty/ulid-php-lib
7211 Downloads
PHP Universally Unique Lexicographically Sortable Identifier (ULID)
lewiscowles/ulid
35146 Downloads
Universally Unique Lexicographically Sortable Identifier ported to PHP