Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/acseo/sqlserverbundle

Provide convertion methods between database values and PHP values
https://github.com/acseo/sqlserverbundle

bundle php symfony symfony-bundle

Last synced: about 2 months ago
JSON representation

Provide convertion methods between database values and PHP values

Awesome Lists containing this project

README

        

# ACSEO SQLServerBundle

----

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

## Installation

Add the bundle in your composer.json:

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

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

```bash
$ 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

```php