Bacon / BaconQrCode

QR Code Generator for PHP
BSD 2-Clause "Simplified" License
1.83k stars 208 forks source link

Use popular enum lib instead of custom #48

Closed willemstuursma closed 6 years ago

willemstuursma commented 6 years ago

I see you created your own enum library.

Why not use the much more popular (and very similar) myclabs/php-enum?

DASPRiD commented 6 years ago

Simply: that one is missing a lot of features which proper enum libraries are have. The enum library I'm using here I'm using on a lot of projects. It's the closest one can get to Java's enum implementation.