Libraries tagged by lon
texy/texy
756131 Downloads
Texy converts plain text in easy to read Texy syntax into structurally valid (X)HTML. It supports adding of images, links, nested lists, tables and has full support for CSS. Texy supports hyphenation of long words (which reflects language rules), clickable emails and URL (emails are obfuscated against spambots), national typographic single and double quotation marks, ellipses, em dashes, dimension sign, nonbreakable spaces (e.g. in phone numbers), acronyms, arrows and many others. Texy code can optionally contain HTML tags.
keiko/uuid-shortener
178183 Downloads
A simple shortener library for RFC 4122 compatible UUIDs. Change your 36 chars long UUID into it's shorter equivalent.
jfcherng/php-sequence-matcher
3429703 Downloads
A longest sequence matcher. The logic is primarily based on the Python difflib package.
crazycodr/standard-exceptions
187000 Downloads
This project is aimed at providing additional standard exceptions to php. Many exceptions that are missing from the SPL are constantly being reproduced in different projects. By providing a package of high-quality, well organised exceptions, it will, in the long run, increase interoperability between projects.
aimeos/ai-controller-jobs
306240 Downloads
Aimeos job controllers for long running tasks
seatgeek/djjob
202994 Downloads
Allows PHP web applications to process long-running tasks asynchronously
akuechler/laravel-geoly
47044 Downloads
Perform fast and efficient radius searches on your Laravel Eloquent models.
tecnickcom/tc-lib-file
543968 Downloads
PHP library to read byte-level data from files
nelexa/buffer
507465 Downloads
Reading And Writing Binary Data (incl. primitive types, ex. byte, ubyte, short, ushort, int, uint, long, float, double). The classes also help with porting the I/O operations of the JAVA code.
laravie/geotools
50743 Downloads
Geo-related tools PHP 7+ library
jackpopp/geodistance
110179 Downloads
Search for locations within a radius using latitude and longitude values with your eloquent models.
data-values/geo
572289 Downloads
Geographical value objects, parsers and formatters
ballen/distical
131799 Downloads
A distance (Lat/Long) calculation library for PHP
rinvex/laravel-addresses
56499 Downloads
Rinvex Addresses is a polymorphic Laravel package, for addressbook management. You can add addresses to any eloquent model with ease.
eloquent/lcs
350351 Downloads
An implementation of the 'longest common subsequence' algorithm for PHP.