{"id":14987270,"url":"https://github.com/artemmelnik/flexicms","last_synced_at":"2025-04-11T23:23:29.793Z","repository":{"id":24330230,"uuid":"104100148","full_name":"artemmelnik/flexicms","owner":"artemmelnik","description":"Flexible site management system Flexi CMS","archived":false,"fork":false,"pushed_at":"2023-04-19T19:20:57.000Z","size":7828,"stargazers_count":70,"open_issues_count":2,"forks_count":36,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-03-25T19:14:56.428Z","etag":null,"topics":["cms","codeigniter","framework","hmvc","modules","mvc","orm","pdo","php","php7","psr"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/artemmelnik.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-19T16:32:35.000Z","updated_at":"2024-11-19T04:14:30.000Z","dependencies_parsed_at":"2024-09-19T20:41:25.220Z","dependency_job_id":null,"html_url":"https://github.com/artemmelnik/flexicms","commit_stats":{"total_commits":92,"total_committers":7,"mean_commits":"13.142857142857142","dds":0.3369565217391305,"last_synced_commit":"8442720e599ed20a8415060cccae5313ff47d830"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemmelnik%2Fflexicms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemmelnik%2Fflexicms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemmelnik%2Fflexicms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemmelnik%2Fflexicms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artemmelnik","download_url":"https://codeload.github.com/artemmelnik/flexicms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248493543,"owners_count":21113277,"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":["cms","codeigniter","framework","hmvc","modules","mvc","orm","pdo","php","php7","psr"],"created_at":"2024-09-24T14:14:21.601Z","updated_at":"2025-04-11T23:23:29.771Z","avatar_url":"https://github.com/artemmelnik.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HMVC FlexiCMS\nHMVC Flexible site management system\n\n# Installation\n1. We clone the repository.\n2. Extract the files to the root directory of the site.\n3. Create a database and import into it dump flexicms.sql\n4. In the files (/config/database.php) we specify the connection parameters.\n\n```\ngit clone https://github.com/artemmelnik/flexicms.git name_project\n```\n\nNext...\n\n```\ncomposer update\n```\n\nOR\n```\nphp composer.phar update\n```\n\nImport db\n\n```\nphp run db:import\n```\n\nStart dev server\n\n```\nphp run server:start\n```\n\nExample /config/database.php\n```\n\u003c?php\nreturn [\n    'host'     =\u003e 'localhost',\n    'db_name'  =\u003e 'cms',\n    'username' =\u003e 'root',\n    'password' =\u003e '',\n    'charset'  =\u003e 'utf8'\n];\n```\n\nInsert admin\n\nEmail: admin@admin.com\nPassword: 1111\n\n```\nINSERT INTO user\n(email, password, role, hash)\nVALUES ('admin@admin.com', 'b59c67bf196a4758191e42f76670ceba', 'admin', 'new')\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartemmelnik%2Fflexicms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartemmelnik%2Fflexicms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartemmelnik%2Fflexicms/lists"}