PHPackages                             x-laravel/pulse-oci-mysql - 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. x-laravel/pulse-oci-mysql

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

x-laravel/pulse-oci-mysql
=========================

Laravel Pulse compatibility layer for Oracle Cloud MySQL (OCI) — removes generated columns and computes key\_hash in PHP.

v1.0.0(2mo ago)1127MITPHPPHP ^8.2CI passing

Since Apr 11Pushed 2mo agoCompare

[ Source](https://github.com/x-laravel/pulse-oci-mysql)[ Packagist](https://packagist.org/packages/x-laravel/pulse-oci-mysql)[ RSS](/packages/x-laravel-pulse-oci-mysql/feed)WikiDiscussions master Synced 3w ago

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

Pulse OCI MySQL
===============

[](#pulse-oci-mysql)

[![Tests](https://github.com/x-laravel/pulse-oci-mysql/actions/workflows/tests.yml/badge.svg)](https://github.com/x-laravel/pulse-oci-mysql/actions/workflows/tests.yml)[![PHP](https://camo.githubusercontent.com/187240af044d09d5b14a1d9d9ebdf3f7a993e4c7bc09bdb46b4ba661a891bf5b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e322532422d626c7565)](https://www.php.net)[![Laravel Pulse](https://camo.githubusercontent.com/26d86f3d8fc07eb283e4e608e778db78a357edd8ffb576da7e08918dbf7e70a5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f50756c73652d312e782d707572706c65)](https://pulse.laravel.com)[![License](https://camo.githubusercontent.com/f8df3091bbe1149f398a5369b2c39e896766f9f6efba3477c63e9b4aa940ef14/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e)](LICENSE.md)

A Laravel Pulse compatibility layer for **Oracle Cloud MySQL (OCI)**.

OCI MySQL does not support `md5()` in generated columns, which breaks Pulse's default migration and storage layer. This package replaces the generated `key_hash` column with a plain `char(32)` and computes the hash in PHP instead.

Requirements
------------

[](#requirements)

- PHP ^8.2
- Laravel Pulse ^1.0

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

[](#installation)

```
composer require x-laravel/pulse-oci-mysql
```

The service provider is auto-discovered — no manual registration needed.

> **Do not** publish or run Pulse's own migrations. Use the ones provided by this package instead.

Publish and run the OCI-compatible migrations:

```
php artisan vendor:publish --tag=pulse-oci-mysql-migrations
php artisan migrate
```

That's it.

How It Works
------------

[](#how-it-works)

Default PulseThis package`key_hash` column`char(16) BINARY` — generated via `unhex(md5(key))``char(32)` — populated by PHP `md5()`Storage class`DatabaseStorage``PulseDatabaseStorage` (extends `DatabaseStorage`)Bindingautomaticoverrides in `boot()`, always wins### Why `boot()` instead of `register()`?

[](#why-boot-instead-of-register)

`PulseServiceProvider` binds `Storage::class → DatabaseStorage::class` in its `register()` method. By binding the replacement in `boot()` — which always runs after all `register()` calls — the override is guaranteed regardless of provider load order.

### Why `char(32)` instead of a generated column?

[](#why-char32-instead-of-a-generated-column)

OCI MySQL does not support `md5()` inside generated column expressions. The `char(32)` column stores the hex output of PHP's `md5()` function directly, bypassing the database-level computation entirely.

Testing
-------

[](#testing)

```
# Build first (once per PHP version)
DOCKER_BUILDKIT=0 docker compose --profile php82 build

# Run tests
docker compose --profile php82 up
docker compose --profile php83 up
docker compose --profile php84 up
docker compose --profile php85 up
```

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](https://opensource.org/license/MIT).

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance85

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

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

77d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2bdb64c6c087c331b8bd5906bb1aa7eb06bc83af3654a48ba8ab9da365976651?d=identicon)[X-Adam](/maintainers/X-Adam)

---

Top Contributors

[![X-Adam](https://avatars.githubusercontent.com/u/60411758?v=4)](https://github.com/X-Adam "X-Adam (2 commits)")[![x-adam](https://avatars.githubusercontent.com/u/60411758?v=4)](https://github.com/x-adam "x-adam (1 commits)")

---

Tags

laravelmysqlpulseoci

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/x-laravel-pulse-oci-mysql/health.svg)

```
[![Health](https://phpackages.com/badges/x-laravel-pulse-oci-mysql/health.svg)](https://phpackages.com/packages/x-laravel-pulse-oci-mysql)
```

###  Alternatives

[tpetry/laravel-mysql-explain

Get Visual MySQL EXPLAIN for Laravel.

265166.1k](/packages/tpetry-laravel-mysql-explain)[moharrum/laravel-adminer

Adminer database management tool for your Laravel application.

451.0k](/packages/moharrum-laravel-adminer)[mpyw/laravel-mysql-system-variable-manager

A tiny extension of MySqlConnection that manages session system variables

116.0k](/packages/mpyw-laravel-mysql-system-variable-manager)[vitalibr/laravel5-exporter

MySQL Workbench Schema Exporter for Laravel 5.0

161.0k](/packages/vitalibr-laravel5-exporter)

PHPackages © 2026

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