Libraries tagged by youcan
krowinski/one-click-captcha
1490 Downloads
Simple captcha that requires from user to only click a cut circle on image with several other circles. You can customize color of circles, background, width and height of image. Its very lightweight require no js just simple form in html and php gd extension.
jweiland/infinitescrolling
17316 Downloads
With this extension you can read nearly every paginator and realize infinite scrolling
jtrw/php-make
1383 Downloads
Simple collections of make commands to increase productivity. This package gives you make commands to run your project easily. You can also customize the make commands to fit your project needs. Make commands o help work with docker, git, composer, migrations symfony, migrations laravel, tests, static analysis, and more.
inpsyde/wp-multisite-feed
329 Downloads
Create a separate feed for your whole multisite. This feed will have a custom url. You can limit the number of entries per blog and the maximum number of entries for the whole feed.
ingenerator/mailhook
42230 Downloads
Collects email from a local postfix server so you can inspect, assert and otherwise mess around with emails sent during development.
iamntz/wp-vite-manifest
731 Downloads
Add support for vite manifest inside wp so you can load assets from generated vite manifest and have HMR enabled.
glc36/maxloop-kernel
631 Downloads
Package contains common functions that you can use in your microservices
friendsoftypo3/interest
126 Downloads
REST and CLI API for adding, updating, and deleting records in TYPO3. Tracks relations so records can be inserted in any order. Uses remote ID mapping so you don't have to keep track of what UID a record has gotten after import. Data is inserted using backend APIs as if a real human did it, so you can can inspect the record history and undo actions.
fantismic/yet-another-table
1242 Downloads
This is yet another laravel livewire table and come as is. You can filter, you can sort, you can bulk, toggle columns, the basics. The data input is a collection/array, we cant handle models.
elgentos/magento2-product-duplicate-images-remove
562 Downloads
Magento 2 find duplicate product images from your product list and from this list you can easily remove them by running a command
easycorp/easyadmin-no-final-plugin
13719 Downloads
It removes the 'final' PHP keyword from all EasyAdmin classes so you can extend those classes in your projects.
drehimself/laravelgooglemaps
736 Downloads
Laravel Google Map package for 5.x. You can use all google map features in laravel.
dmelo/pchart
14628 Downloads
pChart is a PHP library that will help you to create anti-aliased charts or pictures directly from your web server. You can then display the result in the client browser, sent it by mail or insert it into PDFs. pChart provide object oriented coding syntax and is fully in line with the new web standards allowing you to enhance your web2.0 applications.
cooperl/laravel-ibmi
12892 Downloads
laravel-ibmi is a simple DB2 & Toolkit for IBMi service provider for Laravel. It provides DB2 Connection by extending the Illuminate Database component of the laravel framework. Plus it also provides Toolkit for IBMi so that you can access IBMi resources with same credentials.
bmdevel/php-index
43524 Downloads
This library provides an API to perform binary search operations on a sorted index. The index can be a XML document, a CSV document, or an arbitrary text file where the key has a fixed position. You can easily implement your own index. This API comes handy on any sorted data structure where realtime search operations are necessary without the detour of a DBS import.