PHPackages                             farkhulin/iqis\_tools - 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. farkhulin/iqis\_tools

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

farkhulin/iqis\_tools
=====================

IQIS TOOLS This utility is intended for Drupal 7,8(or higher) developers to simplify everyday tasks, such as creating / restoring file system and database backups, with the ability to configure folder exclusions and / or table exclusions in the database.

v0.2.7(4y ago)027MITPHP

Since Aug 29Pushed 4y ago1 watchersCompare

[ Source](https://github.com/farkhulin/iqis_tools)[ Packagist](https://packagist.org/packages/farkhulin/iqis_tools)[ Docs](https://iqis.ru)[ RSS](/packages/farkhulin-iqis-tools/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (5)DependenciesVersions (10)Used By (0)

IQIS TOOLS
==========

[](#iqis-tools)

**iqis** - This utility is intended for Drupal 7,8 (or higher) developers to simplify everyday tasks, such as creating / restoring file system and database backups, with the ability to configure folder exclusions and / or table exclusions in the database.

For DB dump operations used  library.

REQUIREMENTS
------------

[](#requirements)

- PHP &gt;5.4
- MySQL
- BASH

INSTALLATION
------------

[](#installation)

Connect via SSH to your server and run the command:

```
composer global require farkhulin/iqis_tools
```

Next run the command:

```
chmod ugo+x  ~/.composer/vendor/farkhulin/iqis_tools/iqis.sh && ~/.composer/vendor/farkhulin/iqis_tools/iqis.sh -a selfinit
```

After that, log out of the SSH for the changes to take effect, and log in again. Next, go to the directory with your project and run:

```
iqis
```

CUSTOMISATION
-------------

[](#customisation)

If you want set custom project name and backup suffix create **\_iqis.conf** file and set variables PROJECT and BCKP\_SUFFIX, also you may set custom DRUPAL\_PATH and SCRIPT\_PATH, example:

```
# _iqis.conf
# * CUSTOM VARIABLES
PROJECT="your_project_name"
BCKP_SUFFIX="backup"
CUSTOM_BCKP_SUFFIX="custom_backup"
# use absolute path example: DRUPAL_PATH="/var/www/home/your-site.com/web/"
DRUPAL_PATH="./"
# use absolute path example: SCRIPT_PATH="/var/www/home/your-site.com/"
SCRIPT_PATH="./"
# * EXCLUDED PATHS AND FILES
EXCLUDED_PATHS=(
    /sites/default/files
)
# * EXCLUDED TABLES FROM DB
EXCLUDED_TABLES=(
    cache_form
)
```

USAGE IQIS
----------

[](#usage-iqis)

### CLI

[](#cli)

```
iqis action_name

Avalibale actions:

backup             - Create full backup files and DB.
custom-backup      - Create custom backup files and DB.
restore            - Restore full backup files and DB.
custom-restore     - Restore custom backup files and DB.
cleanup            - Removes old / unnecessary backups.
pi                 - Shows project information.
reset-admin        - Change root admin password to 'admin'.
cc                 - Clear all cache tables.
```

### If you using Composer

[](#if-you-using-composer)

You may include in composer (scripts section in "pre-update-cmd" part), although it can be executed separately.

Example:

```
    "scripts": {
        "pre-update-cmd": [
            "iqis backup",
        ]
    }
```

This will create full backup of your site (database and files) before composer will executed.

AUTHOR
------

[](#author)

- **Marat Farkhulin**
- **Site** [iQis.ru](https://iqis.ru/)
- **Email**

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Recently: every ~56 days

Total

9

Last Release

1505d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/285a75c404193afb66ddf769b75bdb7b652641ab47a253d5d4786db0b4246146?d=identicon)[farkhulin](/maintainers/farkhulin)

---

Top Contributors

[![farkhulin](https://avatars.githubusercontent.com/u/26337317?v=4)](https://github.com/farkhulin "farkhulin (20 commits)")

---

Tags

backupdrupalmaintenancerestoredrupal

### Embed Badge

![Health badge](/badges/farkhulin-iqis-tools/health.svg)

```
[![Health](https://phpackages.com/badges/farkhulin-iqis-tools/health.svg)](https://phpackages.com/packages/farkhulin-iqis-tools)
```

###  Alternatives

[lullabot/amp

A set of useful classes and utilities to convert html to AMP html (See https://www.ampproject.org/)

3793.0M10](/packages/lullabot-amp)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5344.1M526](/packages/drupal-core-composer-scaffold)[mnsami/composer-custom-directory-installer

A composer plugin, to help install packages of different types in custom paths.

1415.3M59](/packages/mnsami-composer-custom-directory-installer)[drupal/core-project-message

Adds a message after Composer installation.

2124.0M193](/packages/drupal-core-project-message)[aleksip/plugin-data-transform

Data Transform Plugin for Pattern Lab PHP

34903.0k3](/packages/aleksip-plugin-data-transform)[acquia/drupal-recommended-settings

The composer plugin for adding drupal-recommended-settings for Acquia Cloud.

111.3M5](/packages/acquia-drupal-recommended-settings)

PHPackages © 2026

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