PHPackages                             klinson/laravel-sybase - 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. [Database &amp; ORM](/categories/database)
4. /
5. klinson/laravel-sybase

ActiveLibrary[Database &amp; ORM](/categories/database)

klinson/laravel-sybase
======================

Sybase based Eloquent module extension for Laravel 5.x.

v1.4(7y ago)052PHPPHP &gt;=5.5

Since Dec 5Pushed 7y agoCompare

[ Source](https://github.com/klinson/laravel-sybase)[ Packagist](https://packagist.org/packages/klinson/laravel-sybase)[ RSS](/packages/klinson-laravel-sybase/feed)WikiDiscussions master Synced today

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

laravel-sybase
==============

[](#laravel-sybase)

Sybase ASE based Eloquent module extension for Laravel 5.x.

- Enables use of multiple kinds of fields.
- Use default eloquent: works with odbc and dblib!
- Migrations! (WIP - Work in Progress)

### Install

[](#install)

Add the following in the require section of your **composer.json**:

#### Laravel 5.1, 5.2, 5.3

[](#laravel-51-52-53)

```
"uepg/laravel-sybase": "~1.0"
```

#### Laravel 5.4

[](#laravel-54)

```
"uepg/laravel-sybase": "~2.0"
```

Update the package dependencies executing:

```
composer update
```

Add the following entry to your providers array in **./config./app.php** file:

```
Uepg\LaravelSybase\Database\SybaseServiceProvider::class
```

Update your ./config./database.php's default driver with the settings for the **sqlsrv** or your custom odbc. See the following example:

```
    'connections' => [

        ...

        'sybaseuepg-aluno' => [
            'driver'   => 'sqlsrv',
            'host'     => env('DB_HOST', 'sybase.myserver.br:5000'),
            'database' => env('DB_DATABASE', 'mydatabase'),
            'username' => env('DB_USERNAME', 'forge'),
            'password' => env('DB_PASSWORD', 'secret'),
            'charset'  => 'utf8',
            'prefix'   => '',
        ],
```

### Configuration of freetds driver

[](#configuration-of-freetds-driver)

In Linux systems the driver version must be set in `freetds.conf` file to the right use of charset pages.

The file is usualy found in `/etc/freetds/freetds.conf`. Set the configuration at global section as the following example:

```
[global]
    # TDS protocol version
    tds version = 5.0

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Every ~2 days

Total

5

Last Release

2708d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/21521d5b326bd671edafea5b4379a8f2802e9f8af64bff295868c389b12c01f1?d=identicon)[klinson](/maintainers/klinson)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/klinson-laravel-sybase/health.svg)

```
[![Health](https://phpackages.com/badges/klinson-laravel-sybase/health.svg)](https://phpackages.com/packages/klinson-laravel-sybase)
```

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M546](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

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