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

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

ohweb/nette-csv-response
========================

Nette CSV response

028.1k↓26.7%10[2 PRs](https://github.com/ohweb/nette-csv-response/pulls)PHP

Since Oct 24Pushed 7y agoCompare

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

READMEChangelogDependenciesVersions (1)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

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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/f67c0fa93a0abc74e2d4b5b9da1afc91629591d6df0719f6ad611ebdfb7c657f?d=identicon)[babant](/maintainers/babant)

---

Top Contributors

[![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/ohweb-nette-csv-response/health.svg)

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

###  Alternatives

[deved/magento2-disable-customer-registration

Disable Customer Registration

50133.3k](/packages/deved-magento2-disable-customer-registration)[appwilio/russianpost-sdk

Russian Post (pochta.ru) SDK

4615.7k](/packages/appwilio-russianpost-sdk)

PHPackages © 2026

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