Libraries tagged by als
sandrokeil/interop-config
391297 Downloads
Provides interfaces and a concrete implementation to create instances depending on configuration via factory classes and ensures a valid config structure. It can also be used to auto discover factories and to create configuration files.
nyholm/effective-interest-rate
147371 Downloads
A library to calculate effective interest rate. Also know as XIRR or effective APR.
lochmueller/calendarize
122270 Downloads
Create a structure for timely controlled tables (e.g. events) and one plugin for the different output of calendar views (list, detail, month, year, day, week...). The extension is shipped with one default event table, but you can also 'calendarize' your own table/model. It is completely independent and configurable! Use your own models as event items in this calender. Development on https://github.com/lochmueller/calendarize
ionux/phactor
52754 Downloads
Phactor is a high-performance PHP implementation of the elliptic curve math functions required to generate & verify private/public (asymmetric) EC keypairs and ECDSA signatures based on secp256k1 curve parameters. This library also includes a class to generate Service Identification Numbers (SINs) based on the published Identity Protocol v1 spec.
in2code/migration
65555 Downloads
Framework for any kind of TYPO3 migrations and imports. Also exports and imports content from and to json files.
haltuf/genderer
206320 Downloads
Independent library to detect gender by name in Czech. Also returns 5th grammatical case (vocative) for salutation.
freelancehunt/php-credit-card-validator
476641 Downloads
Validates popular debit and credit cards' numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date.
fisharebest/ext-calendar
411280 Downloads
Implementation of the Arabic (Hijri), French, Gregorian, Jewish, Julian and Persian (Jalali) calendars. Also provides a replacement for the PHP ext/calendar extension.
dmind/cookieman
165142 Downloads
Provides a user consent popup. It asks for approval to include tracking objects (cookies, images or any HTML) and includes the objects when consented. It also removes cookies after the consent has been revoked.
diversen/http-send-file
317597 Downloads
Sends a file to a client, with support for (multiple) range requests. It is also able to throttle the download.
classiebit/addchat-laravel
7966 Downloads
Live chat widget for Laravel that also includes multi-user chat, group permissions, customer support chat & more.
citco/carbon
343215 Downloads
This is a wrapper for nesbot/carbon which also calculates which days are British bank holidays (England & Wales only).
christophlehmann/pagetreefilter
74342 Downloads
It adds a wizard like the new content element wizard that helps finding content elements and records in the page tree. With a few clicks you know where they are used. You can also see what elements are not used.
biegalski-llc/laravel-mailgun-webhooks
57381 Downloads
This package allows you to quick and easily integrate your Laravel application with Mailgun Webhooks thus allowing you to track the outgoing email status for each individual user. There is also an optional feature to receive alerts for specific mailgun events such as spam complaints and sending failuresgit .
aura/dispatcher
88071 Downloads
Creates objects from a factory and invokes methods using named parameters; also provides a trait for invoking closures and object methods with named parameters.