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

https://github.com/tina4stack/tina4php-mssql

Tina4Php dirver for Microsoft SQL Server
https://github.com/tina4stack/tina4php-mssql

Last synced: 4 months ago
JSON representation

Tina4Php dirver for Microsoft SQL Server

Awesome Lists containing this project

README

          

# tina4php-mssql

### Installation
```
composer require tina4stack/tina4php-mssql
```

### Testing with Docker
```
docker run -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=Tina1234!" -p 1433:1433 mcr.microsoft.com/mssql/server:2022-latest
```

```
composer test
```