PHPackages                             ivacuum/generic - 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. ivacuum/generic

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

ivacuum/generic
===============

28.0.4(11mo ago)05.4k1MITPHPPHP &gt;=8.3

Since Mar 25Pushed 11mo agoCompare

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

READMEChangelogDependencies (1)Versions (218)Used By (0)

Общие компоненты для сайтов на Laravel.

### Локальная разработка

[](#локальная-разработка)

`composer.json` родительского проекта

```
"repositories": [
  {
    "type": "path",
    "url": "~/Sites/generic",
    "options": {
      "symlink": true
    }
  }
],
```

### Маршруты для входа через социалки

[](#маршруты-для-входа-через-социалки)

`routes/web.php`

```
Route::get('auth/facebook', 'Auth\Facebook@index');
Route::get('auth/facebook/callback', 'Auth\Facebook@callback');
Route::get('auth/google', 'Auth\Google@index');
Route::get('auth/google/callback', 'Auth\Google@callback');
Route::get('auth/odnoklassniki', 'Auth\Odnoklassniki@index');
Route::get('auth/odnoklassniki/callback', 'Auth\Odnoklassniki@callback');
Route::get('auth/vk', 'Auth\Vk@index');
Route::get('auth/vk/callback', 'Auth\Vk@callback');
```

### Настройки

[](#настройки)

`config/cfg.php`

```
'gm_bin' => env('GM_BIN', '/usr/bin/env gm convert'),
'locales' => [
    'ru' => ['posix' => 'ru_RU.UTF-8'],
    'en' => ['posix' => 'en_US.UTF-8'],
],
'sphinx' => [
    'host'   => env('SPHINX_HOST', 'localhost'),
    'port'   => env('SPHINX_PORT', 9306),
    'socket' => env('SPHINX_SOCKET', ''),
],
'telegram' => [
    'admin_id' => env('TELEGRAM_ADMIN_ID'),
],
```

`config/view.php`

```
'paths' => [
    ...
    realpath(base_path('vendor/ivacuum/generic/views'))
],
```

### Локализация

[](#локализация)

`resources/lang/en/validation.php`

```
'concurrency_control' => 'Another user has updated this resource since this page was loaded. Please refresh the page and try again.',
```

`resources/lang/ru/validation.php`

```
'concurrency_control' => 'Кто-то обновил объект до сохранения ваших правок. Обновите страницу и повторите попытку.',
```

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance52

Moderate activity, may be stable

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity98

Battle-tested with a long release history

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

Recently: every ~28 days

Total

217

Last Release

334d ago

Major Versions

23.0.0 → 24.0.02023-02-04

24.0.1 → 25.0.02023-02-15

25.0.3 → 26.0.02023-09-04

26.0.1 → 27.0.02024-03-18

27.2.0 → 28.0.02025-04-03

PHP version history (9 changes)0.1.0PHP ^7.0

0.7.0PHP ^7.1

2.0.0PHP ^7.2.0

11.0.0PHP ^7.4.0

13.1.0PHP ^7.4||^8.0

13.1.1PHP &gt;=7.4

16.0.0PHP &gt;=8.0

17.0.0PHP &gt;=8.1

27.0.0PHP &gt;=8.3

### Community

Maintainers

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

---

Top Contributors

[![ivacuum](https://avatars.githubusercontent.com/u/846625?v=4)](https://github.com/ivacuum "ivacuum (379 commits)")

### Embed Badge

![Health badge](/badges/ivacuum-generic/health.svg)

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

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17818.7k](/packages/markwalet-nova-modal-response)[crumbls/layup

A visual page builder plugin for Filament 5 — Divi-style grid layouts with extensible widgets.

591.7k1](/packages/crumbls-layup)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.2k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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