{"id":25471167,"url":"https://github.com/maximkanet/zwa-blog-php","last_synced_at":"2025-11-05T01:30:23.601Z","repository":{"id":207970956,"uuid":"716706249","full_name":"MaximkaNet/zwa-blog-php","owner":"MaximkaNet","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-23T17:18:20.000Z","size":307,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-01-23T21:33:30.122Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MaximkaNet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-11-09T17:42:16.000Z","updated_at":"2024-01-23T21:33:30.122Z","dependencies_parsed_at":"2023-11-18T20:23:21.861Z","dependency_job_id":"afbb38c9-20e2-4216-81dc-ba65f24b0258","html_url":"https://github.com/MaximkaNet/zwa-blog-php","commit_stats":null,"previous_names":["maximkanet/zwa-blog-php"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaximkaNet%2Fzwa-blog-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaximkaNet%2Fzwa-blog-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaximkaNet%2Fzwa-blog-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaximkaNet%2Fzwa-blog-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaximkaNet","download_url":"https://codeload.github.com/MaximkaNet/zwa-blog-php/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239447580,"owners_count":19640330,"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":[],"created_at":"2025-02-18T09:36:45.344Z","updated_at":"2025-11-05T01:30:23.546Z","avatar_url":"https://github.com/MaximkaNet.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Title: \nPersonal blog\n# Goal:\nFor users to be able to create and comment on posts, thus sharing information.\n# Roles: \n- Unathorized user\n- Authorized user\n   * User\n   * Moderator\n   * Admin\n\n# Description\n\n### Functions\n\n\n### Users functions:\n- User\n    * Create comments\n- Moderator\n    * Delete comments\n- Admin\n   * Add comments\n   * Create new posts\n   * Edit your posts\n\n### Pages\n\n- Home page\n- Post page\n- Admin panel\n- Editor\n\n## Data structures\n\nDescription of data structures in the project\n\n## User\n\nUser data structure\n\n| key      | type        | description |\n| -------- | ----------- | ----------- |\n| id       | int         | -           |\n| username | varchar(50) | -           |\n| email    | varchar(20) | -           |\n| password | varchar(50) | Hash        |\n\n## Post\n\nPost attach to user\n\n| key     | type     | description  |\n| ------- | -------- |:------------:|\n| id      | int      |      -       |\n| date    | datetime |      -       |\n| content | TEXT     |      -       |\n| user_id | INT      |      -       |\n\n## Comment\n\nComments attach to post\n\n| key     | type     | description |\n| ------- | -------- | ----------- |\n| id      | int      | -           |\n| user_id | int      | -           |\n| post_id | int      | -           |\n| content | text     | -           |\n| date    | datetime | -           |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximkanet%2Fzwa-blog-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaximkanet%2Fzwa-blog-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximkanet%2Fzwa-blog-php/lists"}