{"id":22920713,"url":"https://github.com/teamneusta/pimcore-presentation-bundle","last_synced_at":"2025-09-03T21:39:37.271Z","repository":{"id":60360981,"uuid":"541980719","full_name":"teamneusta/pimcore-presentation-bundle","owner":"teamneusta","description":"Allows to create online presentations in Pimcore using reveal-js","archived":false,"fork":false,"pushed_at":"2023-10-16T11:56:00.000Z","size":166,"stargazers_count":3,"open_issues_count":2,"forks_count":2,"subscribers_count":11,"default_branch":"v2","last_synced_at":"2024-12-01T08:40:24.298Z","etag":null,"topics":["php","pimcore","pimcore-bundle"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teamneusta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-09-27T08:28:43.000Z","updated_at":"2023-04-01T13:34:26.000Z","dependencies_parsed_at":"2023-02-17T21:16:07.316Z","dependency_job_id":null,"html_url":"https://github.com/teamneusta/pimcore-presentation-bundle","commit_stats":{"total_commits":78,"total_committers":4,"mean_commits":19.5,"dds":"0.21794871794871795","last_synced_commit":"2057bc347c0cf8328e51e4682115cd8f4143ff4a"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamneusta%2Fpimcore-presentation-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamneusta%2Fpimcore-presentation-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamneusta%2Fpimcore-presentation-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamneusta%2Fpimcore-presentation-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teamneusta","download_url":"https://codeload.github.com/teamneusta/pimcore-presentation-bundle/tar.gz/refs/heads/v2","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229673738,"owners_count":18105435,"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":["php","pimcore","pimcore-bundle"],"created_at":"2024-12-14T07:16:45.344Z","updated_at":"2024-12-14T07:16:45.884Z","avatar_url":"https://github.com/teamneusta.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pimcore Presentation Bundle\n\n![CI](https://github.com/teamneusta/pimcore-presentation-bundle/actions/workflows/test-and-qa.yaml/badge.svg)\n\n![Software License](https://img.shields.io/badge/license-GPLv3-informational.svg)\n![Required Pimcore Version](https://shields.io/static/v1?label=Required%20Pimcore%20Version\u0026message=10.0\u0026color=informational)\n![Supported Pimcore Version](https://shields.io/static/v1?label=Supported%20Pimcore%20Version\u0026message=10.5\u0026color=informational)\n\nAllows to create online presentations in Pimcore using [reveal-js](https://revealjs.com/).\n\n## Installation\n\n1. **Require the bundle**\n\n   ```shell\n   composer require teamneusta/pimcore-presentation-bundle\n   ```\n\n2. **Enable the bundle**\n\n   Add the Presentation Bundle to your `config/bundles.php`:\n\n   ```php\n   Neusta\\Pimcore\\PresentationBundle\\NeustaPimcorePresentationBundle::class =\u003e ['all' =\u003e true],\n   ```\n\n3. **Install the bundle**\n\n   ```shell\n   bin/console pimcore:bundle:install NeustaPimcorePresentationBundle\n   ```\n\n4. **Install reveal.js**\n\n   After the Bundle is installed it is required to manually install reveal-js\n\n   ```shell\n   cd vendor/teamneusta/pimcore-presentation-bundle/public\n   curl -OL https://github.com/hakimel/reveal.js/archive/master.zip\n   unzip master.zip\n   rm master.zip\n   ```\n\n## Usage\n\nCreate new Pimcore document pages using the Document Types offered by this\nbundle. [See documentation for more details](docs/index.md)\n\n## Configuration\n\nThe bundle provides a handful of _simple_ areabricks for creating presentations. When the bundle is used together with\nother bundles, there may be collisions of areabrick names or you may simply not be interested in using the _default_\nbricks. It is possible to disable the included areabricks with the following configuration\n\n```yaml\nneusta_pimcore_presentation:\n    bricks: false\n```\n\n## Contribution\n\nFeel free to open issues for any bug, feature request, or other ideas.\n\nPlease remember to create an issue before creating large pull requests.\n\n### Local Development\n\nTo develop on local machine, the vendor dependencies are required.\n\n```shell\nbin/composer install\n```\n\nWe use composer scripts for our main quality tools. They can be executed via the `bin/composer` file as well.\n\n```shell\nbin/composer cs:fix\nbin/composer phpstan\nbin/composer tests\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamneusta%2Fpimcore-presentation-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteamneusta%2Fpimcore-presentation-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamneusta%2Fpimcore-presentation-bundle/lists"}