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. [Utility &amp; Helpers](/categories/utility)
4. /
5. vojir/nette-csv-response

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

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

Nette CSV Responses

v1.2(6y ago)16.8k↓50%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 today

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 69% 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

2450d 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.3k72.7M765](/packages/nette-php-generator)[nette/component-model

⚛ Nette Component Model

28817.0M105](/packages/nette-component-model)[nette/forms

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

54413.6M513](/packages/nette-forms)[symplify/monorepo-builder

Not only Composer tools to build a Monorepo.

5275.9M121](/packages/symplify-monorepo-builder)[nette/code-checker

✅ Nette CodeChecker: A simple tool to check source code against a set of Nette coding standards.

911.7M6](/packages/nette-code-checker)[shipmonk/input-mapper

Performant array-to-object mapper supporting generics, array shapes, optional fields and much more!

3030.9k](/packages/shipmonk-input-mapper)

PHPackages © 2026

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