{"id":15287409,"url":"https://github.com/nucleos/nucleosallinklbundle","last_synced_at":"2025-04-13T05:09:38.652Z","repository":{"id":37892562,"uuid":"273678876","full_name":"nucleos/NucleosAllInklBundle","owner":"nucleos","description":"⚙️ This bundle provides services for using the All-Inkl API inside symfony applications","archived":false,"fork":false,"pushed_at":"2025-02-09T17:59:05.000Z","size":1099,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"1.8.x","last_synced_at":"2025-04-13T05:09:04.558Z","etag":null,"topics":["allinkl","api","bundle","hacktoberfest","symfony","symfony-bundle"],"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":"2020-06-20T09:36:12.000Z","updated_at":"2025-02-09T17:59:10.000Z","dependencies_parsed_at":"2023-11-24T13:42:20.884Z","dependency_job_id":"b83d8519-6e6d-4b76-b17a-8d05c8cae512","html_url":"https://github.com/nucleos/NucleosAllInklBundle","commit_stats":{"total_commits":451,"total_committers":6,"mean_commits":75.16666666666667,"dds":"0.17516629711751663","last_synced_commit":"aed02a6ae8d858a60c2149795ad7d21c4835d378"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nucleos%2FNucleosAllInklBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nucleos%2FNucleosAllInklBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nucleos%2FNucleosAllInklBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nucleos%2FNucleosAllInklBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nucleos","download_url":"https://codeload.github.com/nucleos/NucleosAllInklBundle/tar.gz/refs/heads/1.8.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248665747,"owners_count":21142123,"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":["allinkl","api","bundle","hacktoberfest","symfony","symfony-bundle"],"created_at":"2024-09-30T15:28:05.410Z","updated_at":"2025-04-13T05:09:38.628Z","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":"NucleosAllInklBundle\n====================\n[![Latest Stable Version](https://poser.pugx.org/nucleos/allinkl-bundle/v/stable)](https://packagist.org/packages/nucleos/allinkl-bundle)\n[![Latest Unstable Version](https://poser.pugx.org/nucleos/allinkl-bundle/v/unstable)](https://packagist.org/packages/nucleos/allinkl-bundle)\n[![License](https://poser.pugx.org/nucleos/allinkl-bundle/license)](https://packagist.org/packages/nucleos/allinkl-bundle)\n\n[![Total Downloads](https://poser.pugx.org/nucleos/allinkl-bundle/downloads)](https://packagist.org/packages/nucleos/allinkl-bundle)\n[![Monthly Downloads](https://poser.pugx.org/nucleos/allinkl-bundle/d/monthly)](https://packagist.org/packages/nucleos/allinkl-bundle)\n[![Daily Downloads](https://poser.pugx.org/nucleos/allinkl-bundle/d/daily)](https://packagist.org/packages/nucleos/allinkl-bundle)\n\n[![Continuous Integration](https://github.com/nucleos/NucleosAllInklBundle/actions/workflows/continuous-integration.yml/badge.svg?event=push)](https://github.com/nucleos/NucleosAllInklBundle/actions?query=workflow%3A\"Continuous+Integration\"+event%3Apush)\n[![Code Coverage](https://codecov.io/gh/nucleos/NucleosAllInklBundle/graph/badge.svg)](https://codecov.io/gh/nucleos/NucleosAllInklBundle)\n\nThis bundle provides a wrapper for using [all-inkl API] inside symfony applications.\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 bundle:\n\n```\ncomposer require nucleos/allinkl-bundle\n```\n\n### Sonata block integration (optional)\n\nIf you want to use sonata blocks to use widgets:\n\n```\ncomposer require sonata-project/block-bundle\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\\AllInklBundle\\NucleosAllInklBundle::class =\u003e ['all' =\u003e true],\n];\n```\n\n## Usage\n\n```twig\n{# template.twig #}\n\n{{ sonata_block_render({ 'type': 'nucleos_allinkl.block.space_statistic' }, {\n    'login':    'XXX',\n    'password': 'XXX'\n}) }}\n```\n\n## Notes\n\nYou can't use this bundle properly, if you have 2FA enabled.\n\n## License\n\nThis bundle is under the [MIT license](LICENSE.md).\n\n[all-inkl API]: http://kasapi.kasserver.com/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnucleos%2Fnucleosallinklbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnucleos%2Fnucleosallinklbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnucleos%2Fnucleosallinklbundle/lists"}