Popular Packages
-
-
-
-
PHP
mouf/magic-query
A very clever library to help you with SQL: generate prepared statements with a variable number of parameters, automatically writes joins... and much more!
-
PHP
dangerwayne/laravel-specifications
Elegant specification pattern implementation for Laravel with support for Eloquent queries and in-memory filtering
-
-
-
-
PHP
xxtime/flysystem-aliyun-oss
AliYun OSS adapter for flysystem. Support PHP8. aliyuncs/oss-sdk-php ~2.6
-
PHP
dgtlss/warden
A Laravel package that proactively monitors your dependencies for security vulnerabilities by running automated composer audits and sending notifications via webhooks and email
-
PHP
oliverklee/oelib
Useful stuff for TYPO3 extension development: helper functions for unit testing, templating and automatic configuration checks.
-
PHP
bear/api-doc
-
PHP
bitexpert/magento2-force-customer-login
The Force Login module for Magento2 redirects a storefront visitor to the Magento2 Frontend login page, if the visitor is not logged in. It is possible to configure the whitelisted urls to add custom definitions.
-
-
PHP
mouf/utils.common.conditioninterface
This package contains one interface for condition, and a few classes that implement it. For instance, AndCondition that requires all conditions to be met, and OrCondition that requires at least one condition to be met. A condition is a class that possesses an 'isOk' method. The condition returns true if the condition is met, and false otherwise.