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
- Host: GitHub
- URL: https://github.com/tina4stack/tina4php-mssql
- Owner: tina4stack
- Created: 2022-07-18T11:31:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T07:15:09.000Z (over 1 year ago)
- Last Synced: 2025-10-31T23:15:47.251Z (8 months ago)
- Language: PHP
- Size: 80.1 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```