Libraries tagged by als
al-one/laravel-predis-listened
750 Downloads
Listening Laravel pRedis Queries
ahmed-j-alsarem/laravel-bcrypt-password
59 Downloads
A Laravel package for bcrypt password hashing functionality
ym-careers/simplesamlphp
12571 Downloads
A PHP implementation of a SAML 2.0 service provider and identity provider, also compatible with Shibboleth 1.3 and 2.0.
we-are-neopix/laravel-model-translation
410 Downloads
This package is a driver based solution to translating Laravel models. It contains two drivers for storing translations in the database and in a JSON file, but also contains a plug-and-play system for its users to implement custom drivers for storing translations and use them with the package.
vortechstudio/html2media
106 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.
voodoophp/paginator
1380 Downloads
Paginator is a simple class that allows you to create pagination. It doesn't require any database connection. It is compatible with Twitter's Bootstrap Framework, by using the CSS class pagination that is also attached.
vincoweb/easy-php-file-info
2538 Downloads
Get file information from local and also remote file(mime type, extension, file name ...).
vectorface/gearman
9423 Downloads
Gearman (http://www.danga.com/gearman) is a system to farm out work to other machines. It can load balance function calls to lots of machines and allows you to call functions between languages. It can also run all function calls in parallel.
vcian/php-db-auditor
45 Downloads
Database DB Auditor provide leverage to audit your MySql database standards and also provide options to add constraints in table.
undefinedoffset/silverstripe-codebank
134 Downloads
Code Bank is a code snippet manager with syntax highlighting for multiple languages including C++, ActionScript, Flex, HTML and SQL to name a few. Code Bank also has a simple revision history with a compare viewer so you can see the changes side-by-side between two revisions.
tojibon/web-scraper
64 Downloads
A web scraper php class using PHP cURL to scrap web page. By which you can scrap web page by cURL get, post methods also by which you can scrap web page content from a asp.net based websites with form post.
tattali/utm-cookie-bundle
15650 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.
sunnysideup/sswebpack_engine_only
2964 Downloads
Webpack engine for Silverstripe without any theme at all. Use this with any theme / module you are building. You can also use it without SilverStripe at all.
sunnysideup/basic-auth-better
241 Downloads
Adds basic auth to your Silverstripe website the way it was intended (not just for pages, also for files).
stocker4all/luhn-mod-n
49425 Downloads
luhn-mod-n is a very simple solution to generate and verify luhn mod n checksums. Possible bases (value for n) are between 2 and 36. Luhn mod 10 is well known from the credit card number checksum. But also in different bases it can be useful to have this checksum functionality.