Libraries tagged by irstea
intrfce/laravel-frontend-enums
13280 Downloads
Stop using 'magic' strings/numbers in your frontend Javascript and use your actual application enums instead.
integer-net/magento2-german-umlaut-urls
76436 Downloads
Automatically converts umlauts correctly in URLs ("ä" => "ae" instead of "a").
dereuromark/cakephp-expose
28102 Downloads
CakePHP Expose Plugin to expose entities through UUIDs instead of AIIDs
cmsmaxinc/filament-error-pages
7208 Downloads
Users don’t see blank 404 or 503 error pages. Instead, it shows helpful messages or guides them when something goes wrong.
byjg/jwt-session
73037 Downloads
JwtSession is a PHP session replacement. Instead of use FileSystem, just use JWT TOKEN. The implementation following the SessionHandlerInterface.
bairwell/middleware-cors
19064 Downloads
A PSR-7 middleware layer for providing CORS (Cross Origin Request Security) headers and security provisions. Instead of just allowing invalid CORs requests to come through, this middleware actively blocks them after validating.
badoo/soft-mocks
34624 Downloads
The idea behind "Soft Mocks" - as opposed to "hardcore" mocks that work on the level of the PHP interpreter (runkit and uopz) - is to rewrite class code on the spot so that it can be inserted in any place. It works by rewriting code on the fly during file inclusion instead of using extensions like runkit or uopz.
rhumsaa/uuid
2615461 Downloads
NO LONGER MAINTAINED. Use ramsey/uuid instead. A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).
josegonzalez/cakephp-entity
32920 Downloads
Use model objects/classes instead of arrays in your CakePHP application
jhancock/yii2-version-assetmgr
17578 Downloads
Yii2 asset manager that hashes based on application version instead of mtime. Useful for load balanced sites.
weitzman/logintrait
167410 Downloads
Provides login/logout via user reset URL instead of forms.
webwhales/laravel-guzzle-conditional-mock-handler
30207 Downloads
Offers a way to load mocked responses conditionally with Guzzle instead of a fixed queue in Laravel
webcoast/deferred-image-processing
32648 Downloads
Handles image processing on request instead of during page generation
vierwd/typo3-smarty
6944 Downloads
Use Smarty in Templates instead of Fluid
unclecheese/silverstripe-image-optionset
8702 Downloads
Provides a list of selectable items that use images as the primary label instead of text.