Libraries tagged by implements
noodlesnz/double-metaphone
123016 Downloads
This class implements a "sounds like" algorithm developed by Lawrence Philips which he published in the June, 2000 issue of C/C++ Users Journal. Double Metaphone is an improved version of Philips' original Metaphone algorithm.
naroga/redis-cache
108467 Downloads
A Redis driver that implements PSR-16 (Simple Cache)
mouf/utils.common.conditioninterface
504953 Downloads
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.
middlewares/http-authentication
294387 Downloads
Middleware to implement Basic and Digest Http authentication
middlewares/cors
66670 Downloads
Middleware to implement Cross-Origin Resource Sharing (CORS)
mage-os/mageos-common-async-events
4923 Downloads
Send REST requests to external endpoints asynchronously. This module implements the most common events like order creation and customer change.
kunstmaan/search-bundle
80562 Downloads
The KunstmaanSearchBundle works with ElasticSearch and supports different search providers. The bundle currently supports Elastica as a provider. Add your own objects to index using a tagged service which implements the SearchConfigurationInterface
kaabar-jwt/yii2-jwt
19990 Downloads
The Yii2 JWT extension is a tool for implementing JWT (JSON Web Token) authentication in Yii2 applications. It allows developers to create APIs that require authentication and authorization, ensuring that only authorized users can access certain resources. The extension provides a simple and flexible way to implement JWT authentication in Yii2, using the JWT library and following the JWT specification. It includes support for creating and verifying JWT tokens, as well as handling token expiration and refresh. The Yii2 JWT extension can be easily integrated into any Yii2 application, making it a powerful tool for API authentication and authorization.
flowpack/simplesearch-contentrepositoryadaptor
28141 Downloads
Implements a bridge to search in Neos CR via the flowpack/simplesearch package.
flowpack/jobqueue-redis
60634 Downloads
Implements concrete Queue for the redis work queue. Requires the packages flowpack/jobqueue-common and the redis PHP extension to be installed.
flowpack/jobqueue-doctrine
195900 Downloads
Implements concrete Queue for the doctrine work queue. Requires the packages flowpack/jobqueue-common to be installed.
eonx-com/easy-pipeline
900117 Downloads
Provides an easy and powerful way to implement pipelines for anything
elgentos/magento2-structured-data
38633 Downloads
Implement structured data for Magento 2 webshops.
dgtlss/owaspadvisor
971 Downloads
A Laravel package to help developers implement OWASP Top 10 security guidelines
cbsi/doctrine2-nestedset
296267 Downloads
This Doctrine2 extension implements the nested set model (modified pre-order tree traversal algorithm) for Doctrine2.