Libraries tagged by this7 that
hkulekci/skytable-php
17 Downloads
This library is a client for PHP that allows you to interact with the Skytable server.
datatables.net/datatables.net-fixedcolumns-dt
1602 Downloads
FixedColumns provides the ability to fix one or more columns to the left and / or right hand side of a DataTable that scrolls along the x-axis. This can be used if the columns show grouping, index or similar information. This is FixedColumns for DataTables with styling for [DataTables](https://datatables.net/)
datatables.net/datatables.net-fixedcolumns-bs5
1500 Downloads
FixedColumns provides the ability to fix one or more columns to the left and / or right hand side of a DataTable that scrolls along the x-axis. This can be used if the columns show grouping, index or similar information. This is FixedColumns for DataTables with styling for [Bootstrap5](https://getbootstrap.com/)
datatables.net/datatables.net-fixedcolumns-bs4
2983 Downloads
FixedColumns provides the ability to fix one or more columns to the left and / or right hand side of a DataTable that scrolls along the x-axis. This can be used if the columns show grouping, index or similar information. This is FixedColumns for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)
zizaco/cep-consult
2693 Downloads
This package has the objective to consult the CEP within one or more web APIs that will retrieve the address of the given number.
vulcandigital/silverstripe-pagefeedback
400 Downloads
This module allows you to add a form to any page type for the purpose of accruing feedback about how a user perceives that page.
vortechstudio/html2media
491 Downloads
Html2Media is a versatile Laravel package that allows users to convert HTML content into high-quality PDFs with options for either downloading or triggering a print dialog. Ideal for generating documents, invoices, and reports, this package includes configurable settings for file name, page orientation, format, margins, and scale. Html2Media also provides seamless integration with Filament actions, enabling dynamic content rendering in modals and customizable output previews. Whether you need to save a PDF or send it directly to the printer, Html2Media simplifies the process with robust, flexible features.
tukiosinc/tfpdf
2103 Downloads
This class is a modified version of FPDF that adds UTF-8 support. The latest version is based on FPDF 1.85.
tmsllc/laravel-exception-mail
1510 Downloads
This package will allow you to specify email addresses to send them all the exceptions that occurs in Laravel application.
thiio/exigo-php-sdk
3050 Downloads
This is an early version for an SDK that will consume Exigo's API
sunnysideup/perfect_cms_images
2869 Downloads
Silverstripe Module that makes it easier for CMS Editors to upload the right size image. It allows the developer to set the size for each image (width, height or both) in one place and apply this throughout the project in the CMS and on the front-end.
ss-repos/php-oara
9286 Downloads
The goal of this project is to develop a set of PHP classes that can download affiliate reports from a number of affiliate networks, and store the data in a common format.
snicco/better-wp-api
18773 Downloads
This small package tries to solve the pain point of not being able to solve to scope code that references WordPress core code.
smallbearsoft/yii2-ajax
13721 Downloads
This is a ajax widget of yii2 which will generate a div. The link click or form submission (for those link and form with data-ajax attribute) in this div will trigger an AJAX request.
shaka/dynamic-update-trait
6637 Downloads
The Dynamic Update Trait for Laravel provides a convenient way to dynamically update model attributes using magic methods. This trait allows you to update individual model attributes without explicitly defining setter methods for each attribute. It simplifies the process of updating model fields by providing a generic update method that can be called with dynamic method names.