PHPackages                             acseo/sql-server-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. acseo/sql-server-bundle

ActiveSymfony-bundle

acseo/sql-server-bundle
=======================

Bundle used to provide data type convertion between Doctrine and MSSQLDriver

177PHP

Since Nov 4Pushed 11y ago3 watchersCompare

[ Source](https://github.com/acseo/SQLServerBundle)[ Packagist](https://packagist.org/packages/acseo/sql-server-bundle)[ RSS](/packages/acseo-sql-server-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

ACSEO SQLServerBundle
=====================

[](#acseo-sqlserverbundle)

---

This bundle provides datatype convertions for SQLServer with Doctrine ORM and RealState

Installation
------------

[](#installation)

Add the bundle in your composer.json:

```
{
    "require": {
        "acseo/sql-server-bundle": "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update acseo/sql-server-bundle
```

Composer will install the bundle to your project's `vendor/ACSEO` directory.

Enable the bundle in your project

```
