Libraries tagged by USGS
shawnveltman/laravel-openai
1068 Downloads
An OpenAI API wrapper that uses the Laravel Http facade for easier testing
sevenspan/laravel-whatsapp
3285 Downloads
It uses whatsapp cloud API to send whatsapp messages.
salibhdr/php-dump-logger
328 Downloads
PHP dump logger uses Symfony's var-dumper to create a simple, easy to use, eye-friendly, and pretty log files for any PHP application. It can be used either standalone, with Laravel, Symfony, yii2, and other PHP frameworks
rodrifarias/slim-route-attributes
1096 Downloads
Slim Route Attributes is a route scanner that uses PHP attributes
piotrpress/wordpress-hooks
197 Downloads
This library uses PHP Attributes (introduced in PHP version 8.0) to automagically add/remove WordPress Hooks (Filters and Actions) to/from functions and methods.
php-extended/php-simple-cache-filesystem
40182 Downloads
A psr-16 compliant cache that uses filesystems to store cache data.
philipnewcomer/linkify-tracking
45116 Downloads
Linkifies package tracking numbers for DHL, FedEx, UPS, and USPS
palauaandsons/nova-tags-field
79815 Downloads
A tags field for Nova apps that uses cartalyst/tags
overals/yii2-geoip2
9645 Downloads
Yii2 GeoIP2 extension. Returns country, city, latitude, longitude, time zone, iso code, continent, subdivisions by IP (uses MaxMind's GeoIP2 databases)
nikkanetiya/laravel-color-palette
12364 Downloads
Laravel Wrapper for `ksubileau/color-thief-php`. Grabs the dominant color or a representative color palette from an image. Uses PHP and GD or Imagick.
neconix/yii2-oci8
21593 Downloads
Yii2 extension which uses well written pdo-via-oci8 package for standard PHP Oracle functions (OCI8)
modelflow-ai/experts
8890 Downloads
Allows to define experts for AI-Communication. Experts uses
mobilestock/model-tracks-user-updates
3786 Downloads
model-tracks-user-updates is a library that updates the 'updated_by_user' column with the corresponding user id. Internally it uses the model triggers to update the column with the id of the logged user.
mobilestock/laravel-gatekeeper
4872 Downloads
Laravel Gatekeeper is a package that provides a simple way to authenticate users using OAuth 2.0. Internally, it uses Laravel Socialite to authenticate users, Laravel Guards to manage the authentication process, and Laravel Routes to handle the OAuth 2.0 flow.
mobilestock/laravel-database-interceptor
5099 Downloads
Laravel Database Interceptor is a library that enables you to intercept database queries managed by PDO and transform the returned values into custom types. It uses Illuminate library abstractions to implement new PDO facade methods like selectOneFirstColumn and selectFirstColumn. It also enables ATTR_EMULATE_PREPARES without any external setting. It is fully compatible with MySQL/MariaDB. Other databases are not supported.