{"id":23059948,"url":"https://github.com/nucleos/nucleossetlistfmbundle","last_synced_at":"2025-08-15T08:31:31.637Z","repository":{"id":37894209,"uuid":"166435926","full_name":"nucleos/NucleosSetlistFmBundle","owner":"nucleos","description":"🔌 This bundle provides services for using the setlist.fm API with symfony.","archived":false,"fork":false,"pushed_at":"2024-11-12T05:29:13.000Z","size":1119,"stargazers_count":3,"open_issues_count":4,"forks_count":3,"subscribers_count":2,"default_branch":"1.4.x","last_synced_at":"2024-12-16T03:10:48.966Z","etag":null,"topics":["api","bundle","hacktoberfest","php","setlist","setlistfm","symfony","symfony-bundle","webservice-client"],"latest_commit_sha":null,"homepage":"https://nucleos.rocks","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/nucleos.png","metadata":{"funding":{"github":"core23","open_collective":"core23","ko_fi":"core23","custom":"https://donate.core23.de"},"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-18T16:18:54.000Z","updated_at":"2024-08-14T16:27:15.000Z","dependencies_parsed_at":"2023-12-03T16:21:02.170Z","dependency_job_id":"db2042ca-c6d7-4d35-88bc-19514f867221","html_url":"https://github.com/nucleos/NucleosSetlistFmBundle","commit_stats":{"total_commits":488,"total_committers":7,"mean_commits":69.71428571428571,"dds":0.264344262295082,"last_synced_commit":"95b466451568192dc619fb041ca606735baddfaa"},"previous_names":["nucleos/setlistfmbundle"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nucleos%2FNucleosSetlistFmBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nucleos%2FNucleosSetlistFmBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nucleos%2FNucleosSetlistFmBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nucleos%2FNucleosSetlistFmBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nucleos","download_url":"https://codeload.github.com/nucleos/NucleosSetlistFmBundle/tar.gz/refs/heads/1.4.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229901666,"owners_count":18141740,"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":["api","bundle","hacktoberfest","php","setlist","setlistfm","symfony","symfony-bundle","webservice-client"],"created_at":"2024-12-16T03:10:54.530Z","updated_at":"2025-08-15T08:31:31.624Z","avatar_url":"https://github.com/nucleos.png","language":"PHP","funding_links":["https://github.com/sponsors/core23","https://opencollective.com/core23","https://ko-fi.com/core23","https://donate.core23.de"],"categories":[],"sub_categories":[],"readme":"NucleosSetlistFmBundle\n======================\n[![Latest Stable Version](https://poser.pugx.org/nucleos/setlistfm-bundle/v/stable)](https://packagist.org/packages/nucleos/setlistfm-bundle)\n[![Latest Unstable Version](https://poser.pugx.org/nucleos/setlistfm-bundle/v/unstable)](https://packagist.org/packages/nucleos/setlistfm-bundle)\n[![License](https://poser.pugx.org/nucleos/setlistfm-bundle/license)](https://packagist.org/packages/nucleos/setlistfm-bundle)\n\n[![Total Downloads](https://poser.pugx.org/nucleos/setlistfm-bundle/downloads)](https://packagist.org/packages/nucleos/setlistfm-bundle)\n[![Monthly Downloads](https://poser.pugx.org/nucleos/setlistfm-bundle/d/monthly)](https://packagist.org/packages/nucleos/setlistfm-bundle)\n[![Daily Downloads](https://poser.pugx.org/nucleos/setlistfm-bundle/d/daily)](https://packagist.org/packages/nucleos/setlistfm-bundle)\n\n[![Continuous Integration](https://github.com/nucleos/NucleosSetlistFmBundle/actions/workflows/continuous-integration.yml/badge.svg?event=push)](https://github.com/nucleos/NucleosSetlistFmBundle/actions?query=workflow%3A\"Continuous+Integration\"+event%3Apush)\n[![Code Coverage](https://codecov.io/gh/nucleos/NucleosSetlistFmBundle/graph/badge.svg)](https://codecov.io/gh/nucleos/NucleosSetlistFmBundle)\n\nThis library provides a symfony bundle for [Setlist.fm PHP API](https://github.com/nucleos/setlistfm-php-api).\n\n## Installation\n\nOpen a command console, enter your project directory and execute the following command to download the latest stable version of this library:\n\n```\ncomposer require nucleos/setlistfm-bundle\n# To define a default http client and message factory\ncomposer require symfony/http-client nyholm/psr7\n```\n\n## Enable the Bundle\n\nThen, enable the bundle by adding it to the list of registered bundles in `config/bundles.php` file of your project:\n\n```php\n// config/bundles.php\n\nreturn [\n    // ...\n    Nucleos\\SetlistFmBundle\\NucleosSetlistFmBundle::class =\u003e ['all' =\u003e true],\n];\n```\n\n## Configure the Bundle\n\nCreate a configuration file called `nucleos_setlistfm.yaml`:\n\n```yaml\n# config/packages/nucleos_setlistfm.yaml\n\nnucleos_setlistfm:\n    api:\n        key:    \"%setlistfm_api.key%\"\n\n    http:\n        client: 'httplug.client'\n        message_factory: 'nyholm.psr7.psr17_factory'\n```\n\n\n## License\n\nThis library is under the [MIT license](LICENSE.md).\n\n[Setlist.fm API]: https://api.setlist.fm\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnucleos%2Fnucleossetlistfmbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnucleos%2Fnucleossetlistfmbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnucleos%2Fnucleossetlistfmbundle/lists"}