PHPackages                             viotile/quick-import-export - 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. viotile/quick-import-export

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

viotile/quick-import-export
===========================

This package used for import/export functionality in php project.

06PHP

Since Aug 23Pushed 8y ago1 watchersCompare

[ Source](https://github.com/viotile/quickImport)[ Packagist](https://packagist.org/packages/viotile/quick-import-export)[ RSS](/packages/viotile-quick-import-export/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

quickImport
===========

[](#quickimport)

This package used for quick import functionality in php project.

Prerequisites
=============

[](#prerequisites)

```
For testing existing example follow the steps
```

```
CREATE TABLE `pincodes` (
  `id` bigint(11) NOT NULL,
  `postal_code` int(11) NOT NULL,
  `city` varchar(50) NOT NULL,
  `state` varchar(50) NOT NULL,
  `international_services` varchar(50) NOT NULL,
  `domestic_services` varchar(50) NOT NULL,
  `classification` varchar(50) NOT NULL,
  `is_cod_available` varchar(50) NOT NULL,
  `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT;

```

```
ALTER TABLE `pincodes`
  ADD PRIMARY KEY (`id`);
```

```
ALTER TABLE `pincodes`
  MODIFY `id` bigint(11) NOT NULL AUTO_INCREMENT;
```

Installation
============

[](#installation)

Install By composer

```
composer require viotile/quick-import-export
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5627aef86a35bb0e40d9937d5ed98606c720eb2e4e4ea045b6cacea16eab76b6?d=identicon)[viotile](/maintainers/viotile)

---

Top Contributors

[![viotile](https://avatars.githubusercontent.com/u/8554562?v=4)](https://github.com/viotile "viotile (6 commits)")

### Embed Badge

![Health badge](/badges/viotile-quick-import-export/health.svg)

```
[![Health](https://phpackages.com/badges/viotile-quick-import-export/health.svg)](https://phpackages.com/packages/viotile-quick-import-export)
```

###  Alternatives

[redaxo/source

REDAXO CMS source repository (for static analysis)

34521.1k3](/packages/redaxo-source)[micropackage/ajax

Wrapper for WordPress' AJAX

1120.0k](/packages/micropackage-ajax)

PHPackages © 2026

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