{"id":34000997,"url":"https://github.com/memran/marwa-php","last_synced_at":"2026-03-10T18:02:12.228Z","repository":{"id":156500738,"uuid":"633038381","full_name":"memran/marwa-php","owner":"memran","description":"A fast, lightweight PHP framework for modern web development — modular, MVC-based, and ideal for building scalable APIs and applications.","archived":false,"fork":false,"pushed_at":"2025-12-06T15:21:56.000Z","size":212,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-14T21:57:09.155Z","etag":null,"topics":["lightweight","marwaphp","microframework","modular","mvc","php-framework","rest-api","web-development"],"latest_commit_sha":null,"homepage":"https://github.com/memran/marwa-php","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/memran.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":"CONTRIBUTING.MD","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-04-26T16:41:18.000Z","updated_at":"2025-12-06T16:49:00.000Z","dependencies_parsed_at":"2025-07-31T14:03:49.281Z","dependency_job_id":"cdbaf543-3e12-4421-8529-fed2d30aac06","html_url":"https://github.com/memran/marwa-php","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/memran/marwa-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memran%2Fmarwa-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memran%2Fmarwa-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memran%2Fmarwa-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memran%2Fmarwa-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/memran","download_url":"https://codeload.github.com/memran/marwa-php/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memran%2Fmarwa-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30346477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:55:29.454Z","status":"ssl_error","status_checked_at":"2026-03-10T15:54:58.440Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["lightweight","marwaphp","microframework","modular","mvc","php-framework","rest-api","web-development"],"created_at":"2025-12-13T09:41:16.490Z","updated_at":"2026-03-10T18:02:12.220Z","avatar_url":"https://github.com/memran.png","language":"PHP","readme":"# 🚀 MarwaPHP Framework\n\n![License](https://img.shields.io/badge/license-MIT-blue.svg)\n![PHP](https://img.shields.io/badge/php-8.2%2B-orange)\n![Build](https://img.shields.io/badge/build-passing-brightgreen)\n\n**MarwaPHP** is a fast, lightweight, and modular PHP framework built for modern web development. It simplifies API and application development with expressive routing, powerful CLI tools, and a clean MVC structure — all while staying minimal and extensible.\n\n---\n\n## 📦 Features\n\n- ✅ Lightweight MVC structure\n- 🔧 CLI tools for rapid scaffolding\n- 🛠 Schema Builder, Migrations, and Seeders\n- 🔐 JWT Authentication \u0026 Middleware\n- 🌐 Built-in CORS support\n- 📅 Task Scheduling \u0026 Queues\n- 🧰 Helper functions \u0026 Utilities\n- 🐳 Docker-ready for scalable deployment\n\n---\n\n## 📁 Project Structure\n\n```\nmarwa-php/\n├── app/                → Application Code (Controllers, Models, Views)\n├── config/             → Configuration files\n├── public/             → Web root (index.php)\n├── routes/             → Route definitions\n├── resources/          → Views \u0026 Assets\n├── database/           → Migrations, Seeders\n├── tests/              → Unit \u0026 Feature tests\n└── vendor/             → Composer packages\n```\n\n---\n\n## 🚀 Getting Started\n\n```bash\n# Clone the repo\ngit clone https://github.com/memran/marwa-php.git\n\n# Enter project directory\ncd marwa-php\n\n# Install dependencies\ncomposer install\n\n# Run dev server\nphp -S localhost:8000 -t public/\n```\n\n---\n\n## 📚 Documentation\n\nVisit the [MarwaPHP GitHub Wiki](https://github.com/memran/marwa-php/wiki) to get started and learn all features:\n\n- [Getting Started](https://github.com/memran/marwa-php/wiki/Getting-Started)\n- [Routing](https://github.com/memran/marwa-php/wiki/Routing)\n- [Controllers](https://github.com/memran/marwa-php/wiki/Controller)\n- [Models](https://github.com/memran/marwa-php/wiki/Model)\n- [Views (Twig)](https://github.com/memran/marwa-php/wiki/Twig)\n- [Authentication](https://github.com/memran/marwa-php/wiki/Authentication)\n- [Authorization (Roles \u0026 Policies)](https://github.com/memran/marwa-php/wiki/Authorization)\n- [Session Management](https://github.com/memran/marwa-php/wiki/Session)\n- [Queue System](https://github.com/memran/marwa-php/wiki/Queue)\n- [Task Scheduling](https://github.com/memran/marwa-php/wiki/TaskSchedule)\n- [Docker Setup](https://github.com/memran/marwa-php/wiki/Docker-Tutorial)\n\n---\n\n## 💻 Examples\n\n- 📦 Build a RESTful API in minutes\n- 🔐 Secure routes with policies\n- 🧠 Schedule background tasks\n- 📊 Queue jobs with Redis\n- 🧪 Run PHPUnit tests\n\n---\n\n## 🤝 Contributing\n\nWe welcome contributions! Open an issue, submit a PR, or improve documentation.\n\n---\n\n## 📄 License\n\nMIT © [Mohammad Emran](https://github.com/memran)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmemran%2Fmarwa-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmemran%2Fmarwa-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmemran%2Fmarwa-php/lists"}