{"id":28987893,"url":"https://github.com/luminovang/framework","last_synced_at":"2026-04-13T12:02:26.370Z","repository":{"id":226055814,"uuid":"767600688","full_name":"luminovang/framework","owner":"luminovang","description":"Reusable core components for the Luminova PHP framework. A modern MVC/HMVC system with native PHP templating and optional support for external template engines.","archived":false,"fork":false,"pushed_at":"2026-03-22T17:35:49.000Z","size":4594,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-23T00:44:17.072Z","etag":null,"topics":["framework","frameworks","hmvc","hmvc-framework","luminova","luminovang","mvc","mvc-framework","nanoblocktech","php","php-framework","php-routing","php8"],"latest_commit_sha":null,"homepage":"https://luminova.ng","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/luminovang.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-05T15:32:18.000Z","updated_at":"2026-03-22T17:34:47.000Z","dependencies_parsed_at":"2024-03-26T23:26:24.806Z","dependency_job_id":"013a55a8-cef4-4d63-a4fd-00cd27f82c0d","html_url":"https://github.com/luminovang/framework","commit_stats":null,"previous_names":["luminovang/framework"],"tags_count":102,"template":false,"template_full_name":null,"purl":"pkg:github/luminovang/framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luminovang%2Fframework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luminovang%2Fframework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luminovang%2Fframework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luminovang%2Fframework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luminovang","download_url":"https://codeload.github.com/luminovang/framework/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luminovang%2Fframework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31293124,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T21:15:39.731Z","status":"ssl_error","status_checked_at":"2026-04-01T21:15:34.046Z","response_time":53,"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":["framework","frameworks","hmvc","hmvc-framework","luminova","luminovang","mvc","mvc-framework","nanoblocktech","php","php-framework","php-routing","php8"],"created_at":"2025-06-24T21:15:37.688Z","updated_at":"2026-04-01T23:52:08.641Z","avatar_url":"https://github.com/luminovang.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Author](https://img.shields.io/badge/author-@peterchig-blue.svg)](https://instagram.com/peterchig)\n![PHP 8.0+](https://img.shields.io/badge/php-min%208.0.0-red.svg)\n[![Source Code](https://img.shields.io/badge/source-luminovang/framework-blue.svg)](https://github.com/luminovang/framework)\n[![Framework Latest Version](https://img.shields.io/github/tag/luminovang/framework.svg)](https://github.com/luminovang/framework/releases)\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/luminovang/framework/blob/master/LICENSE)\n[![Total Downloads](https://img.shields.io/packagist/dt/luminovang/framework.svg)](https://packagist.org/search/?tags=php%20luminova)\n![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fluminova.ng%2Fdownloads)\n\n\n![Local Image](https://github.com/luminovang/luminova/raw/main/docs/logo.svg)\n\n# Luminova PHP Framework\n\nLuminova is a modern, lightweight, and modular PHP 8+ framework that brings simplicity and power together. Designed with **MVC** and **HMVC** architecture in mind, Luminova offers native PHP templating, support for external engines like Twig and Smarty, and a pragmatic development experience without unnecessary complexity. \n\n---\n\n## Installation\n\n**Install via Composer:**\n\n```bash\ncomposer create-project luminovang/luminova my-project\n```\n\nNeed only the core components for integration or extension?\n\n```bash\ncomposer install luminovang/framework\n```\n\n\u003e Use the `luminova` scaffolding if you're building a full application.\n\n---\n\n## Features at a Glance\n\nLuminova is minimal where it should be and powerful where it matters:\n\n* Modular MVC/HMVC architecture\n* Attribute-based or callback-style routing\n* Middleware and input validation\n* Smart ORM with caching, sharding, and fallback support\n* Database migrations \u0026 seeders\n* CLI command system (via **Novakit**)\n* CRON-ready CLI execution\n* File uploads, private file delivery, CDN support\n* SEO tools: sitemap, schema, OpenGraph\n* Auto-minifying views with syntax highlighting and copy buttons\n* Asset management (local and cloud)\n* PHP, Twig, or Smarty templating\n* Native locale and translation tools\n* REST-friendly API helpers\n* Web push notification helpers\n* Built-in encryption and decryption\n* Session and user login management\n* PHP Fiber Async \n* Promise resolver\n* Background task queue system\n* Developer-friendly utilities and helper functions\n* ...and growing with every release\n\n---\n\n## Why Choose Luminova?\n\n* **No bloat. No boilerplate.** Just core tools that work.\n* **Straightforward and readable syntax**\n* **Modern PHP 8+ support** — take full advantage of attributes, union types, constructor property promotion, etc.\n* **Works your way** — customize as little or as much as you need.\n* **Actively maintained** and used in production.\n\n---\n\n## Documentation \u0026 Resources\n\n* [Official Docs](https://luminova.ng/docs)\n* [GitHub Documentation Repo](https://github.com/luminovang/documentation/)\n* [Luminova Starter Scaffolding](https://github.com/luminovang/luminova)\n\n---\n\n## Community \u0026 Support\n\nFound a bug? Want to contribute or request a feature?\n\n* [GitHub Issues](https://github.com/luminovang/framework/issues)\n* [Pull Requests Welcome](https://github.com/luminovang/framework/pulls)\n\n---\n\n## License\n\nLuminova is open-source software licensed under the [MIT License](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluminovang%2Fframework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluminovang%2Fframework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluminovang%2Fframework/lists"}