Libraries tagged by irstea
aymanalhattami/filament-page-with-sidebar
212368 Downloads
Organize resource pages in sidebar instead of putting all the buttons and links elsewhere in order to make navigation between pages more comfortable.
shish/safe
811029 Downloads
PHP core functions that throw exceptions instead of returning FALSE on error
zf1s/zf1
36320 Downloads
Zend Framework 1 complete package, PHP 5.3-8.5 compatible. Please consider using individual zf1s/zend-* packages instead - see README.
wyrihaximus/monolog-formatted-psr-handler
221698 Downloads
Passes `formatted` instead of `message` to the PSR-3 logger
siburuxue/doctrine-helper
9845 Downloads
instead of `php bin/console doctrine:mapping:import`
mteu/typo3-typed-extconf
127356 Downloads
Typed Extension Configuration - Aims to provide a type-safe extension configuration management for TYPO3, ensuring proper types instead of string-only values from backend configuration or mixed types from config/system/settings.php
jerowork/graphql-attribute-schema
45084 Downloads
Build your GraphQL schema for webonyx/graphql-php using PHP attributes instead of array-based configuration.
intrfce/laravel-frontend-enums
33061 Downloads
Stop using 'magic' strings/numbers in your frontend Javascript and use your actual application enums instead.
integer-net/magento2-global-custom-layout
113112 Downloads
Module for Magento 2 that allows you to add global layout update files to be selected from admin, by using '0' instead of an entity_id
integer-net/magento2-german-umlaut-urls
118285 Downloads
Automatically converts umlauts correctly in URLs ("ä" => "ae" instead of "a").
ehaerer/paste-reference
398377 Downloads
Paste Reference - offers the option to paste references instead of copies for content elements in TYPO3
cmsmaxinc/filament-error-pages
61240 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
89145 Downloads
A PHP session replacement that stores session data in JWT tokens instead of the filesystem. This implementation follows the SessionHandlerInterface standard, enabling stateless sessions without the need for dedicated session servers like Redis or Memcached. Perfect for distributed applications and microservices architectures.
badoo/soft-mocks
35697 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.
azgasim/filament-unsaved-changes-modal
19616 Downloads
Filament plugin: unsaved-changes prompts as Filament modals instead of browser confirm dialogs.