{"id":31609243,"url":"https://github.com/getargora/tabler-assets","last_synced_at":"2026-01-04T18:23:51.106Z","repository":{"id":305302837,"uuid":"1022530093","full_name":"getargora/tabler-assets","owner":"getargora","description":"Compiled Tabler CSS/JS/img/libs for PHP apps (no NPM needed)","archived":false,"fork":false,"pushed_at":"2025-07-19T09:54:28.000Z","size":8681,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-24T10:12:27.709Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/getargora.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-19T09:16:09.000Z","updated_at":"2025-07-19T09:26:09.000Z","dependencies_parsed_at":"2025-07-19T14:03:15.813Z","dependency_job_id":null,"html_url":"https://github.com/getargora/tabler-assets","commit_stats":null,"previous_names":["getargora/tabler-assets"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/getargora/tabler-assets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getargora%2Ftabler-assets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getargora%2Ftabler-assets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getargora%2Ftabler-assets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getargora%2Ftabler-assets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getargora","download_url":"https://codeload.github.com/getargora/tabler-assets/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getargora%2Ftabler-assets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278579219,"owners_count":26009967,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-10-06T08:31:50.230Z","updated_at":"2025-10-06T08:32:53.395Z","avatar_url":"https://github.com/getargora.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tabler Assets for PHP Projects\n\nThis package provides the **compiled Tabler UI assets** (CSS, JS, fonts, etc.) for PHP projects that **do not use NPM or Webpack**.\n\nIt is designed to work with frameworks like Slim, Laravel, Symfony, or any plain PHP setup.  \nYou can install it via Composer and **automatically copy the assets into your public directory** using post-install scripts.\n\n---\n\n## 📦 Package Contents\n\nAfter installation, you'll find the following folders inside:\n\n```bash\nvendor/argora/tabler-assets/public/\n├── css/\n├── js/\n├── img/\n└── libs/\n```\n\n---\n\n## ✅ How to Use in Your PHP Project\n\n1. **Require the package via Composer:**\n\n```bash\ncomposer require argora/tabler-assets\n```\n\n2. **Add the following to your `composer.json` to automatically copy the assets to your `public/` directory:**\n\n```bash\n\"scripts\": {\n  \"post-install-cmd\": [\n    \"@copy-tabler\"\n  ],\n  \"post-update-cmd\": [\n    \"@copy-tabler\"\n  ],\n  \"copy-tabler\": [\n    \"mkdir -p public/assets\",\n    \"cp -r vendor/argora/tabler-assets/public/* public/assets/\"\n  ]\n}\n```\n\n3. **Reference the assets in your HTML or Twig templates:**\n\n```bash\n\u003clink rel=\"stylesheet\" href=\"/assets/css/tabler.min.css\"\u003e\n\u003cscript src=\"/assets/js/tabler.min.js\"\u003e\u003c/script\u003e\n```\n\n---\n\n## 🔄 Updating\n\nTo get the latest version of the assets:\n\n```bash\ncomposer update argora/tabler-assets\n```\n\nThis will pull any new versions and re-copy the assets if you have the scripts configured.\n\n---\n\n## 📖 About This Package\n\n- **Version:** 1.4.0  \n- **License:** MIT  \n- **Source:** [https://github.com/tabler/tabler](https://github.com/tabler/tabler)\n\nThis package redistributes the compiled output from the official [Tabler UI](https://tabler.io) project.\n\nIt is **not affiliated with the Tabler authors**.  \nAll original rights and credit belong to the Tabler team. This package simply makes the compiled output accessible via Composer for projects that do not use NPM.\n\n---\n\n## 📝 License\n\nThis package and the original Tabler code are distributed under the **MIT License**.\n\n\u003e Tabler is © the original authors at [https://github.com/tabler/tabler](https://github.com/tabler/tabler).  \n\u003e This package simply republishes their compiled output for convenience in Composer-based PHP workflows.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetargora%2Ftabler-assets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetargora%2Ftabler-assets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetargora%2Ftabler-assets/lists"}