Libraries tagged by this7
league/factory-muffin
15277718 Downloads
The goal of this package is to enable the rapid creation of objects for the purpose of testing.
jeroendesloovere/vcard
4098181 Downloads
This VCard PHP class can generate a vCard with some data. When using an iOS device it will export as a .ics file because iOS devices don't support the default .vcf files.
jantinnerezo/livewire-alert
1473693 Downloads
This package provides a simple alert utilities for your livewire components.
fico7489/laravel-pivot
6711783 Downloads
This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.
dyrynda/laravel-model-uuid
3265822 Downloads
This package allows you to easily work with UUIDs in your Laravel models.
drupal/core-recommended
44668879 Downloads
Locked core dependencies; require this project INSTEAD OF drupal/core.
dms/phpunit-arraysubset-asserts
30332873 Downloads
This package provides ArraySubset and related asserts once deprecated in PHPUnit 8
consolidation/filter-via-dot-access-data
52540761 Downloads
This project uses dflydev/dot-access-data to provide simple output filtering for applications built with annotated-command / Robo.
colinmollenhour/cache-backend-file
24202584 Downloads
The stock Zend_Cache_Backend_File backend has extremely poor performance for cleaning by tags making it become unusable as the number of cached items increases. This backend makes many changes resulting in a huge performance boost, especially for tag cleaning.
clickbar/laravel-magellan
1096123 Downloads
This package provides functionality for working with the postgis extension in Laravel.
cbschuld/browser.php
7400058 Downloads
A PHP Class to detect a user's Browser. This encapsulation provides a breakdown of the browser and the version of the browser using the browser's user-agent string. This is not a guaranteed solution but provides an overall accurate way to detect what browser a user is using.
aura/sql
2781313 Downloads
A PDO extension that provides lazy connections, array quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code.
async-aws/core
49155377 Downloads
Core package to integrate with AWS. This is a lightweight AWS SDK provider by AsyncAws.
videlalvaro/php-amqplib
6971129 Downloads
Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.
theseer/fdomdocument
42979958 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.