{"id":21342533,"url":"https://github.com/ldcmleo/mixiphp","last_synced_at":"2026-01-27T13:33:45.752Z","repository":{"id":220043283,"uuid":"750077083","full_name":"ldcmleo/mixiphp","owner":"ldcmleo","description":"A lightweight PHP framework built with an MVC (Model-View-Controller) architecture, inspired by Laravel, and developed as a practice project. This framework is designed to offer a simplified yet effective approach to web development, allowing developers to gain hands-on experience with the core concepts of MVC architecture.","archived":false,"fork":false,"pushed_at":"2024-08-05T22:57:58.000Z","size":73,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-02T04:16:18.866Z","etag":null,"topics":["docker","lightweight-framework","mvc","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/ldcmleo.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":"2024-01-29T23:58:16.000Z","updated_at":"2025-04-21T07:32:27.000Z","dependencies_parsed_at":"2024-08-06T01:43:40.057Z","dependency_job_id":null,"html_url":"https://github.com/ldcmleo/mixiphp","commit_stats":null,"previous_names":["ldcmleo/mixiphp","ldcmleo/mixiphp-deprecated"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ldcmleo/mixiphp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ldcmleo%2Fmixiphp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ldcmleo%2Fmixiphp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ldcmleo%2Fmixiphp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ldcmleo%2Fmixiphp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ldcmleo","download_url":"https://codeload.github.com/ldcmleo/mixiphp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ldcmleo%2Fmixiphp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28813539,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"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":["docker","lightweight-framework","mvc","php"],"created_at":"2024-11-22T01:09:00.133Z","updated_at":"2026-01-27T13:33:45.730Z","avatar_url":"https://github.com/ldcmleo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cdiv\u003e\n        \u003cimg src=\"https://img.shields.io/badge/1.0.0-Main-blue\" /\u003e\n        \u003cimg src=\"https://img.shields.io/badge/gitlab-version-red?logo=gitlab\u0026link=https%3A%2F%2Fgitlab.com%2Fldcmleo%2Fmixiphp\" /\u003e\n    \u003c/div\u003e\n\u003c/div\u003e\n\u003cp align=\"center\"\u003e\n    ALERT!!!!!!!!!! \u003cbr\u003e THIS PROJECT IS ACTUAL DEPRECATED AND WON'T BE MAINTAINED ANYMORE BY ME.\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    A lightweight php framework with MVC Architecture. \u003cbr\u003e\n    MixiPHP is created for using with lightweight projects or even with school projects and is not intended to be used on a large scale projects. \u003cbr\u003e\n    MixiPHP it's strongly inspired by \u003ca href=\"https://laravel.com/\" target=\"_blanket\"\u003eLaravel\u003c/a\u003e and therefore it can be a good starting point to learn how to use it, otherwise it will be easy for you to use.\n\u003c/p\u003e\n\n----\n\n### Dependencies\nMixiPHP works with the next dependencies:\n| Docker Image | Version |\n|--------------|---------|\n| mariadb      | latest  |\n| [ldcmleo1360/mixiphp](https://hub.docker.com/r/ldcmleo1360/mixiphp) | latest  |\n| phpmyadmin   | latest  |\n\nMixiPHP use common mariadb and phpmyadmin for database, but use a custom httpd image using php v8.3.2 and it can be found on [docker hub](https://hub.docker.com/r/ldcmleo1360/mixiphp).\n\n## Installation\n\n### Before install\n\nFirst make sure you have installed [Docker](https://www.docker.com/) with **docker-compose**.\n\n---\n\nClone this repository to your system with:\n```bash\ngit clone https://github.com/ldcmleo/mixiphp.git\n```\nIt create a new folder called `mixiphp` then go to:\n```bash\ncd mixiphp/docker\n```\nInside `mixiphp/docker` folder can be found file `compose.yml`, now edit it and make sure all directions are pointed to the specific folder that you installed the project:\n```yml\n    volumes:\n      - \"/YOUR/FOLDER/TO/mixiphp/public:/var/www/html\"\n      - \"/YOUR/FOLDER/TO/mixiphp/core:/var/www/mixi/core\"\n      - \"/YOUR/FOLDER/TO/mixiphp/app:/var/www/mixi/app\"\n      - \"/YOUR/FOLDER/TO/mixiphp/config:/var/www/mixi/config\"\n      - \"/YOUR/FOLDER/TO/mixiphp/routes:/var/www/mixi/routes\"\n```\nnow you just need to run:\n```bash\ndocker-compose up -d\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fldcmleo%2Fmixiphp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fldcmleo%2Fmixiphp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fldcmleo%2Fmixiphp/lists"}