realestateconz / MssqlBundle

Symfony 2 Microsoft SQL Server Bundle
37 stars 63 forks source link

Repository maintenance #29

Open garak opened 7 years ago

garak commented 7 years ago

It's clear that this repository is not maintained anymore: last commit is older that 2 years ago, issues and pull request are not addressed. Could be possible to assign a new active maintainer? If needed, I can do it myself (I already maintain many bundles and other PHP-related repositories) If not possible: please mark this repository as deprecated on README and in packagist.

cjunge-work commented 7 years ago

Realestate.co.nz still uses this bundle, but it's in legacy code that is being phased out. The capabilities of the bundle are limited, and have been superseeded by the Doctrine SQLServer support.

I would recommend using the built-in Doctrine SQLServer support with a DBLib driver. Something like https://packagist.org/packages/leaseweb/doctrine-pdo-dblib should work.

garak commented 7 years ago

Thanks for your reply. Unfortunately, it looks like the library you suggest is also in an abandoned state.