PHPackages                             erickmcarvalho/anteros - 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. erickmcarvalho/anteros

AbandonedArchivedLibrary

erickmcarvalho/anteros
======================

Implementations for Laravel 4 Framework

0.1.0(11y ago)129MITPHPPHP &gt;=5.3.0

Since Sep 26Pushed 11y agoCompare

[ Source](https://github.com/erickmcarvalho/anteros)[ Packagist](https://packagist.org/packages/erickmcarvalho/anteros)[ RSS](/packages/erickmcarvalho-anteros/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Laravel Anteros
===============

[](#laravel-anteros)

Implementations for Laravel 4 Framework

Features
--------

[](#features)

- Mssql Driver Connection - Using standard features from [MSSQL library](http://php.net/manual/en/book.mssql.php)

Installation
============

[](#installation)

Add `erickmcarvalho\anteros` as a requirement to composer.json:

```
{
    "require": {
        "erickmcarvalho/anteros: "0.1.*"
    }
}
```

Update your packages with `composer update` or install with `composer install`.

Once Composer has installed or updated your packages you need to register Anteros and the package it uses (extradb) with Laravel itself. Open up `app/config/app.php` and find the providers key towards the bottom.

Add the following to the list of providers:

```
'Anteros\AnterosServiceProvider'
```

You won't need to add anything to the aliases section.

Configuration
=============

[](#configuration)

- **Mssql Database**

The configuration database is not separate to Anteros. You'll just add a new array to the `connections` array in `app/config/database.php`.

```
		'mssql' => array(
			'driver'   =>   'anteros:mssql',
            'host'     =>   'localhost',
            'database' =>   'database',
            'username' =>   'sa',
            'password' =>   'password',
            'prefix'   =>   ''
		),

```

**Don't forget to update your default database connection.**

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

4243d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ea95f3c275de135ee8139c18577159da409059a08f57eb84081466bdceb7a4b2?d=identicon)[erickmcarvalho](/maintainers/erickmcarvalho)

---

Top Contributors

[![erickmcarvalho](https://avatars.githubusercontent.com/u/7072721?v=4)](https://github.com/erickmcarvalho "erickmcarvalho (17 commits)")

### Embed Badge

![Health badge](/badges/erickmcarvalho-anteros/health.svg)

```
[![Health](https://phpackages.com/badges/erickmcarvalho-anteros/health.svg)](https://phpackages.com/packages/erickmcarvalho-anteros)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M683](/packages/barryvdh-laravel-ide-helper)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[dragon-code/migrate-db

Easy data transfer from one database to another

15717.4k](/packages/dragon-code-migrate-db)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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