PHPackages                             qualiasystems/phalcon-sqlsrv - 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. [Framework](/categories/framework)
4. /
5. qualiasystems/phalcon-sqlsrv

ActiveLibrary[Framework](/categories/framework)

qualiasystems/phalcon-sqlsrv
============================

Qualia Systems Inc. Component for Phalcon - MS SQL Server (PDO) Adapter

0.9.1(6y ago)3271MITPHPPHP &gt;=7.2

Since Jan 9Pushed 2y agoCompare

[ Source](https://github.com/QualiaSystems/phalcon-sqlsrv)[ Packagist](https://packagist.org/packages/qualiasystems/phalcon-sqlsrv)[ RSS](/packages/qualiasystems-phalcon-sqlsrv/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (3)Used By (0)

Phalcon - MS SQL Server (PDO) Adapter
=====================================

[](#phalcon---ms-sql-server-pdo-adapter)

- Phalcon 3.4+ support
- PHP 7.3+ support
- Compatible with PHP 7.3.13 + Phalcon 3.4.3 .
- instalation

```
composer require qualiasystems/phalcon-sqlsrv

```

```
$di->set('db', function() use ($config) {
	return new \Phalcon\Db\Adapter\Pdo\Sqlsrv(array(
		"host"         => $config->database->host,
		"username"     => $config->database->username,
		"password"     => $config->database->password,
		"dbname"       => $config->database->name
	));
});
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 84.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~13 days

Total

2

Last Release

2302d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/24786492?v=4)[F Okazaki](/maintainers/fokazaki2)[@fokazaki2](https://github.com/fokazaki2)

---

Top Contributors

[![fokazaki2](https://avatars.githubusercontent.com/u/24786492?v=4)](https://github.com/fokazaki2 "fokazaki2 (16 commits)")[![kaioken](https://avatars.githubusercontent.com/u/118385?v=4)](https://github.com/kaioken "kaioken (3 commits)")

---

Tags

frameworksqlsrvphalcon

### Embed Badge

![Health badge](/badges/qualiasystems-phalcon-sqlsrv/health.svg)

```
[![Health](https://phpackages.com/badges/qualiasystems-phalcon-sqlsrv/health.svg)](https://phpackages.com/packages/qualiasystems-phalcon-sqlsrv)
```

###  Alternatives

[phalcon/devtools

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

1.3k2.0M54](/packages/phalcon-devtools)[phalcon/incubator

Adapters, prototypes or functionality that can be potentially incorporated to the C-framework.

7222.9M81](/packages/phalcon-incubator)[phalcon/migrations

Run and Generate DB Migrations with Phalcon Framework

29977.8k6](/packages/phalcon-migrations)[phalcon/incubator-mailer

Phalcon Incubator Mailer Adapters

1318.1k2](/packages/phalcon-incubator-mailer)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
