PHPackages                             palmabit/laravel-contact-csv - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. palmabit/laravel-contact-csv

ActiveLibrary[File &amp; Storage](/categories/file-storage)

palmabit/laravel-contact-csv
============================

Save contact input in csv file

1.0.0(9y ago)238MITPHPPHP &gt;=5.4.0

Since Jul 3Pushed 9y ago6 watchersCompare

[ Source](https://github.com/Palmabit-IT/laravel-contact-csv)[ Packagist](https://packagist.org/packages/palmabit/laravel-contact-csv)[ RSS](/packages/palmabit-laravel-contact-csv/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (9)Versions (7)Used By (0)

LaravelContactCSV
=================

[](#laravelcontactcsv)

[![Build Status](https://camo.githubusercontent.com/8e43c93ba748581da30d562ea6bb8628c5d46ea515b5e1be6cbdc2bde90a99d2/68747470733a2f2f7472617669732d63692e6f72672f50616c6d616269742d49542f6c61726176656c2d636f6e746163742d6373762e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Palmabit-IT/laravel-contact-csv) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/0b5131c61faa656d10ccc37352f19487432d2b5134a4c6fd55fe0264aa86b8cf/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f50616c6d616269742d49542f436f6e746163744373762f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Palmabit-IT/ContactCsv/?branch=master)

This Laravel package allows you to easily save contact data in CSV format.

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

[](#installation)

To install this package follow these instructions

1. `composer require palmabit/laravel-contact-csv`
2. add `Palmabit\ContactCsv\ContactCsvServiceProvider` to your `config/app.php` ServiceProviders
3. `php artisan vendor:publish --provider="Palmabit\ContactCsv\ContactCsvServiceProvider"`
4. create csv file and set the absolute path into configuration file `config/packages/Palmabit/ContactCsv/config.php`
5. fill generated config file

Usage
-----

[](#usage)

### Save new row in csv file

[](#save-new-row-in-csv-file)

```
$my_array = ["email" => "test@test.com"];
try {
   ContactCsv::save($newletter);

} catch (KeyExistException $e) {
   echo "Key already exsist";

} catch (ConfigValueException $e) {
   echo "Error in configuration file";
}
```

### Download the csv file

[](#download-the-csv-file)

```
ContactCsv::download();

```

Tests
-----

[](#tests)

You can run tests locally with

```
  phpunit

```

The build is continuously run on travis.

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

[](#contributing)

- Add tests for any new or changed functionality
- update doc

Author
------

[](#author)

[palmabit.com](http://palmabit.com)

License
-------

[](#license)

LaravelContactCSV it's free and easy to integrate within your existing projects. [See the MIT License](http://opensource.org/licenses/MIT)

Todo
----

[](#todo)

• Setup/write/download more than one CSV file

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Recently: every ~114 days

Total

6

Last Release

3500d ago

Major Versions

0.0.7 → 1.0.02016-10-17

### Community

Maintainers

![](https://www.gravatar.com/avatar/3f0f7d5e84f32a9208f1c2ccd68555592e276d1fffb73ecfe76451c04786b4e1?d=identicon)[palmabit](/maintainers/palmabit)

---

Top Contributors

[![ceccode](https://avatars.githubusercontent.com/u/1024055?v=4)](https://github.com/ceccode "ceccode (16 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/palmabit-laravel-contact-csv/health.svg)

```
[![Health](https://phpackages.com/badges/palmabit-laravel-contact-csv/health.svg)](https://phpackages.com/packages/palmabit-laravel-contact-csv)
```

###  Alternatives

[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.3M74](/packages/unisharp-laravel-filemanager)[overtrue/laravel-filesystem-qiniu

A Qiniu storage filesystem for Laravel.

482229.7k16](/packages/overtrue-laravel-filesystem-qiniu)[rahulhaque/laravel-filepond

Use FilePond the Laravel way

261114.4k2](/packages/rahulhaque-laravel-filepond)[publiux/laravelcdn

Content Delivery Network (CDN) Package for Laravel

155230.4k](/packages/publiux-laravelcdn)[overtrue/laravel-filesystem-cos

A Cos storage filesystem for Laravel.

92128.4k7](/packages/overtrue-laravel-filesystem-cos)

PHPackages © 2026

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