PHPackages                             vojir/nette-csv-response - 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. vojir/nette-csv-response

ActiveLibrary

vojir/nette-csv-response
========================

Nette CSV Responses

v1.2(6y ago)16.3k↓35%BSD-3-ClausePHPPHP &gt;=7.1

Since Apr 16Pushed 6y ago1 watchersCompare

[ Source](https://github.com/vojir/nette-CsvResponse)[ Packagist](https://packagist.org/packages/vojir/nette-csv-response)[ Docs](https://github.com/vojir/nette-csv-response)[ RSS](/packages/vojir-nette-csv-response/feed)WikiDiscussions master Synced 1mo ago

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

CSV Response
============

[](#csv-response)

Use:

```
class SomePresenter extends BasePresenter
{
    public function actionDefault()
    {
        $data = [
            [ 'name' => 'George', 'age' => 15, 'grade' => 2, ],
            [ 'name' => 'Jack', 'age' => 17, 'grade' => 4, ],
            [ 'name' => 'Mary', 'age' => 17, 'grade' => 1, ],
        ];

        $response = new \Nette\Application\Responses\CsvResponse($data, 'students.csv');
        $this->sendResponse( $response );
    }
}
```

Individual settings example:

```
use Nette\Application\Responses\CsvResponse;

$response
	->setGlue( CsvResponse::SEMICOLON )
	->setOutputCharset( 'cp1250' )
	->setContentType( 'application/csv' )
	->setHeadingFormatter( 'strtoupper' )
	->setDataFormatter( 'trim' )
;
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

3

Last Release

2403d ago

PHP version history (2 changes)v1.0PHP &gt;=5.6

v1.2PHP &gt;=7.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3865942?v=4)[Stanislav Vojíř](/maintainers/vojir)[@vojir](https://github.com/vojir)

---

Top Contributors

[![vojir](https://avatars.githubusercontent.com/u/3865942?v=4)](https://github.com/vojir "vojir (4 commits)")[![ondrahlavac](https://avatars.githubusercontent.com/u/510361?v=4)](https://github.com/ondrahlavac "ondrahlavac (3 commits)")[![VladaHejda](https://avatars.githubusercontent.com/u/1905964?v=4)](https://github.com/VladaHejda "VladaHejda (2 commits)")

### Embed Badge

![Health badge](/badges/vojir-nette-csv-response/health.svg)

```
[![Health](https://phpackages.com/badges/vojir-nette-csv-response/health.svg)](https://phpackages.com/packages/vojir-nette-csv-response)
```

###  Alternatives

[nette/php-generator

🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 8.5 features.

2.3k64.2M576](/packages/nette-php-generator)[nette/forms

📝 Nette Forms: generating, validating and processing secure forms in PHP. Handy API, fully customizable, server &amp; client side validation and mature design.

54013.2M450](/packages/nette-forms)[nette/caching

⏱ Nette Caching: library with easy-to-use API and many cache backends.

43518.6M368](/packages/nette-caching)[nette/application

🏆 Nette Application: a full-stack component-based MVC kernel for PHP that helps you write powerful and modern web applications. Write less, have cleaner code and your work will bring you joy.

44615.4M983](/packages/nette-application)[nette/mail

📧 Nette Mail: A handy library for creating and sending emails in PHP.

5389.8M246](/packages/nette-mail)[symplify/monorepo-builder

Not only Composer tools to build a Monorepo.

5205.3M82](/packages/symplify-monorepo-builder)

PHPackages © 2026

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