Libraries tagged by full dates
achalj09/multi-tenant
3 Downloads
Run multiple websites using the same laravel installation while keeping tenant specific data separated for fully independant multi-domain setups.
getrealtec/grt-skeleton-website
7 Downloads
GRT Skeleton Website is used to create the minimal requirements to create a website using BootStrap and SASS. Once a new project has been created, a running bin/console server:run should allow to have a fully functioning website with minimal data like Nav Bar, Logo, Footer, Home Page, Contact Page and Legal Pages.
miksir/yii2-db-faker
879 Downloads
Fill your database table with fake data
dvixi/yii2-alpaca-json
375 Downloads
Generate fully functional CRUD storing system from JSON data object string
barteljan/contao-form-default-values
13 Downloads
A contao module to fill a form by insert tags or data from your database.
trustami/trustbadge
0 Downloads
Trustami plugin for Magento 2. Trustami - One badge for all your customer reviews. Trustami collects, analyzes and presents a users' distributed social media data in a standardized and user-friendly format to fill the need for trust in online interactions.Trustami enables users to collect ratings and reviews from all networks and show a trust badge.
tomeasterbrook/livewire-fakeable
6 Downloads
Fill your Livewire component state with realistic fake data during local development.
tim661811/laravel-telemetry-reporter
13 Downloads
A reusable Laravel 10+ package that lets you annotate any service method with a PHP attribute to collect custom telemetry (e.g. user counts, disk usage, feature flags) and automatically report it—at configurable intervals—to a central server over HTTP. Data is grouped per application host, is fully configurable via a published telemetry.php config (backed by your chosen cache), and integrates seamlessly with Laravel’s scheduler and HTTP client.
rewards-wise/mx-sdk-php
391 Downloads
The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions.
mimirtechco/php-ga-measurement-protocol
124 Downloads
Send data to Google Analytics from the server using PHP. This library fully implements GA measurement protocol.
microweber-deps/php-ga-measurement-protocol
1 Downloads
Send data to Google Analytics from the server using PHP. This library fully implements GA measurement protocol.
intanode/ug-locale
11 Downloads
A package that provides a comprehensive set of resources to manage Ugandan location data (regions, districts, counties, sub-counties, parishes, and villages). This package includes configuration options, database migrations, and routes for a fully featured locale management system.
iakovos/wireui-smart-table
17 Downloads
Simple yet effective and fully configurable component for all CRUD operations. A Laravel - Livewire component that can intuitively present model data in a table (or create/update/delete forms) using Tailwind and WireUI with minimal component configuration while also maintaining fully scalable, extendable and configurable capabilities. It also comes with optional built-in smart-forms that facilitate all CRUD operations.
frank/php-ga-measurement-protocol
121 Downloads
Send data to Google Analytics from the server using PHP. This library fully implements GA measurement protocol.
develme/database-patch
8 Downloads
A patch system designed similar to Laravel's database migration tools. Instead of being used to manage schema, the patch system is used to fill that grey area between a database seeder and a database migration. The intentions of the system is to patch/adjust existing data, but this could be a replacement for seeders since whether a patch has been ran or not is tracked.