{"id":22225576,"url":"https://github.com/rich-id/csv-generator-bundle","last_synced_at":"2026-02-24T15:35:22.451Z","repository":{"id":62535521,"uuid":"341153675","full_name":"rich-id/csv-generator-bundle","owner":"rich-id","description":"A csv bundle for Symfony 4.4","archived":false,"fork":false,"pushed_at":"2025-01-31T12:31:19.000Z","size":212,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T08:08:17.587Z","etag":null,"topics":["csv","php","symfony"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rich-id.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-22T09:58:43.000Z","updated_at":"2025-01-31T12:31:07.000Z","dependencies_parsed_at":"2024-11-15T13:43:38.675Z","dependency_job_id":"e3270558-bf84-49f6-90bf-098661fe2448","html_url":"https://github.com/rich-id/csv-generator-bundle","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rich-id%2Fcsv-generator-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rich-id%2Fcsv-generator-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rich-id%2Fcsv-generator-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rich-id%2Fcsv-generator-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rich-id","download_url":"https://codeload.github.com/rich-id/csv-generator-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248409318,"owners_count":21098766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csv","php","symfony"],"created_at":"2024-12-03T00:18:55.288Z","updated_at":"2026-02-24T15:35:17.419Z","avatar_url":"https://github.com/rich-id.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Test Image 1](.github/csv-generator-bundle.svg)\n\nGetting Started With RichIdCsvGeneratorBundle\n=======================================\n\nThis version of the bundle requires Symfony 6.0+ and PHP 8.1+.\n\n[![Package version](https://img.shields.io/packagist/v/rich-id/csv-generator-bundle)](https://packagist.org/packages/rich-id/csv-generator-bundle)\n[![Actions Status](https://github.com/rich-id/csv-generator-bundle/workflows/Tests/badge.svg)](https://github.com/t/rich-id/csv-generator-bundle/actions)\n[![Coverage Status](https://coveralls.io/repos/github/rich-id/csv-generator-bundle/badge.svg?branch=master)](https://coveralls.io/github/rich-id/csv-generator-bundle?branch=master)\n[![Maintainability](https://api.codeclimate.com/v1/badges/d9e628f4e123ec999a57/maintainability)](https://codeclimate.com/github/rich-id/csv-generator-bundle/maintainability)\n[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/rich-id/csv-generator-bundle/issues)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md)\n\nThe csv-generator-bundle provide csv generation from model.\n\n# Table of content\n\n1. [Installation](#1-installation)\n2. [Getting started](#2-getting-started)\n3. [Versioning](#3-versioning)\n4. [Contributing](#4-contributing)\n5. [Hacking](#5-hacking)\n6. [License](#6-license)\n\n\n# 1. Installation\n\nThis version of the bundle requires Symfony 6.0+ and PHP 8.1+.\n\n```bash\ncomposer rich-id/csv-generator-bundle\n```\n\n# 2 Getting started\n\n# 3. Versioning\n\ntemplate-bundle follows [semantic versioning](https://semver.org/). In short the scheme is MAJOR.MINOR.PATCH where\n1. MAJOR is bumped when there is a breaking change,\n2. MINOR is bumped when a new feature is added in a backward-compatible way,\n3. PATCH is bumped when a bug is fixed in a backward-compatible way.\n\nVersions bellow 1.0.0 are considered experimental and breaking changes may occur at any time.\n\n\n# 4. Contributing\n\nContributions are welcomed! There are many ways to contribute, and we appreciate all of them. Here are some of the major ones:\n\n* [Bug Reports](https://github.com/rich-id/csv-generator-bundle/issues): While we strive for quality software, bugs can happen and we can't fix issues we're not aware of. So please report even if you're not sure about it or just want to ask a question. If anything the issue might indicate that the documentation can still be improved!\n* [Feature Request](https://github.com/rich-id/csv-generator-bundle/issues): You have a use case not covered by the current api? Want to suggest a change or add something? We'd be glad to read about it and start a discussion to try to find the best possible solution.\n* [Pull Request](https://github.com/rich-id/csv-generator-bundle/merge_requests): Want to contribute code or documentation? We'd love that! If you need help to get started, GitHub as [documentation](https://help.github.com/articles/about-pull-requests/) on pull requests. We use the [\"fork and pull model\"](https://help.github.com/articles/about-collaborative-development-models/) were contributors push changes to their personnal fork and then create pull requests to the main repository. Please make your pull requests against the `master` branch.\n\nAs a reminder, all contributors are expected to follow our [Code of Conduct](CODE_OF_CONDUCT.md).\n\n\n# 5. Hacking\n\nYou might use Docker and `docker-compose` to hack the project. Check out the following commands.\n\n```bash\n# Start the project\ndocker-compose up -d\n\n# Install dependencies\ndocker-compose exec application composer install\n\n# Run tests\ndocker-compose exec application bin/phpunit\n\n# Run a bash within the container\ndocker-compose exec application bash\n```\n\n\n# 6. License\n\ntemplate-bundle is distributed under the terms of the MIT license.\n\nSee [LICENSE](LICENSE.md) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frich-id%2Fcsv-generator-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frich-id%2Fcsv-generator-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frich-id%2Fcsv-generator-bundle/lists"}