PHPackages                             elephantpink/events - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. elephantpink/events

ActivePackage[Utility &amp; Helpers](/categories/utility)

elephantpink/events
===================

A simple events package for Laravel 6.

013PHPCI failing

Since Apr 14Pushed 6y agoCompare

[ Source](https://github.com/Elephantpink/elephantpink-events)[ Packagist](https://packagist.org/packages/elephantpink/events)[ RSS](/packages/elephantpink-events/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

elephantpink-events
===================

[](#elephantpink-events)

Install package
---------------

[](#install-package)

```
 composer require elephantpink/events

```

Database: migrations and seeders
--------------------------------

[](#database-migrations-and-seeders)

```
 php artisan vendor:publish --tag=epink-events-migrations

```

After this, you'll find the migrations under the main database/migrations folder.

In order to create the required tables run:

```
 php artisan migrate

```

If you want sample data on the database run:

```
 php artisan db:seed --class=EventSeeder

```

Frontend
--------

[](#frontend)

In order to use these components you'll need to install the following node packages:

To do so execute:

```
 npm install lang.js laravel-mix-svg-vue svg-vue vue vue-template-compiler vue-router vuex

```

You can use directly the components from the vendor folder, or if you need to customize them, simply publish them to the resource folder:

```
 php artisan vendor:publish --tag=epink-events-assets

```

This will create two separate "events" folders under resources/js and resources/sass.

#### Router import example:

[](#router-import-example)

```
import eventsAdminRoutes from './events/router'

let routes = [other routes]

routes = routes.concat(eventsAdminRoutes [, other router files ])

const router = new VueRouter({
  routes: routes
})

```

#### Store import example:

[](#store-import-example)

```
import Vue from 'vue'
import Vuex from 'vuex'
import eventsStore from './events/store'

Vue.use(Vuex)

const store = new Vuex.Store({
  modules: {
    events: eventsStore,
  },
  ...
})

```

#### Translations import example:

[](#translations-import-example)

```
import Lang from 'lang.js';
import eventsTranslations from './events/translations'

let lang = new Lang();
let fullTranslations = Object.assign({}, eventsTranslations [, other translation files ])
lang.setMessages(fullTranslations)

```

#### Icons

[](#icons)

In order to use the svg-vue icons you should add the `laravel-mix-svg-vue` modify your webpack.mix.js file so it has the following content:

```
const mix = require('laravel-mix');
require('laravel-mix-svg-vue');

mix.js('resources/js/app.js', 'public/js')
   .sass('resources/sass/app.scss', 'public/css')
   .svgVue()

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d6d521fc53082e5cfa327fb733581910a9266795a18e952a131e06d13253d44f?d=identicon)[DRamirez](/maintainers/DRamirez)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/elephantpink-events/health.svg)

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

###  Alternatives

[rappasoft/laravel-livewire-tables

A dynamic table component for Laravel Livewire

2.0k2.7M31](/packages/rappasoft-laravel-livewire-tables)[magestat/module-facebook-pixel

This extension allows you integrate the Facebook pixel to track your website visitors' actions.

36108.4k](/packages/magestat-module-facebook-pixel)[vaersaagod/geomate

GeoMate is a friend in need for all things geolocation. IP to geo lookup, automatic redirects (based on country, continent, language, etc), site switcher... You name it.

2367.3k](/packages/vaersaagod-geomate)[daixianceng/yii2-smser

Yii2 SMS extension

862.9k1](/packages/daixianceng-yii2-smser)[laminas/laminas-config-aggregator-parameters

PostProcessor extension for laminas/laminas-config-aggregator to allow usage of templated parameters within your configuration

1090.4k](/packages/laminas-laminas-config-aggregator-parameters)[yosimitso/workingforumbundle

A complete forum bundle

425.3k](/packages/yosimitso-workingforumbundle)

PHPackages © 2026

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