glushkovds / phpclickhouse-laravel

Adapter of the most popular library https://github.com/smi2/phpClickHouse to Laravel
MIT License
147 stars 26 forks source link

Lumen support #7

Closed olegstyle closed 3 years ago

olegstyle commented 3 years ago

It's not necessary to add laravel/framework in require list. I added only required packages of laravel ecosystem. The Lumen Framework will be supported after this change.

glushkovds commented 3 years ago

Hi, Oleh!

Thank you for your PR, good improvement!

I have no time to check compatibility with Lumen. I will rely on you. Also, could you please update README.md (about Lumen support) and CHANGELOG.md (v1.9.0)

glushkovds commented 3 years ago

Hello, Oleh!

Your changes in v1.9.0: https://github.com/glushkovds/phpclickhouse-laravel/tree/v1.9.0

Thank you