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. [Framework](/categories/framework)
4. /
5. erickmcarvalho/anteros

AbandonedArchivedLibrary[Framework](/categories/framework)

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 today

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

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

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

4298d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7072721?v=4)[Erick Carvalho](/maintainers/erickmcarvalho)[@erickmcarvalho](https://github.com/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

[livewire/livewire

A front-end framework for Laravel.

23.6k89.0M2.7k](/packages/livewire-livewire)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)[api-platform/laravel

API Platform support for Laravel

58171.4k14](/packages/api-platform-laravel)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)

PHPackages © 2026

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