Libraries tagged by likes
krowinski/php-mysql-replication
78174 Downloads
Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.
krowinski/bcmath-extended
856423 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
jmose/command-scheduler-bundle
1361028 Downloads
This Symfony bundle will allow you to schedule all your commands just like UNIX crontab
jlorente/php-credit-cards
285873 Downloads
A PHP package to perform operations on debit and credit cards like format, validate brand, number and Luhn algorithm. It validates popular brands like Visa, Mastercard, American Express, etc.
hootlex/laravel-moderation
110394 Downloads
A simple Content Moderation System for Laravel 5.* that allows you to Approve or Reject resources like posts, comments, users, etc.
gravitypdf/querypath
531199 Downloads
PHP library for HTML(5)/XML querying (CSS 4 or XPath) and processing (like jQuery) with PHP8.3 support
genkgo/mail
55958 Downloads
Library to send e-mails over different transports and protocols (like SMTP and IMAP) using immutable messages and streams. Also includes SMTP server.
essence/essence
483826 Downloads
Extracts information about medias on the web, like youtube videos, twitter statuses or blog articles.
deligoez/laravel-model-hashid
55883 Downloads
Generate, Save, and Route Stripe/Youtube-like Hash IDs for Laravel Eloquent Models
croustibat/filament-jobs-monitor
131879 Downloads
Background Jobs monitoring like Horizon for all drivers for FilamentPHP
crestapps/laravel-code-generator
77893 Downloads
An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many on the use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.
configcat/configcat-client
820721 Downloads
ConfigCat is a feature flag, feature toggle, and configuration management service. That lets you launch new features and change your software configuration remotely without actually (re)deploying code. ConfigCat even helps you do controlled roll-outs like canary releases and blue-green deployments.
components/mathjs
3200 Downloads
Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser with support for symbolic computation, comes with a large set of built-in functions and constants, and offers an integrated solution to work with different data types like numbers, big numbers, complex numbers, fractions, units, and matrices.
casbin/laravel-authz
239129 Downloads
An authorization library that supports access control models like ACL, RBAC, ABAC in Laravel.
anik/form-request
311810 Downloads
Form request is a package for Lumen that lets developer validate form requests like Laravel does.