{"id":14966689,"url":"https://github.com/hoaaah/yii2-micro","last_synced_at":"2025-10-25T17:30:37.165Z","repository":{"id":52180212,"uuid":"122313829","full_name":"hoaaah/yii2-micro","owner":"hoaaah","description":"MicroFramework Template with Yii2","archived":false,"fork":false,"pushed_at":"2024-06-09T11:58:48.000Z","size":24,"stargazers_count":8,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T09:23:37.529Z","etag":null,"topics":["microframework-template","rest-api","yii2","yii2-framework"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hoaaah.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2018-02-21T09:08:11.000Z","updated_at":"2024-06-09T11:58:45.000Z","dependencies_parsed_at":"2022-08-21T12:20:21.142Z","dependency_job_id":"fc7f03fe-164b-4cd3-9ad4-25804be5058d","html_url":"https://github.com/hoaaah/yii2-micro","commit_stats":{"total_commits":7,"total_committers":3,"mean_commits":"2.3333333333333335","dds":0.5714285714285714,"last_synced_commit":"889d9f5757216ff251f02d21ac3326294c692661"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoaaah%2Fyii2-micro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoaaah%2Fyii2-micro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoaaah%2Fyii2-micro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoaaah%2Fyii2-micro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hoaaah","download_url":"https://codeload.github.com/hoaaah/yii2-micro/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238183636,"owners_count":19430160,"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":["microframework-template","rest-api","yii2","yii2-framework"],"created_at":"2024-09-24T13:36:48.402Z","updated_at":"2025-10-25T17:30:31.846Z","avatar_url":"https://github.com/hoaaah.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Yii2 MicroFramework Template\n===================\n\nYii2 MicroFramework Template\n-------------------\nThis is a MicroFramework Template use Yii2. This Template build with [this guide ](http://www.yiiframework.com/doc-2.0/guide-tutorial-yii-as-micro-framework.html) and you can modified it to use any of costumization. \n\n\nInstallation\n------------\n\nThe preferred way to install this CMS is through [composer](http://getcomposer.org/download/).\n\nEither run\n\n```bash\ncomposer global require \"fxp/composer-asset-plugin:^1.2.0\"\ncomposer create-project --prefer-dist hoaaah/yii2-micro [app_name]\n```\n\nDefault database of this microframework use sqlite but you can modified it with your own database.\n\n```php\n\u003c?php\nreturn [\n    'components' =\u003e [\n        'db' =\u003e [\n            'class' =\u003e 'yii\\db\\Connection',\n            'dsn' =\u003e 'mysql:host=localhost;dbname=your_db_name',\n            'username' =\u003e 'root',\n            'password' =\u003e '',\n            'charset' =\u003e 'utf8',\n        ],\n    ],\n];\n\n```\n\nIf you use your own db, then run migration to create table in selected database.\n\n```bash\nvendor/bin/yii migrate/up --appconfig=config.php\n```\n\n## Creator\n\nThis Template was created by and is maintained by **[Heru Arief Wijaya](http://belajararief.com/)**.\n\n* https://twitter.com/hoaaah\n* https://github.com/hoaaah\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoaaah%2Fyii2-micro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhoaaah%2Fyii2-micro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoaaah%2Fyii2-micro/lists"}