Libraries tagged by MET.no
mollie/mollie-api-php
11743746 Downloads
Mollie API client library for PHP. Mollie is a European Payment Service provider and offers international payment methods such as Mastercard, VISA, American Express and PayPal, and local payment methods such as iDEAL, Bancontact, SOFORT Banking, SEPA direct debit, Belfius Direct Net, KBC Payment Button and various gift cards such as Podiumcadeaukaart and fashioncheque.
jenssegers/optimus
4236267 Downloads
Id obfuscation based on Knuth's integer hash method
fico7489/laravel-pivot
5371412 Downloads
This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.
consolidation/annotated-command
62808703 Downloads
Initialize Symfony Console commands from annotated command class methods.
codeception/lib-asserts
50689101 Downloads
Assertion methods used by Codeception core and Asserts module
aura/sql
2182572 Downloads
A PDO extension that provides lazy connections, array quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code.
antecedent/patchwork
15900916 Downloads
Method redefinition (monkey-patching) functionality for PHP.
theseer/fdomdocument
41400451 Downloads
The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.
voku/stringy
3597538 Downloads
A string manipulation library with multibyte support
voku/arrayy
5047060 Downloads
Array manipulation library for PHP, called Arrayy!
ray/di
1597149 Downloads
Guice style dependency injection framework
ray/aop
1805899 Downloads
An aspect oriented framework
tomasvotruba/unused-public
2562113 Downloads
Detect unused public properties, constants and methods in your code
tomasvotruba/cognitive-complexity
3986160 Downloads
PHPStan rules to measure cognitive complexity of your classes and methods
sebastiaanluca/php-pipe-operator
411106 Downloads
Method chaining (or fluent expressions) for any value using any method.