PHPackages                             jiangslee/laravel-msaccess - 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. jiangslee/laravel-msaccess

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

jiangslee/laravel-msaccess
==========================

This package helps you to manage Microsoft Access DB by ODBC Connection with the integrated Laravel ORM.

v0.0.1(3y ago)27MITPHP

Since Dec 3Pushed 3y agoCompare

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

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

This repository is no longer maintained.
========================================

[](#this-repository-is-no-longer-maintained)

It is recommended to visit the updated repository  that is being maintained and is not limited to the Laravel framework.
=============================================================================================================================================================================

[](#it-is-recommended-to-visit-the-updated-repository-httpsgithubcomzoilomoradoctrine-dbal-msaccess-that-is-being-maintained-and-is-not-limited-to-the-laravel-framework)

Laravel ORM for Microsoft Access DB
===================================

[](#laravel-orm-for-microsoft-access-db)

[![Latest Stable Version](https://camo.githubusercontent.com/adc5d4f91d8279bbb8e7da51ac760ab7ba1aa734d80bebaaab1bc3242719ef4a/68747470733a2f2f706f7365722e707567782e6f72672f7a6f696c6f6d6f72612f6c61726176656c2d6d736163636573732f762f737461626c65)](https://packagist.org/packages/zoilomora/laravel-msaccess)[![Total Downloads](https://camo.githubusercontent.com/3a5e8eb75e80219af06161131e7a7468f7c48425b46248dd70832fde2701ee8f/68747470733a2f2f706f7365722e707567782e6f72672f7a6f696c6f6d6f72612f6c61726176656c2d6d736163636573732f646f776e6c6f616473)](https://packagist.org/packages/zoilomora/laravel-msaccess)[![Latest Unstable Version](https://camo.githubusercontent.com/650081be02257713c332b9f1fc180c261ec61ea7d2bc0d7d8fb11642add40c52/68747470733a2f2f706f7365722e707567782e6f72672f7a6f696c6f6d6f72612f6c61726176656c2d6d736163636573732f762f756e737461626c65)](https://packagist.org/packages/zoilomora/laravel-msaccess)[![License](https://camo.githubusercontent.com/1570143b1329c42396c2efa5549836e33703958afbcbe73cd45093540ff487c6/68747470733a2f2f706f7365722e707567782e6f72672f7a6f696c6f6d6f72612f6c61726176656c2d6d736163636573732f6c6963656e7365)](https://packagist.org/packages/zoilomora/laravel-msaccess)[![composer.lock](https://camo.githubusercontent.com/3438a04248e40dc9699a46b2084a39a7140770293488b3c9bef7ea1f8e36917f/68747470733a2f2f706f7365722e707567782e6f72672f7a6f696c6f6d6f72612f6c61726176656c2d6d736163636573732f636f6d706f7365726c6f636b)](https://packagist.org/packages/zoilomora/laravel-msaccess)

This package helps you to manage **Microsoft Access DB** by **ODBC Connection**with the integrated [Laravel](https://github.com/laravel/laravel) ORM.

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

[](#installation)

1. Install via composer

```
composer require zoilomora/laravel-msaccess

```

2. Add Service Provider to `config/app.php` in `providers` section:

```
\ZoiloMora\AccessServiceProvider::class,
```

3. Create a **DSN** with the connection to the database.
4. Add connection to `config/database.php` in `connections` section:

```
'access' => [
    'driver' => 'pdo_access',
    'connection_string' => 'dsn={namedsn}',
    'username' => '',
    'password' => '',
    'table_prefix' => '',
]
```

5. Replace `{namedsn}` with the **name of DSN**.

Connect model with the connection
---------------------------------

[](#connect-model-with-the-connection)

1. In the model class add the `$connection` variable like this:

```
protected $connection = 'access';
```

License
-------

[](#license)

Licensed under the [MIT license](http://opensource.org/licenses/MIT)

Read [LICENSE](LICENSE) for more information

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

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

1254d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/254cae97accd7455de8100afa00249fbc845de5fad77aeb6620210a048ff05a8?d=identicon)[jiangslee](/maintainers/jiangslee)

---

Top Contributors

[![zoilomora](https://avatars.githubusercontent.com/u/4701956?v=4)](https://github.com/zoilomora "zoilomora (5 commits)")[![jiangslee](https://avatars.githubusercontent.com/u/27892476?v=4)](https://github.com/jiangslee "jiangslee (4 commits)")

---

Tags

laravelormmicrosoft-access

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jiangslee-laravel-msaccess/health.svg)

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

###  Alternatives

[laravel-doctrine/orm

An integration library for Laravel and Doctrine ORM

8425.3M87](/packages/laravel-doctrine-orm)[tpetry/laravel-postgresql-enhanced

Support for many missing PostgreSQL specific features

9982.0M14](/packages/tpetry-laravel-postgresql-enhanced)[analogue/orm

An intuitive Data Mapper ORM for PHP and Laravel

63547.1k3](/packages/analogue-orm)[laravel-doctrine/fluent

A fluent PHP mapping driver for Doctrine2.

43430.3k13](/packages/laravel-doctrine-fluent)[sofa/model-locking

Pseudo pessimistic model locking with broadcasted events for Laravel Eloquent ORM.

5048.0k](/packages/sofa-model-locking)[crcms/repository

Detached model and controller warehouse data provider

674.4k2](/packages/crcms-repository)

PHPackages © 2026

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