An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by bpolaszek

A curated list of projects in awesome lists by bpolaszek .

https://github.com/bpolaszek/bentools-etl

PHP ETL (Extract / Transform / Load) library with SOLID principles + almost no dependency.

callable etl export extract extractor import input invoke load loader loop output pattern php transform transformer

Last synced: 06 Apr 2025

https://github.com/bpolaszek/freddie

A Mercure Hub, written in PHP (8.1 + ReactPHP)

hub mercure php sse

Last synced: 26 Oct 2025

https://github.com/bpolaszek/cartesian-product

PHP - A simple, low-memory footprint function to generate all combinations from a multi-dimensionnal array.

array cartesian combinations function php product

Last synced: 07 Apr 2025

https://github.com/bpolaszek/webpush-bundle

Symfony Bundle: Send WebPush Notifications to your users.

Last synced: 05 Apr 2025

https://github.com/bpolaszek/meiliweb

A user interface for your Meilisearch instances.

facets full-text-search meilisearch search

Last synced: 23 Jun 2025

https://github.com/bpolaszek/string-combinations

A simple, low-memory footprint function to generate all string combinations from a series of characters.

combinations lightweight manipulation memory php string

Last synced: 16 Mar 2025

https://github.com/bpolaszek/php-iterable-functions

Provides functions for iterable variables: iterable_map(, iterable_filter(), iterable_to_array(), ...

array iterable iterator iteratoraggregate php traversable

Last synced: 24 Aug 2025

https://github.com/bpolaszek/natural-cron-expression

A parser that converts natural language to a cron expression

Last synced: 13 Aug 2025

https://github.com/bpolaszek/guzzle-throttle-middleware

A Guzzle 6+ Middleware that can delay requests before sending them.

Last synced: 28 Jul 2025

https://github.com/bpolaszek/querystring

PHP 7.1+ Query String manipulation library. No dependency, immutable, lightweight, PSR-7 compliant.

immutable lightweight php php7 php71 psr-7 querystring uri url

Last synced: 09 Apr 2025

https://github.com/bpolaszek/where

PHP7.1 Fluent, immutable SQL query builder.

Last synced: 23 Aug 2025

https://github.com/bpolaszek/webpush-js

Javascript WebPush Notifications client.

Last synced: 12 Oct 2025

https://github.com/bpolaszek/split-test-analyzer

Bayesian probability calculator for split testing / AB testing.

Last synced: 23 Mar 2025

https://github.com/bpolaszek/meilisearch-filters

Expression builder for Meilisearch filters.

Last synced: 21 Jun 2025

https://github.com/bpolaszek/bentools-pager

A simple pager class with delta management

Last synced: 27 Oct 2025

https://github.com/bpolaszek/webpack-encore-resolver

Port of Webpack Encore's Twig functions in vanilla PHP.

Last synced: 13 Sep 2025

https://github.com/bpolaszek/doctrine-ulid

ULID support for Doctrine ORM

Last synced: 27 Oct 2025

https://github.com/bpolaszek/uri-factory

PSR-17 compliant PSR-7 Uri factory

Last synced: 23 Mar 2025

https://github.com/bpolaszek/rewindable-generator

Uncaught Exception: Cannot traverse an already closed generator => NOT ANYMORE.

Last synced: 27 Oct 2025

https://github.com/bpolaszek/bentools-arraytools

Some extra functions to work with arrays.

Last synced: 27 Oct 2025

https://github.com/bpolaszek/bentools-specification

PHP7.0+ implementation of the Specification Pattern.

Last synced: 03 Jul 2025

https://github.com/bpolaszek/safe-sync-transport

Safer Symfony Messenger sync:// transport.

Last synced: 29 Apr 2025

https://github.com/bpolaszek/flatten-iterator

Flattens Traversable or arrays into one iterator.

Last synced: 27 Oct 2025

https://github.com/bpolaszek/simple-dbal

Unified OOP API for PDO/Mysqli.

database mysql mysqli pdo php

Last synced: 27 Oct 2025

https://github.com/bpolaszek/funnel-http-client

Handle Rate Limits within Symfony Http Client.

Last synced: 10 Oct 2025

https://github.com/bpolaszek/picker

Helps you pick a random item with weight management.

Last synced: 27 Oct 2025

https://github.com/bpolaszek/currency

Easy currency management in PHP.

Last synced: 27 Oct 2025

https://github.com/bpolaszek/doctrine-safe-events

Fires postPersist / postUpdate / postRemove events AFTER the transaction has completed.

Last synced: 06 Oct 2025

https://github.com/bpolaszek/crontab-bundle

Generate a crontab based on the project directory.

crontab crontab-bundle symfony symfony-bundle

Last synced: 27 Oct 2025

https://github.com/bpolaszek/bentools-pusher

PHP Asynchronous Push Notification management

Last synced: 27 Oct 2025

https://github.com/bpolaszek/shh-bundle

A Symfony bundle to handle secrets.

Last synced: 27 Oct 2025

https://github.com/bpolaszek/doctrine-static

Mock managers and repositories in simple arrays, without any database.

Last synced: 27 Feb 2025

https://github.com/bpolaszek/containeraware-bundle

Symfony Bundle: A ContainerAware compiler pass to automatically inject your service container.

Last synced: 27 Oct 2025

https://github.com/bpolaszek/psr6-redis-adapter

Provides a basic PSR-6 implementation for Redis. Needs ext-redis.

Last synced: 11 Oct 2025

https://github.com/bpolaszek/match-operator

Javascript port of PHP's match() control structure.

Last synced: 07 May 2025

https://github.com/bpolaszek/psr7-request-matcher

A PSR-7 RequestMatcher interface for use into several projects.

Last synced: 27 Feb 2025

https://github.com/bpolaszek/oauth2-qivivo

Qivivo OAuth 2.0 Client Provider for The PHP League OAuth2-Client

Last synced: 25 Jun 2025

https://github.com/bpolaszek/guzzle-duration-middleware

PHP - A GuzzleHTTP Middleware that adds a X-Request-Duration header to all responses to monitor response times.

Last synced: 29 Apr 2025

https://github.com/bpolaszek/bentools-pusher-bundle

Symfony bridge for bentools/pusher

Last synced: 27 Feb 2025

https://github.com/bpolaszek/guzzle-queued

Queues asynchronous requests, handled by workers.

Last synced: 27 Feb 2025

https://github.com/bpolaszek/userawarecommandbundle

Provides a user value to Doctrine Entities that implements Gedmo Blameable when using Console commands.

Last synced: 06 Nov 2025

https://github.com/bpolaszek/doctrine-popo-tracker

Track changes to your Doctrine Plain Old PHP Objects (e.g. not entities).

Last synced: 03 Oct 2025

https://github.com/bpolaszek/guzzle-queue-handler

A queue handler to process Guzzle 6+ requests within a work queue.

Last synced: 26 Feb 2025

https://github.com/bpolaszek/qivivo-php

Unofficial PHP client for Qivivo Thermostat API

Last synced: 27 Feb 2025

https://github.com/bpolaszek/doctrine-watcher-bundle

Symfony Bundle for bentools/doctrine-watcher

Last synced: 27 Feb 2025

https://github.com/bpolaszek/psr7-js

Javascript URI and Query String manipulation, inspired by PHP's PSR-7.

Last synced: 27 Feb 2025

https://github.com/bpolaszek/bentools-csviterator

A simple way to iterate over a CSV file.

Last synced: 27 Feb 2025

https://github.com/bpolaszek/reflection-plus

Another improved PHP code reflection API.

Last synced: 03 Jul 2025

https://github.com/bpolaszek/violin

Manipulate your strings with no wrong note.

Last synced: 27 Feb 2025

https://github.com/bpolaszek/simple-cli

A lightweight CLI helper, with almost no dependency.

Last synced: 27 Feb 2025

https://github.com/bpolaszek/sql-sorter

Use the power of SQL to sort data.

Last synced: 27 Feb 2025

https://github.com/bpolaszek/opencubes

Last synced: 27 Feb 2025

https://github.com/bpolaszek/doctrine-watcher

Watch changes in your Doctrine entities to let you trigger custom events.

Last synced: 27 Feb 2025

https://github.com/bpolaszek/set

PHP version of Javascript's "new Set()".

Last synced: 20 Oct 2025

https://github.com/bpolaszek/helpfultraits

Some nice traits to use with Symfony.

Last synced: 27 Oct 2025

https://github.com/bpolaszek/cpimport-bundle

Symfony Bundle - Use file watchers with MariaDb Columnstore CpImport utility

Last synced: 27 Oct 2025

https://github.com/bpolaszek/httpclientwrapper

A Symfony HttpFoundation + EventDispatcher friendly GuzzleHTTP wrapper

Last synced: 27 Feb 2025

https://github.com/bpolaszek/gmaps-api-sign-url

Sign Google Static Maps API Urls. No dependency.

Last synced: 27 Feb 2025

https://github.com/bpolaszek/rolladice

Last synced: 27 Feb 2025

https://github.com/bpolaszek/cache

Last synced: 27 Feb 2025

https://github.com/bpolaszek/api-platform-create-resource

[Api-Platform] Allows creating resources through the PUT method.

Last synced: 27 Feb 2025

https://github.com/bpolaszek/twig-extensions

Some twig extensions.

Last synced: 27 Oct 2025

https://github.com/bpolaszek/redis-psr6-ttl-aware-adapter

Override of Symfony PSR6 cache RedisAdapter, retrieving expiration on an existing item.

Last synced: 27 Feb 2025

https://github.com/bpolaszek/proxy-server

A simple proxy server, written in Symfony 4.1.

Last synced: 27 Feb 2025

https://github.com/bpolaszek/myskewhell-tuple

An intuitive way to work with MySql prepared statements.

Last synced: 27 Feb 2025

https://github.com/bpolaszek/bentools-mysqliextended

An enhanced experience of MySqli

Last synced: 27 Feb 2025

https://github.com/bpolaszek/hostname-extractor

A standalone PHP library to parse hostnames.

domain host hostname php uri url

Last synced: 27 Feb 2025

https://github.com/bpolaszek/stoppable-event-trait

PSR-14 Stoppable Event implementation, shipped as a trait.

Last synced: 27 Feb 2025

https://github.com/bpolaszek/oldfilesremover

A simple class to remove all files older than a DateTime instance.

Last synced: 27 Feb 2025

https://github.com/bpolaszek/picker-js

Last synced: 17 Jun 2025

https://github.com/bpolaszek/bpolaszek

Last synced: 18 Jul 2025

https://github.com/bpolaszek/pdoextended

A PDO extension that will help your developer's life.

Last synced: 20 Aug 2025

https://github.com/bpolaszek/pest-symfony-kernel

Symfony kernel & services for Pest tests

Last synced: 27 Oct 2025

https://github.com/bpolaszek/apifirst-bundle

Provides classes for API-first designed projects with Symfony.

Last synced: 27 Oct 2025

https://github.com/bpolaszek/bentools-etl-bundle

Symfony 2-3 bundle for bentools/etl.

Last synced: 29 Apr 2025

https://github.com/bpolaszek/tikkit

An app to count scores in Mölkky games.

Last synced: 03 Jul 2025

https://github.com/bpolaszek/sqldates

SQL Dates

Last synced: 27 Feb 2025

https://github.com/bpolaszek/solarium-updater

An update handler for Solarium documents.

Last synced: 27 Feb 2025

https://github.com/bpolaszek/bentools-simplexmlextended

SimpleXml Extended for PHP

Last synced: 27 Feb 2025

https://github.com/bpolaszek/php-lib-json

JSON convenience library written in PHP

Last synced: 04 Oct 2025