PHPackages                             liventin/base.module - 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. liventin/base.module

ActiveBitrix-d7-module[Utility &amp; Helpers](/categories/utility)

liventin/base.module
====================

Base functionality for Bitrix module template, including options service

v1.0.8(4mo ago)015220MITPHPPHP &gt;=8.1

Since Jun 24Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/Liventin/base.module)[ Packagist](https://packagist.org/packages/liventin/base.module)[ RSS](/packages/liventin-basemodule/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)Dependencies (1)Versions (9)Used By (20)

install | update

```
{
  "name": "provider/modul.name",
  "description": "bitrix module",
  "require": {
    "liventin/base.module": "^1.0.0"
  },
  "require-dev": {
    "roave/security-advisories": "dev-latest"
  },
  "scripts": {
    "post-update-cmd": [
      "/usr/bin/php vendor/liventin/base.module/scripts/post-install.php"
    ],
    "post-install-cmd": "@post-update-cmd"
  }
}

```

redirect (optional)

```
"extra": {
  "service-redirect": {
    "liventin/base.module": "module.name",
  }
},

```

additional packages[Bitrix Handlers Service For Base Events](https://github.com/Liventin/base.module.handlers)[Bitrix Handlers Service For SmartProcess Orm Events](https://github.com/Liventin/base.module.handlers.smartprocess.orm)[Iblocks](https://github.com/Liventin/base.module.iblock)[Bitrix Orm](https://github.com/Liventin/base.module.orm)[SmartProcess](https://github.com/Liventin/base.module.smartprocess)[Intranet Departments](https://github.com/Liventin/base.module.intranet.departments)[Bitrix Rest Router for event](https://github.com/Liventin/base.module.rest.routers)[Result Modifier Injection](https://github.com/Liventin/base.module.result.modifier.injection)[User Fields Enumeration](https://github.com/Liventin/base.module.userfield.enumeration)[Migration User Fields](https://github.com/Liventin/base.module.migration.userfields)[Migration Bitrix Iblock](https://github.com/Liventin/base.module.migration.iblock)[Migration Crm Status](https://github.com/Liventin/base.module.migration.crmstatus)[Migration Crm Category](https://github.com/Liventin/base.module.migration.crmcategory)[Migration Smart Process](https://github.com/Liventin/base.module.migration.smart.process)[Migration Smart Process Workspace](https://github.com/Liventin/base.module.migration.smart.process.workspace)Module Options Providers[Note](https://github.com/Liventin/base.module.options.provider.note)[Separator](https://github.com/Liventin/base.module.options.provider.separator)[Text](https://github.com/Liventin/base.module.options.provider.text)PhpStorm Option Tab Live template

```
