Sandro Keil
Sandro Keil
@stof I'm not sure why this was happened. I've restored it. Thanks. @beberlei I thought that the Intl extension replaces mbstring and is mainly used, if projects uses i18n. In...
@beberlei We can use a simple [String Wrapper like Zend](https://github.com/zendframework/zend-stdlib/blob/master/src/StringUtils.php#L55) and we have a WinWin solution and can bring a new minor release. Maybe even simpler, check for the extensions...
ping @beberlei +1 for string wrapper and full backward compatibility? We will support intl, mbstring, iconv and native. No method signature will be changed, but the encoding is only used...
@webdevilopers The prooph components are framework agnostic. You can use it in/with every framework/library/application. You can use the interop container factories or create the instances manually. The [prooph demo app](https://github.com/prooph/proophessor-do)...
Seems you have missed the [Broadway library](https://github.com/qandidate-labs/broadway). I can not compare Broadway with the prooph components. It would be great if you can share your results of the comparison. I...
Alright. I guess Broadway and the prooph components are the top players here. The prooph components should have all the features that you need and have adapters for Doctrine, MongoDB,...
@webdevilopers We are working on a @prooph [Symfony CQRS + ES demo app and bundles](https://github.com/prooph?utf8=%E2%9C%93&query=symfony) for event store and service bus (CQRS). So you can it use in your Symfony...
@mrook has [prooph](https://github.com/prooph) and [broadway](https://github.com/qandidate-labs/broadway) compared in his [slides](https://speakerdeck.com/mrook/cqrs-and-event-sourcing-in-the-wild-scotlandphp-2016?slide=54).
I have an import on CLI and I want to show a progress bar / number of entries (Symfony console is used). I know that this is time consuming, but...
@adrilo That sounds awesome. :+1: I have only 5000 rows at the moment.