Ecosyste.ms: Awesome
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: 18 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T07:15:09.000Z (about 2 months ago)
- Last Synced: 2024-12-04T08:39:03.584Z (24 days 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
```