Libraries tagged by each
fresns/cmd-word-manager
2476 Downloads
Command word manager(in laravel) helps plugins(individual functional modules) to communicate with each other easily.
fanmade/laravel-delegated-permissions
503 Downloads
Inheritance-based, scoped authorization for Laravel: each role delegates a subset of its own permissions to its children, and revoking cascades down the tree.
etiwole/utm-cookie-bundle
138 Downloads
This bundle allow you to save utm parameters from url into a cookie when they exists. It's also provide a bunch of tools to easily retrive all or each utm.
ehyiah/mapping-bundle
5569 Downloads
Symfony Bundle to easily map Objects into each other
edirpedro/acf-flexible-content-modal
108 Downloads
Make ACF Flexible Content editing the content of each layout using a Modal window.
drupal-eca-recipe/eca_lib_0010
684 Downloads
When a user entity gets saved, this model compares the list of original and current roles of that user and finds out, which ones got added and which ones got removed.This involves 2 loops where we first go through the list of current roles to see if one of them is missing from the list of original roles. Then we gro through the list of original roles to see if ones of them is missing in the list of current roles.For each missing role, this model shows a message on screen.
diontech/laravel-extended-scheduler
1902 Downloads
This package allows you to configure the scheduled tasks of the app via (database) model. It was developed to avoid handling theseconfigurations via a config file only, cause then we cannot share the same repo to n server instances when running different tasks is needed at each server.
digitek/module-shoppingcartmgt
5699 Downloads
This is a magento2 extension to manage Shopping Cart from the admin. An admin user can log into magento admin to see shopping cart details. Each Cart will be displayed and can be searched by user or date range or amount.
dejodev/laravel-sequence-number-generator
648 Downloads
Generate complex sequencenumbers using DB locking to ensure each number is unique
cviniciussdias/php-text-to-speech
161 Downloads
A simple PHP tool that uses each OS text-to-speech CLI
confluxgroup/craft-level-entry-types
10493 Downloads
Allows developers to limit the entry types available at each level of a structure section.
boundsoff/module-page-builder-template-inline
582 Downloads
Magento 2 module for page builder to save and apply templates with each block
api-clients/middleware-request-id
1149 Downloads
Middleware adding a request identifier to each request
1msg/one_msg_waba_sdk
4562 Downloads
[1MSG.IO](https://1msg.io/) is the perfect WhatsApp management tool for your business. With us you get full access to the official Whatsapp API/webhooks. Every API request must contain an Authorize HTTP header with a token. This is your channel token, which can be found in your channel project on your profile page. Please do not give the token to anyone or post it publicly. The authorization token must be added to each request in the GET parameter 'token' and always passed to query string (?token={your_token}). Parameters in GET queries pass query string. Parameters in POST requests — through the JSON-encoded request body. All 'send' methods (except /sendTemplate) will only work when the dialog session with the user is open. Some of our solutions simplify and avoid such limitations, but we urge you to pay more attention to this detail
tomschlick/townhouse
20 Downloads
A Multitenancy package for Laravel that keeps each tenant in a separate database.