PHPackages                             noxxie/progress - 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. noxxie/progress

Abandoned → [https://github.com/NoxxieNl/progress-laravel](/?search=https%3A%2F%2Fgithub.com%2FNoxxieNl%2Fprogress-laravel)Library[Database &amp; ORM](/categories/database)

noxxie/progress
===============

Progress is a simple odbc progress service provider for Laravel. It provides odbc Connection by extending the Illuminate Database component of the laravel framework.

v1.1.0(5y ago)0138[1 PRs](https://github.com/NoxxieNl/laravel-db-progress/pulls)MITPHPPHP ^7.4|^8.0

Since Jan 22Pushed 3y ago1 watchersCompare

[ Source](https://github.com/NoxxieNl/laravel-db-progress)[ Packagist](https://packagist.org/packages/noxxie/progress)[ RSS](/packages/noxxie-progress/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (9)Used By (0)

Laravel-Db-Progress
===================

[](#laravel-db-progress)

[![Latest Stable Version](https://camo.githubusercontent.com/5e000a650d92dc136ad69767761be52b3e54e3828dd6b61fa03d56d6d263e4f4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6e6f787869652f6c61726176656c2d64622d70726f67726573732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/noxxie/laravel-db-progress)[![Total Downloads](https://camo.githubusercontent.com/96a989140b7aaad24a17b65aa6f4466becc51e0c3ebe8631ff22417576b78b57/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f787869652f6c61726176656c2d64622d70726f677265732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/noxxie/laravel-db-progress)[![License](https://camo.githubusercontent.com/8e6c2110c6506c22b4c07c53c116d3b16c99e2fde734e24640aa5819f4ae8e85/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6e6f787869652f6c61726176656c2d64622d70726f6772657373)](https://packagist.org/packages/noxxie/laravel-db-progress)

Laravel-Db-Progress is a simple odbc progress service provider for Laravel. It provides odbc connection by extending the Illuminate Database component of the laravel framework. It also provides the grammer changes in order to let everything work.

To connect to the Progress database we utilize the ODBC drivers provided from progress. These must be installed before you can use this package. I found out [This website](https://blog.zedfox.us/installing-openedge-sql-client-access-odbc-drivers-ubuntu/) contains all the information you need to install those drivers.

---

- [Installation](#installation)
- [Configuration](#configuration)
- [Usage](#usage)

Installation
------------

[](#installation)

Add the library using composer:

```
composer require "noxxie/laravel-db-progress"

```

### Configuration

[](#configuration)

You can put your Progress credentials into `app/config/database.php` file using the following php lines:

```
    'progress' => [
        'driver' => 'progress',
        'host' => env('PROGRESS_DB_HOST', 'localhost'),
        'port' => env('PROGRESS_DB_PORT', 19204),
        'database' => env('PROGRESS_DB_DATABASE', 'forge'),
        'username' => env('PROGRESS_DB_USERNAME', 'forge'),
        'password' => env('PROGRESS_DB_PASSWORD', ''),
        'codepage' => env('PROGRESS_DB_CODEPAGE', 'ISO_8859_1'),
        'schema' =>  env('PROGRESS_DB_SCHEMA', 'PUB'),
    ],
```

As you can see there is also room to define them in your `.env` file.

Usage
-----

[](#usage)

Consult the [Laravel framework documentation](http://laravel.com/docs). Please be aware that some functionality will not work if you do not run the latest version of openedge. You will get an database exception when this accures. Consult the openedge documentation what was introduced in what version.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity70

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 ~161 days

Recently: every ~202 days

Total

6

Last Release

1856d ago

PHP version history (2 changes)v1.0.0PHP &gt;=7.1.3

v1.1.0PHP ^7.4|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/29e279d65c2b5d9edc049441bf5bd9bdfd14c475b1f8ad0c410883f75f4c77c1?d=identicon)[noxxieNl](/maintainers/noxxieNl)

---

Top Contributors

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

---

Tags

laraveldatabasepdoodbcprogress

### Embed Badge

![Health badge](/badges/noxxie-progress/health.svg)

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

###  Alternatives

[cooperl/laravel-db2

laravel-db2 is a simple DB2 service provider for Laravel. It provides DB2 Connection by extending the Illuminate Database component of the laravel framework.

58120.3k1](/packages/cooperl-laravel-db2)[cooperl/laravel-ibmi

laravel-ibmi is a simple DB2 &amp; Toolkit for IBMi service provider for Laravel. It provides DB2 Connection by extending the Illuminate Database component of the laravel framework. Plus it also provides Toolkit for IBMi so that you can access IBMi resources with same credentials.

1013.9k](/packages/cooperl-laravel-ibmi)

PHPackages © 2026

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