{"id":14966527,"url":"https://github.com/samdark/yiifeed","last_synced_at":"2025-10-19T08:15:24.246Z","repository":{"id":24648017,"uuid":"28057858","full_name":"samdark/yiifeed","owner":"samdark","description":"Pre-moderated news aggregator","archived":false,"fork":false,"pushed_at":"2023-07-01T06:38:13.000Z","size":655,"stargazers_count":108,"open_issues_count":1,"forks_count":34,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-07-08T08:46:26.260Z","etag":null,"topics":["hacktoberfest","news","php","yii"],"latest_commit_sha":null,"homepage":"http://yiifeed.com/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samdark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"samdark","patreon":"samdark"}},"created_at":"2014-12-15T21:48:52.000Z","updated_at":"2025-04-17T02:56:20.000Z","dependencies_parsed_at":"2024-09-14T02:54:34.151Z","dependency_job_id":null,"html_url":"https://github.com/samdark/yiifeed","commit_stats":{"total_commits":171,"total_committers":10,"mean_commits":17.1,"dds":0.3801169590643275,"last_synced_commit":"842cc4df6389016ac4f2c3d5c9c15d1a3967a730"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/samdark/yiifeed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdark%2Fyiifeed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdark%2Fyiifeed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdark%2Fyiifeed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdark%2Fyiifeed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samdark","download_url":"https://codeload.github.com/samdark/yiifeed/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdark%2Fyiifeed/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267988978,"owners_count":24177018,"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-07-31T02:00:08.723Z","response_time":66,"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":["hacktoberfest","news","php","yii"],"created_at":"2024-09-24T13:36:32.324Z","updated_at":"2025-10-19T08:15:24.168Z","avatar_url":"https://github.com/samdark.png","language":"CSS","readme":"yiifeed\n=======\n\nyiifeed is a pre-moderated news aggregator. \n\n\nDIRECTORY STRUCTURE\n-------------------\n\n      assets/             contains assets definition\n      commands/           contains console commands (controllers)\n      config/             contains application configurations\n      controllers/        contains Web controller classes\n      mail/               contains view files for e-mails\n      models/             contains model classes\n      runtime/            contains files generated during runtime\n      tests/              contains various tests for the basic application\n      vendor/             contains dependent 3rd-party packages\n      views/              contains view files for the Web application\n      web/                contains the entry script and Web resources\n\n\n\nREQUIREMENTS\n------------\n\nThe minimum requirement by this application that your Web server supports PHP 5.4.0.\n\n\n[API docs](modules/api/docs/index.md).\n\nINSTALLATION\n------------\n\n### 1. Framework and dependencies\n\nIf you do not have [Composer](http://getcomposer.org/), you may install it by following the instructions\nat [getcomposer.org](http://getcomposer.org/doc/00-intro.md#installation-nix).\n\nYou can then install this application template using the following command:\n\n~~~\ncomposer global require \"fxp/composer-asset-plugin\"\ncomposer install\n~~~\n\n\n### 2. Configs\n\nThere are more `.php-orig` sample configs in `config` directory. Copy these to `.php` without `-orig` and adjust to your\nneeds.\n\n### 3. Database\n\nCreate a database. By this moment you should have `config/db.php`. Specify your database connection there.\n\nThen apply migrations by running:\n\n```\nyii migrate\n```\n\n### 4. Permissions \n\nInitilize permissions tree by running:\n\n```\nyii rbac/init \n```\n\nYou can use `rbac/assign` to assign roles to users:\n\n```\nyii rbac/assign admin alex\nyii rbac/assign moderator boris\n```\n\nWill assign admin role to user with username=alex and moderator role to user with username=boris.\n\n### 5. Cron\n\n```\n*/10 * * * * php yii queue/run \u003e /dev/null 2\u003e\u00261\n```\n","funding_links":["https://github.com/sponsors/samdark","https://patreon.com/samdark"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamdark%2Fyiifeed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamdark%2Fyiifeed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamdark%2Fyiifeed/lists"}