Libraries tagged by agls
php-coord/php-coord
694279 Downloads
PHPCoord is a PHP library to aid in handling coordinates. It can convert coordinates for a point from one system to another and also calculate distance between points.
patchlevel/event-sourcing
73647 Downloads
A lightweight but also all-inclusive event sourcing library with a focus on developer experience
outhebox/laravel-translations
41120 Downloads
Laravel Translations UI provides a simple way to manage your translations in your Laravel application. It allows you to add, edit, delete and export translations, and it also provides a search functionality to find translations.
krowinski/bcmath-extended
832510 Downloads
Extends php BCMath lib for missing functions like floor, ceil, round, abs, min, max, rand for big numbers. Also wraps existing BCMath functions. (more http://php.net/manual/en/book.bc.php) Supports scientific notations
inacho/php-credit-card-validator
1321206 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
genkgo/mail
54037 Downloads
Library to send e-mails over different transports and protocols (like SMTP and IMAP) using immutable messages and streams. Also includes SMTP server.
mehr-als-nix/parallel
493429 Downloads
This package is a port of PhpDumentor/Parallel
alsvanzelf/jsonapi
118543 Downloads
Human-friendly library to implement JSON:API without needing to know the specification.
alsofronie/eloquent-uuid
314841 Downloads
A Laravel Eloquent Model trait for using UUID's as primary keys
ab-alselwi/laravel-arabic-html
15377 Downloads
Convert laravel view to arabic html (pdf) by using ArPHP and dompdf with arabic fonts and text.
zetacomponents/console-tools
1631868 Downloads
A set of classes to do different actions with the console (also called shell). It can render a progress bar, tables and a status bar and contains a class for parsing command line options.
udokmeci/yii2-phone-validator
200354 Downloads
Yii2 Phone validator wrapper on top of PhoneNumberUtil library also used by Android devices
tuyakhov/yii2-notifications
30004 Downloads
The extension provides support for sending notifications across a variety of delivery channels, including mail, SMS, Slack etc. Notifications may also be stored in a database so they may be displayed in your web interface.
torgodly/html2media
3037 Downloads
Html2Media is a versatile Laravel package that allows users to convert HTML content into high-quality PDFs with options for either downloading or triggering a print dialog. Ideal for generating documents, invoices, and reports, this package includes configurable settings for file name, page orientation, format, margins, and scale. Html2Media also provides seamless integration with Filament actions, enabling dynamic content rendering in modals and customizable output previews. Whether you need to save a PDF or send it directly to the printer, Html2Media simplifies the process with robust, flexible features.
tonirilix/nested-json-flattener
79608 Downloads
A php package to flatten nested json objects and nested arrays. It also allows you to create csv files from the flattened data.