Libraries tagged by bentools
bentools/webpush-bundle
298353 Downloads
Send push notifications through Web Push Protocol to your Symfony users.
bentools/cartesian-product
957126 Downloads
A simple, low-memory footprint function to generate all combinations from a multi-dimensionnal array.
bentools/string-combinations
210712 Downloads
A simple, low-memory footprint function to generate all string combinations from a series of characters.
bentools/iterable-functions
450014 Downloads
Provides functions for iterable variables: is_iterable(), iterable_to_array()
bentools/etl
53740 Downloads
PHP ETL (Extract / Transform / Load) implementation, with very few dependencies.
bentools/split-test-analyzer
23214 Downloads
Bayesian probability calculator for split testing / AB testing.
bentools/querystring
42975 Downloads
Query String manipulation library. PHP 7.1+. No dependency, immutable, PSR-7 compliant.
bentools/guzzle-throttle-middleware
259304 Downloads
A GuzzleHTTP Middleware that can delay requests before sending them.
bentools/doctrine-native-enums
126519 Downloads
Provides 1st class suport for native PHP enums in Doctrine.
bentools/webpack-encore-resolver
45316 Downloads
Standalone path resolver for Webpack Encore
bentools/uri-factory
27298 Downloads
PSR-7 URI factory
bentools/shh
22074 Downloads
A PHP library to encrypt/decrypt secrets using OpenSSL.
bentools/set
14715 Downloads
The Set object lets you store unique values of any type, like in Javascript.
bentools/psr7-request-matcher
312785 Downloads
A PSR-7 RequestMatcher interface for use into several projects.
bentools/picker
12729 Downloads
Helps you pick a random item with weight management.