Libraries tagged by iast
dcblogdev/laravel-junie
772 Downloads
Install pre-configured guides for Jetbrains Junie
daktela/daktela-v6-php-connector
315422 Downloads
Enables connecting to Daktela V6 installation REST API from PHP code
ctf0/package-changelog
66158 Downloads
show package changeLog on install/update
contao-community-alliance/composer-plugin
654528 Downloads
Composer plugin that provides installers for contao-module and legacy-contao-module.
contao-bootstrap/bundle
44517 Downloads
Install all modules of the Contao Bootstrap extension
codewithdennis/larament
964 Downloads
Larament is a time-saving starter kit to quickly launch Laravel 12.x projects. It includes FilamentPHP 4.x pre-installed and configured, along with additional tools and features to streamline your development workflow.
cmsmaxinc/filament-system-versions
5694 Downloads
A comprehensive Filament plugin that provides real-time visibility into all package versions within your Filament PHP application. This essential developer tool creates a centralized dashboard where you can instantly view, monitor, and track the current versions of all installed packages in your project and what the latest version is.
clue/reactphp-eventsource
16434 Downloads
Instant real-time updates. Lightweight EventSource client receiving live messages via HTML5 Server-Sent Events (SSE). Fast stream processing built on top of ReactPHP's event-driven architecture.
charm/uuid
22422 Downloads
A very fast and dependency free library to generate UUIDs (GUIDs) version 1 or 4, sortable UUIDs that validates, or 64 bit unique identifiers according to Twitters' Snowflake, Sonyflake or Instaflake algorithms.
centarro/commerce_kickstart
33441 Downloads
Commerce Kickstart installation profile.
byjg/jwt-session
73203 Downloads
JwtSession is a PHP session replacement. Instead of use FileSystem, just use JWT TOKEN. The implementation following the SessionHandlerInterface.
brainappeal/t3monitor
30530 Downloads
Monitors TYPO3 installation for updates and security issues (Requires an account on https://www.t3monitor.de)
boogiefromzk/agora-token
40654 Downloads
Intended to make Agora Tools for PHP repository folder as a package installable with Composer.
bairwell/middleware-cors
19349 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
34710 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.