PHPackages                             luciano-jr/laravel-aerospike - 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. [Caching](/categories/caching)
4. /
5. luciano-jr/laravel-aerospike

ActiveLibrary[Caching](/categories/caching)

luciano-jr/laravel-aerospike
============================

Service to use Aerospike Cache in Laravel 5

0.2.1(9y ago)03.0k4MITPHPPHP &gt;=5.6.0

Since Sep 2Pushed 9y ago3 watchersCompare

[ Source](https://github.com/luciano-jr/laravel-aerospike)[ Packagist](https://packagist.org/packages/luciano-jr/laravel-aerospike)[ RSS](/packages/luciano-jr-laravel-aerospike/feed)WikiDiscussions master Synced 3w ago

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

laravel-aerospike
=================

[](#laravel-aerospike)

A service to use Aerospike Cache on Laravel 5

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

[](#installation)

### 1. Dependency

[](#1-dependency)

Using [composer](https://getcomposer.org/), execute the following command to automatically update your `composer.json`:

```
composer require luciano-jr/laravel-aerospike
```

or manually update your `composer.json` file

```
{
	"require": {
		"luciano-jr/laravel-aerospike": "dev-master"
	}
}
```

### 2. Provider

[](#2-provider)

You need to update your application configuration in order to register the package, so it can be loaded by Laravel. Just update your `config/app.php` file adding the following code at the end of your `'providers'` section:

```
// file START ommited
    'providers' => [
        // other providers ommited
        Lucianojr\Aerospike\Providers\AerospikeServiceProvider::class,
    ],
// file END ommited
```

#### 2.1 Publishing configuration file

[](#21-publishing-configuration-file)

To publish the default configuration file, execute the following command:

```
php artisan vendor:publish
```

You can also publish only the configuration file:

```
php artisan vendor:publish --tag=config
```

If you already published aerospike files, but for some reason you want to override previous published files, add the `--force` flag.

### 3. Facade (optional)

[](#3-facade-optional)

In order to use the `AerospikeCache` facade, you need to register it on the `config/app.php` file, you can do that the following way:

```
// config.php file
// file START ommited
    'aliases' => [
        // other Facades ommited
        'AerospikeCache' => Lucianojr\Aerospike\Facades\AerospikeFacade::class,
    ],
// file END ommited
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity52

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

Every ~2 days

Total

4

Last Release

3580d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/146656441?v=4)[Luciano Jr](/maintainers/luciano-jr)[@Luciano-Jr](https://github.com/Luciano-Jr)

---

Top Contributors

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

---

Tags

laravelcacheaerospike

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/luciano-jr-laravel-aerospike/health.svg)

```
[![Health](https://phpackages.com/badges/luciano-jr-laravel-aerospike/health.svg)](https://phpackages.com/packages/luciano-jr-laravel-aerospike)
```

###  Alternatives

[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k8.7M64](/packages/spatie-laravel-responsecache)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k51.0M7.6k](/packages/larastan-larastan)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k14.1M122](/packages/laravel-pulse)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

76518.2M120](/packages/laravel-mcp)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k55.1k1](/packages/mike-bronner-laravel-model-caching)

PHPackages © 2026

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