{"id":14983826,"url":"https://github.com/kevinpapst/tablerbundle","last_synced_at":"2025-05-16T02:10:18.606Z","repository":{"id":37009241,"uuid":"418474856","full_name":"kevinpapst/TablerBundle","owner":"kevinpapst","description":"Tabler.io bundle for Symfony 6 - admin theme for easy integration, coming with Bootstrap 5.3, Webpack-Encore integration and many more features...","archived":false,"fork":false,"pushed_at":"2025-04-20T12:42:36.000Z","size":3915,"stargazers_count":111,"open_issues_count":20,"forks_count":25,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-05-13T19:32:12.812Z","etag":null,"topics":["admin-template","bootstrap5","php","symfony","symfony-bundle","symfony-component","symfony6","tabler","tabler-io","tabler-ui","tablerui","theme","webpack-encore"],"latest_commit_sha":null,"homepage":"","language":"Twig","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/kevinpapst.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"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,"zenodo":null},"funding":{"github":["kevinpapst"],"custom":"https://paypal.me/kevinpapst"}},"created_at":"2021-10-18T11:43:03.000Z","updated_at":"2025-05-01T16:29:06.000Z","dependencies_parsed_at":"2023-02-14T12:01:36.870Z","dependency_job_id":"8cbd1c57-d772-4c70-bf64-d6f890541474","html_url":"https://github.com/kevinpapst/TablerBundle","commit_stats":{"total_commits":218,"total_committers":10,"mean_commits":21.8,"dds":0.5596330275229358,"last_synced_commit":"72b36e5be2aa19e4b72b2cd1068c64304379fc19"},"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinpapst%2FTablerBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinpapst%2FTablerBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinpapst%2FTablerBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinpapst%2FTablerBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevinpapst","download_url":"https://codeload.github.com/kevinpapst/TablerBundle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254453667,"owners_count":22073618,"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":["admin-template","bootstrap5","php","symfony","symfony-bundle","symfony-component","symfony6","tabler","tabler-io","tabler-ui","tablerui","theme","webpack-encore"],"created_at":"2024-09-24T14:08:00.010Z","updated_at":"2025-05-16T02:10:18.567Z","avatar_url":"https://github.com/kevinpapst.png","language":"Twig","funding_links":["https://github.com/sponsors/kevinpapst","https://paypal.me/kevinpapst"],"categories":[],"sub_categories":[],"readme":"# Tabler Bundle for Symfony\n\nThis repository contains a Symfony bundle, integrating the fantastic [Tabler.io](https://tabler.io) HTML Template into your Symfony project.\nIt ships with many twig helper (functions, filter, embeds, macros and includes) to speed up your development and simplify future upgrades!\n\nIt requires Symfony \u003e= 6.0 and PHP \u003e= 8.1 :rocket: Read the [documentation](docs/index.md) to find out more :+1:\n\n## Preview\n\nTabler is fully responsive and compatible with all modern browsers. Thanks to its modern, user-friendly design you can create a fully functional interface that users will love! \nChoose the layouts and components you need and customize them to make your design consistent and eye-catching. \nEvery component has been created with attention to detail to make your interface beautiful! \n[Show me the demo](https://preview.tabler.io).\n\n\u003ca href=\"https://preview.tabler.io\" target=\"_blank\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/tabler/tabler/dev/src/static/tabler-preview.png\" alt=\"Tabler preview\"\u003e\u003c/a\u003e\n\n## Features\n\n- Two main layouts for your backend/admin application: a vertical and horizontal one\n- Security layouts for login, forgot password, register account\n- Many includes, embeds and macros to help speed up the development \n\n### Demo application\n\nThere is even a demo application, that showcases most of the components and can serve as a starting point for new projects :smile:\n\nYou can check it out here at Github in the [TablerBundle-Demo](https://github.com/kevinpapst/TablerBundle-Demo) repository.\n  \n### Technical details\n\n- Webpack-Encore support for building assets\n- Event-driven handling of menu entries, tasks and notifications\n- ContextHelper for dynamic layout changes (e.g. based on user preferences)\n- Translations for: english, german, italian, czech, spanish, russian, arabic, finnish, japanese, swedish, portuguese (brazilian), dutch, french, turkish, danish, chinese, slovakian, basque, polish, esperanto, hebrew, romanian ([please help translating it to more languages](https://hosted.weblate.org/projects/kimai/theme/))\n- Based on Bootstrap 5\n- Supports FontAwesome 5\n\n## Installation\n\n### Step 1: Download the Bundle\n\nOpen a command console, enter your project directory and execute the\nfollowing command to download the latest stable version of this bundle:\n\n```console\ncomposer require kevinpapst/tabler-bundle\n```\n\n### Step 2: Configure the Bundle\n\nCopy the default config to your `config/packages/` directory:\n\n```bash\ncp vendor/kevinpapst/tabler-bundle/config/packages/tabler.yaml config/packages/\n```\n\n### Step 3: Enable the Bundle\n\nEnable the bundle by adding it to the list of registered bundles\nin the `config/bundles.php` file of your project:\n\n```php\n// config/bundles.php\n\nreturn [\n    // ...\n    KevinPapst\\TablerBundle\\TablerBundle::class =\u003e ['all' =\u003e true],\n];\n```\n\n### Step 4: Documentation\n\nNow read what you should do in order to use the theme at [docs/](docs/index.md).\n\n## License and contributors\n\nPublished under the MIT, read the [LICENSE](LICENSE) file for more information.\n\nTranslations managed with the fantastic [Weblate project](https://hosted.weblate.org/projects/kimai/theme/).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinpapst%2Ftablerbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevinpapst%2Ftablerbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinpapst%2Ftablerbundle/lists"}