{"id":22185036,"url":"https://github.com/yii-extension/simple-view-tailwind","last_synced_at":"2025-09-12T15:36:58.622Z","repository":{"id":41965484,"uuid":"366775084","full_name":"yii-extension/simple-view-tailwind","owner":"yii-extension","description":null,"archived":false,"fork":false,"pushed_at":"2023-05-15T20:57:51.000Z","size":109,"stargazers_count":2,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T10:13:14.093Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yii-extension.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-05-12T16:08:13.000Z","updated_at":"2021-11-27T11:32:39.000Z","dependencies_parsed_at":"2022-08-12T00:50:26.717Z","dependency_job_id":null,"html_url":"https://github.com/yii-extension/simple-view-tailwind","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yii-extension/simple-view-tailwind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yii-extension%2Fsimple-view-tailwind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yii-extension%2Fsimple-view-tailwind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yii-extension%2Fsimple-view-tailwind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yii-extension%2Fsimple-view-tailwind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yii-extension","download_url":"https://codeload.github.com/yii-extension/simple-view-tailwind/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yii-extension%2Fsimple-view-tailwind/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274831646,"owners_count":25357883,"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-09-12T02:00:09.324Z","response_time":60,"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":"2024-12-02T10:14:53.284Z","updated_at":"2025-09-12T15:36:58.589Z","avatar_url":"https://github.com/yii-extension.png","language":"PHP","funding_links":["https://opencollective.com/yiisoft"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/yii-extension\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://lh3.googleusercontent.com/ehSTPnXqrkk0M3U-UPCjC0fty9K6lgykK2WOUA2nUHp8gIkRjeTN8z8SABlkvcvR-9PIrboxIvPGujPgWebLQeHHgX7yLUoxFSduiZrTog6WoZLiAvqcTR1QTPVRmns2tYjACpp7EQ=w2400\" height=\"100px\"\u003e\n    \u003c/a\u003e\n    \u003ch1 align=\"center\"\u003eSimple view tailwind web application for yii.\u003c/h1\u003e\n    \u003cbr\u003e\n\u003c/p\u003e\n\n[![Total Downloads](https://poser.pugx.org/yii-extension/simple-view-tailwind/downloads.png)](https://packagist.org/packages/yii-extension/simple-view-tailwind)\n[![Build Status](https://github.com/yii-extension/simple-view-tailwind/workflows/build/badge.svg)](https://github.com/yii-extension/simple-view-tailwind/actions?query=workflow%3Abuild)\n[![codecov](https://codecov.io/gh/yii-extension/simple-view-tailwind/branch/master/graph/badge.svg?token=tUznVx9Em7)](https://codecov.io/gh/yii-extension/simple-view-tailwind)\n[![static analysis](https://github.com/yii-extension/simple-view-tailwind/workflows/static%20analysis/badge.svg)](https://github.com/yii-extension/simple-view-tailwind/actions?query=workflow%3A%22static+analysis%22)\n[![type-coverage](https://shepherd.dev/github/yii-extension/simple-view-tailwind/coverage.svg)](https://shepherd.dev/github/yii-extension/simple-view-tailwind)\n\n## Installation\n\n```shell\ncomposer require yii-extension/simple-view-tailwind\n```\n\n## Using translations\n\nBy default the package includes the translation into spanish and russian.\n\nThe translation is in the `/storage/translations` directory. \n\n## Translation extractor\n\n```shell\ncomposer require yiisoft/translator-extractor --prefer-dist\n```\n\nThe root directory of simple-app: `config/packages/yiisoft-translator-extractor/console.php`:\n\n```php\n\u003c?php\n\ndeclare(strict_types=1);\n\nuse Yiisoft\\Aliases\\Aliases;\nuse Yiisoft\\Translator\\Extractor\\Extractor;\n\n/** @var array $params */\n\nreturn [\n    Extractor::class =\u003e [\n        '__construct()' =\u003e [\n            'messageReader' =\u003e static fn (Aliases $aliases) =\u003e new \\Yiisoft\\Translator\\Message\\Php\\MessageSource(\n                $aliases-\u003eget('@simple-view-tailwind/translations')\n            ),\n            'messageWriter' =\u003e static fn (Aliases $aliases) =\u003e new \\Yiisoft\\Translator\\Message\\Php\\MessageSource(\n                $aliases-\u003eget('@simple-view-tailwind/translations')\n            ),\n        ],\n    ],\n];\n```\n\nThe root directory of simple-app:\n\n```shell\n./yii translator/extract --languages=es --only=**/vendor/yii-extension/simple-view-tailwind/storage/**\n```\n\n### Unit testing\n\nThe package is tested with [PHPUnit](https://phpunit.de/). To run tests:\n\n```shell\n./vendor/bin/phpunit\n```\n\n## Static analysis\n\nThe code is statically analyzed with [Psalm](https://psalm.dev/docs). To run static analysis:\n\n```shell\n./vendor/bin/psalm\n```\n\n### License\n\nThe `yii-extension/simple-view-tailwind` is free software. It is released under the terms of the BSD License.\nPlease see [`LICENSE`](./LICENSE.md) for more information.\n\nMaintained by [Yii Extension](https://github.com/yii-extension).\n\n## Support the project\n\n[![Open Collective](https://img.shields.io/badge/Open%20Collective-sponsor-7eadf1?logo=open%20collective\u0026logoColor=7eadf1\u0026labelColor=555555)](https://opencollective.com/yiisoft)\n\n## Powered by Yii Framework\n\n[![Official website](https://img.shields.io/badge/Powered_by-Yii_Framework-green.svg?style=flat)](https://www.yiiframework.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyii-extension%2Fsimple-view-tailwind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyii-extension%2Fsimple-view-tailwind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyii-extension%2Fsimple-view-tailwind/lists"}