{"id":14966663,"url":"https://github.com/shweta130890/yii-framework","last_synced_at":"2026-02-25T18:01:55.375Z","repository":{"id":38730088,"uuid":"195930972","full_name":"shweta130890/yii-framework","owner":"shweta130890","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-22T06:26:55.000Z","size":3584,"stargazers_count":0,"open_issues_count":25,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-07T05:31:05.788Z","etag":null,"topics":["nodejs","yii2","yii2-framework"],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/shweta130890.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}},"created_at":"2019-07-09T04:10:39.000Z","updated_at":"2019-07-11T04:45:40.000Z","dependencies_parsed_at":"2023-01-30T06:00:51.605Z","dependency_job_id":null,"html_url":"https://github.com/shweta130890/yii-framework","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shweta130890/yii-framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shweta130890%2Fyii-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shweta130890%2Fyii-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shweta130890%2Fyii-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shweta130890%2Fyii-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shweta130890","download_url":"https://codeload.github.com/shweta130890/yii-framework/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shweta130890%2Fyii-framework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29833650,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T17:57:15.019Z","status":"ssl_error","status_checked_at":"2026-02-25T17:56:11.472Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["nodejs","yii2","yii2-framework"],"created_at":"2024-09-24T13:36:46.281Z","updated_at":"2026-02-25T18:01:55.349Z","avatar_url":"https://github.com/shweta130890.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# user api with yii2 \u003csup\u003ebasic\u003c/sup\u003e\n\n#### Web apps with Yii 2 Rest API.. \n\nBuilt with * [Yii2](http://www.yiiframework.com/) \n\n## Prerequisite Technologies\n\n* [Git](https://git-scm.com/downloads)  \n* MySql\n\n## Installation\n\nClone the repository from Github.\n```\ngit clone https://github.com/shweta130890/yii-framework.git\ncd yii-framework\ncomposer update \n```\n\n## APIs with sample payloads\n### GET(api/users/index) \n ```json\n[\n    {\n        \"id\": 1,\n        \"username\": \"shweta\",\n        \"email\": \"shweta@mailinator.com\",\n        \"password\": \"123456\",\n        \"isActive\": false,\n        \"role\": 1\n    },\n    {\n        \"id\": 2,\n        \"username\": \"shweta1\",\n        \"email\": \"shweta1@mailinator.com\",\n        \"password\": \"123456\",\n        \"isActive\": true,\n        \"role\": 1\n    },\n    {\n        \"id\": 3,\n        \"username\": \"shweta2\",\n        \"email\": \"shweta2@mailinator.com\",\n        \"password\": \"123456\",\n        \"isActive\": true,\n        \"role\": 10\n    }\n]\n```\n\n### POST(api/users/login) \n ```json\n    { \n        \"username\": \"shweta/shweta@mailinator.com\", \n        \"password\": \"123456\" \n    } \n```\n\n### POST(api/users/signup) \n ```json\n    { \n        \"username\": \"shweta2\",\n        \"email\": \"shweta2@mailinator.com\",\n        \"password\": \"123456\"\n    } \n    \n ```\n    \n### PUT(api/users/update?id=1) \n ```json\n    { \n        \"id\": 2,\n        \"username\": \"test\",\n        \"email\": \"test@gmail.com\",\n        \"fullname\": \"\",\n        \"password\": \"$2y$13$QHpmTWzZI3SGI45km.IFR.iAeYyeFF/WTWGijxF6JzGZxDN1CgDoa\",\n        \"role\": 1,\n        \"status\": 1,\n        \"created_at\": \"2019-07-09 18:53:01\",\n        \"updated_at\": \"2019-07-11 06:43:50\",\n        \"last_login\": \"2019-07-09 20:36:11\"\n    }  \n ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshweta130890%2Fyii-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshweta130890%2Fyii-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshweta130890%2Fyii-framework/lists"}