Libraries tagged by must use
shaunluedeke/php-barcode-generator
5403 Downloads
An easy to use, non-bloated, barcode generator in PHP. Creates SVG, PNG, JPG and HTML images from the most used 1D barcode standards.
priler/text2image
413 Downloads
The most useful & easy for use PHP library for converting any text to image. Uses GD extension.
p-ba/php-barcode-generator
323 Downloads
An easy to use, non-bloated, barcode generator in PHP. Creates SVG, PNG, JPG and HTML images from the most used 1D barcode standards.
jfilla/php-barcode-generator
7112 Downloads
An easy to use, non-bloated, barcode generator in PHP. Creates SVG, PNG, JPG and HTML images from the most used 1D barcode standards.
brewerwall/php-barcode-generator
8185 Downloads
An easy to use, non-bloated, barcode generator in PHP. Creates SVG, PNG, JPG and HTML images from the most used 1D barcode standards.
chill-project/chill-bundles
3232 Downloads
Most used bundles for chill-project
spondonit/zttp
5057 Downloads
A developer-experience focused HTTP client, optimized for most common use cases.
thomaswelton/laravel-oauth
961 Downloads
Laravel package for the simplification and integration of many of your users most wanted login providers. Installation is a breeze. Never worry about OAuth again.
sc0/jira-client
1010 Downloads
Jira REST API client with comfortable wrappers for most commonly used API instances like issues, custom fields, components and so on. Forked from badoo/jira-client
prestashop/ps_checkout
4 Downloads
Provide the most commonly used payment methods to your customers in this all-in-one module, and manage all your sales in a centralized interface.
achinon/toolset
651 Downloads
A toolset I use for most of the projects I work on.
lazyants/toolkit-bundle
23450 Downloads
Toolkit Bundle provides basic usefully functional used in most projects
wedgehr/laravel-common-password-validator
13676 Downloads
Protect your users from using the most common passwords
sevenphp/savantphp
3795 Downloads
Savant (SavantPHP) is a simple and minimalistic, yet object-oriented, Templating System For PHP minimalist. It aims at ONE thing, being a simple lightweight TEMPLATING system. The focus is on ONE thing - PHP can do everything, so do everything with PHP, just use SavantPHP for only separating the 'view/templating' concern from your business logic. Hence the philosophy of 'I just want to separate my front layer(view) from the back layer(code logic) in the most simple & effective way & that's it, nothing more, nothing less, nothing else (no added crap)'
mouf/utils.cache.in-memory-cache
356757 Downloads
This package contains the most basic cache mechanism. It stores cache items in an array. It means the cache is flushed as soon as the script returns. It is very basic, but also very fast. You will usually use this mechanism with another one just behind.