Libraries tagged by requirejs
designbycode/google-maps-place-details
90 Downloads
The Reviews class is a part of the Designbycode namespace and is used to fetch reviews, rating, and user ratings total of a place using the Google Places API. It requires a Google Maps API key and a Google Maps place ID to make requests.
cssoft/cscheckoutintegrations
5 Downloads
Code for third-party modules that requires additional logic at cscheckout page
csegedicsaba/yii2-asset-converter
237 Downloads
Less, Sass, Scss and Phamlp converter for Yii2. No system requires. yii2-composer support, Less autoupdate, customizing of output directory
commentar/json-storage
84 Downloads
This storage mechanism requires no database, but rather stores the data encoded in the JSON format on the filesystem.
cnp/wp-p2p-connections
9 Downloads
Registers Posts-to-Posts connection. Requires Posts 2 Posts plugin.
cjcodes/slave-route-limiter-bundle
84915 Downloads
Instead of globally applying a Doctrine-managed MasterSlave connection, this bundle, when enabled, requires devs to flag routes as @ShouldUseReplica to use the replica database, otherwise it defaults to the primary database.
civicoop/drupal-login-bundle
19 Downloads
Bundle to login into symfony with your drupal username and password. requires on the drupal side the service 3.x module
cic/wp-webpack-assets
678 Downloads
Load assets from webpack built asset manifest. Requires something like: https://www.npmjs.com/package/webpack-php-manifest
casperwilkes/laravel-environment_detector2
5 Downloads
Builds appropriate .env configs, detects current laravel environment, uses corresponding .env. Requires Laravel Framework 7+.
casperwilkes/laravel-environment_detector
98 Downloads
Builds appropriate .env configs, detects current laravel environment, uses corresponding .env. Requires Laravel Framework 5 or 6.
buepro/typo3-cookie-content
7 Downloads
This extension is intended to make websites GDPR compliant by not rendering data critical content by default. Instead a placeholder message is shown helping the user to understand the legal context. Requires the bootstrap package.
braseidon/steam-item-prices-laravel
16 Downloads
This package uses the Steam API (requires dev key) to check prices for game items, like in Counter-Strike: Global Offensive. This is a Laravel 5 based package.
bored-programmers/laragrid
98 Downloads
LaraGrid is a powerful and customizable grid system package for Laravel. It provides an easy way to create sortable, filterable tables with pagination. The package is designed to be highly customizable, allowing developers to define columns, apply filters, and sort data with ease.Key Features:- **Column Definition**: LaraGrid allows you to define the columns that will be displayed in the grid. You can specify the model field and the label for each column.- **Filters**: The package provides several filter classes out of the box, including text, select, date, and boolean filters. These filters can be applied to the columns to filter the grid's data based on user input.- **Sorting**: LaraGrid supports sorting of data based on any column. It also provides support for sorting data based on a related model's field using PowerJoins.- **Pagination**: The package integrates with Laravel's pagination system, allowing you to easily paginate the data in the grid.- **Customizable Appearance**: LaraGrid allows you to customize the appearance of the grid by extending the `BaseLaraGridTheme` class and setting the desired CSS classes.- **Livewire Integration**: LaraGrid is built with Livewire, a full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of Laravel.The package is currently in development and is not ready for use in production. It requires PHP 8.1 or higher and Laravel 10.0 or higher.
black75/autoclean
2 Downloads
Folder configuration parameter. Automatic folder cleaning from old e-mails. Requires external doveadm.
beshkenadze/packager
246 Downloads
Packager is a PHP 5.2+ library to concatenate libraries split in multiple files in a single file. It automatically calculates dependancies. Packager requires a yml header syntax in every file, and a package.yml manifest file, as seen on the MooTools project.