Libraries tagged by this7 that
justintadlock/members
11138 Downloads
A user and role management plugin that puts you in full control of your site's permissions. This plugin allows you to edit your roles and their capabilities, clone existing roles, assign multiple roles per user, block post content, or even make your site completely private.
iatstuti/laravel-nullable-fields
154116 Downloads
This trait allows you to easily flag attributes that should be set as null when being persisted to the database using the Laravel PHP Framework.
mobilestock/laravel-model-affected-rows-verification
6582 Downloads
laravel-model-affected-rows-verification is a library that extends the default Laravel model to include implicit row count verification for update and delete operations. This ensures that these operations are conducted safely, providing an extra layer of validation to prevent unintended data modifications and enhance the stability of your Laravel applications.
internacionalweb/cognito-token-verifier
1474 Downloads
This library verifies that the signature of the JWT is valid, comes from a desired application, and that the token has not been tampered with or expired.
vankevych/king-software-sdk
31552 Downloads
This is a package that allows to call the API of King Software
devdojo/tails
1831 Downloads
Build beautiful landing pages and designs using Tails and use this package to fetch those designs via the API
calmohallag/nullable-casting
10234 Downloads
PHP supports expression casting to primitive type (like int) by using “( type ) expression”, but it currently doesn't allow to use a nullable type as introduced by PHP 7.1 (e.g. ?int). This library provide functions that extend native php casting, adding nullable casting.
utexas/utexas_saml_auth_helper
157054 Downloads
This is a Drupal module that provides UTexas-focused UI tweaks to the contributed samlauth module.
umbrellio/coverspector
18440 Downloads
This package helps to check that code coverage above minimum value. It can be useful in CI or git hooks.
singlequote/laravel-datatables
23256 Downloads
This repo contains a Datatable that can render a filterable and sortable table. It aims to be very lightweight and easy to use. It has support for retrieving data asynchronously, pagination and recursive searching in relations
gboudreau/nest-api
727 Downloads
This is a simple library that will allow you to monitor and control your Nest Learning Thermostat, and Nest Protect.
easy2dev/multi-tenant-wizard
346 Downloads
Easy2Dev Laravel Tenant Migrate is a Laravel package designed to simplify database migration for multi-tenant applications, particularly those employing PostgreSQL databases. This package streamlines the migration process for Software as a Service (SaaS) web applications where tenant data is stored in separate databases. It eliminates the need to manually adjust database configuration files for each tenant, offering a scalable solution for database management.
dzentota/chrome-dev-tools
5387 Downloads
This is a PHP lib that allows one to interact with Google Chrome using Chrome DevTools Protocol within a PHP script. Highly inspired by marty90/PyChromeDevTools
kunicmarko/color-picker-bundle
62920 Downloads
This is a Symfony Bundle that adds Color Picker Form Type.
opctim/symfony-bruno-generator
287 Downloads
This bundle provides a simple command that will generate .bru files based on your registered routes using opctim/bruno-lang. Its usage is very similar to the commands of symfony/maker-bundle.