Libraries tagged by als
guzzlehttp/psr7
765807821 Downloads
PSR-7 message implementation that also provides common utility methods
setasign/fpdi
95657865 Downloads
FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.
theseer/fdomdocument
39825105 Downloads
The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.
khaled.alshamaa/ar-php
1327282 Downloads
Set of functionalities enable Arabic website developers to serve professional search, present and process Arabic content in PHP
mossadal/math-parser
1152920 Downloads
PHP parser for mathematical expressions, including elementary functions, variables and implicit multiplication. Also supports symbolic differentiation.
askdkc/breezejp
92489 Downloads
Laravel Breeze(とLaravel UIとJetstream)を標準の各種バリデーションや言語設定、タイムスタンプも含めて一瞬で日本語化対応&言語切替機能も追加 / This package provides Japanese translation for Laravel Breeze, Laravel UI and Jetstream package with language switching feature. It also privides Japanese validation messages
zetacomponents/mail
1662849 Downloads
The component allows you construct and/or parse Mail messages conforming to the mail standard. It has support for attachments, multipart messages and HTML mail. It also interfaces with SMTP to send mail or IMAP, POP3 or mbox to retrieve e-mail.
stefro/laravel-lang-country
18106 Downloads
Setting the locale is not enough most of the time, some countries use more than one languages. Also, different countries use different date notation formats, names, flags and currencies. This package is here to help you with that!
semsol/arc2
151419 Downloads
ARC2 is a PHP library for working with RDF. It also provides a MySQL-based triplestore with SPARQL support.
php-coord/php-coord
635469 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.
outhebox/laravel-translations
26569 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
763025 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
1299205 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
genkgo/mail
49816 Downloads
Library to send e-mails over different transports and protocols (like SMTP and IMAP) using immutable messages and streams. Also includes SMTP server.
dapphp/radius
638748 Downloads
A pure PHP RADIUS client based on the SysCo/al implementation