Libraries tagged by bentools
bentools/webpush-bundle
213271 Downloads
Send push notifications through Web Push Protocol to your Symfony users.
bentools/cartesian-product
743172 Downloads
A simple, low-memory footprint function to generate all combinations from a multi-dimensionnal array.
bentools/string-combinations
161586 Downloads
A simple, low-memory footprint function to generate all string combinations from a series of characters.
bentools/iterable-functions
313312 Downloads
Provides functions for iterable variables: is_iterable(), iterable_to_array()
bentools/etl
45261 Downloads
PHP ETL (Extract / Transform / Load) implementation, with very few dependencies.
bentools/querystring
34513 Downloads
Query String manipulation library. PHP 7.1+. No dependency, immutable, PSR-7 compliant.
bentools/natural-cron-expression
2736 Downloads
A parser that converts natural language to a cron expression
bentools/guzzle-throttle-middleware
251292 Downloads
A GuzzleHTTP Middleware that can delay requests before sending them.
bentools/doctrine-native-enums
101667 Downloads
Provides 1st class suport for native PHP enums in Doctrine.
bentools/webpack-encore-resolver
38165 Downloads
Standalone path resolver for Webpack Encore
bentools/uri-factory
21052 Downloads
PSR-7 URI factory
bentools/split-test-analyzer
17949 Downloads
Bayesian probability calculator for split testing / AB testing.
bentools/shh
19270 Downloads
A PHP library to encrypt/decrypt secrets using OpenSSL.
bentools/psr7-request-matcher
299056 Downloads
A PSR-7 RequestMatcher interface for use into several projects.
bentools/picker
10680 Downloads
Helps you pick a random item with weight management.