Libraries tagged by this7 that
rfc/response
2007 Downloads
Note that this is not a response of its own. It is merely an interface that describes a response.
rfc/request
2006 Downloads
Note that this is not a request of its own. It is merely an interface that describes a request.
mobilestock/laravel-model-affected-rows-verification
2362 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
1187 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/timechimp-sdk
30961 Downloads
This is a package that allows you to call the API of TimeChimp
vankevych/king-software-sdk
27084 Downloads
This is a package that allows to call the API of King Software
calmohallag/nullable-casting
8915 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
149537 Downloads
This is a Drupal module that provides UTexas-focused UI tweaks to the contributed samlauth module.
umbrellio/coverspector
17885 Downloads
This package helps to check that code coverage above minimum value. It can be useful in CI or git hooks.
singlequote/laravel-datatables
22642 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
693 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
261 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
5024 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
62062 Downloads
This is a Symfony Bundle that adds Color Picker Form Type.
loumray/fastimagesize
10650 Downloads
This package provides a getimagesize function that aims to match the usage of PHP getimagesize while trying to avoid the performance cost of downloading the complete file.