PHPackages                             minhajul/contact-exporter - 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. minhajul/contact-exporter

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

minhajul/contact-exporter
=========================

contact-exporter

2.0(5y ago)210MITPHPPHP ^7.3|^7.4

Since Jan 26Pushed 5y ago1 watchersCompare

[ Source](https://github.com/minhajul/contact-exporter)[ Packagist](https://packagist.org/packages/minhajul/contact-exporter)[ Docs](https://github.com/minhajul/contact-exporter)[ RSS](/packages/minhajul-contact-exporter/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (2)Dependencies (4)Versions (5)Used By (0)

Contact Exporter
================

[](#contact-exporter)

If you want to get user's contacts attached with gmail, this package will save your time a lot.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require minhajul/contact-exporter
```

You can publish and run the config file by running the below command:

```
php artisan vendor:publish --provider="Minhajul\ContactExporter\ContactExporterServiceProvider" --tag="config"
```

Usage
-----

[](#usage)

```
use Illuminate\Support\Facades\Route;
use Minhajul\ContactExporter\ContactExporter;

Route::get('your-url', function () {
    // This will redirect you to the gmail callback url
    return ContactExporter::initiate('google');
});

Route::get('your-gmail-callback-url', function () {
    // This below code will return you the array of contacts you have saved in your gmail
    return ContactExporter::getContacts('google');
});
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Md Minhajul Islam](https://github.com/minhajul)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Total

3

Last Release

1920d ago

Major Versions

1.0 → 2.0.x-dev2021-02-09

### Community

Maintainers

![](https://www.gravatar.com/avatar/2203c8443a522c0f3e14d4792ce6cb5e960cfcff773c1c5832295c1bb039e27f?d=identicon)[minhajul](/maintainers/minhajul)

---

Top Contributors

[![minhajul](https://avatars.githubusercontent.com/u/7339398?v=4)](https://github.com/minhajul "minhajul (36 commits)")

---

Tags

exportsgmail-contactslaravelpackageminhajulcontact exporterdownload contact exporter

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/minhajul-contact-exporter/health.svg)

```
[![Health](https://phpackages.com/badges/minhajul-contact-exporter/health.svg)](https://phpackages.com/packages/minhajul-contact-exporter)
```

###  Alternatives

[spatie/laravel-google-calendar

Manage events on a Google Calendar

1.4k1.5M21](/packages/spatie-laravel-google-calendar)[tomatophp/filament-seo

Manage and generate SEO tags and integrate your website with Google SEO services

112.6k1](/packages/tomatophp-filament-seo)

PHPackages © 2026

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