{"id":31715024,"url":"https://github.com/linna/framework","last_synced_at":"2025-10-09T01:51:10.035Z","repository":{"id":62517522,"uuid":"41168432","full_name":"linna/framework","owner":"linna","description":"Simple and elegant tools for build web application","archived":false,"fork":false,"pushed_at":"2025-07-30T20:00:48.000Z","size":1826,"stargazers_count":13,"open_issues_count":1,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-09-29T01:29:52.531Z","etag":null,"topics":["best-practices","elegant","framework","learning","mvc-framework","php","php-best-pratices","quality"],"latest_commit_sha":null,"homepage":"https://linna.tools","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/linna.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"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,"zenodo":null}},"created_at":"2015-08-21T17:26:47.000Z","updated_at":"2025-07-26T10:18:28.000Z","dependencies_parsed_at":"2025-07-26T08:21:54.063Z","dependency_job_id":"49831976-cf8d-4b0d-90d7-87ae1efcfc34","html_url":"https://github.com/linna/framework","commit_stats":{"total_commits":1167,"total_committers":7,"mean_commits":"166.71428571428572","dds":0.2999143101970866,"last_synced_commit":"1ec20355c794315dfeebab0e18eeb473e4dd576f"},"previous_names":[],"tags_count":41,"template":false,"template_full_name":null,"purl":"pkg:github/linna/framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linna%2Fframework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linna%2Fframework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linna%2Fframework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linna%2Fframework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linna","download_url":"https://codeload.github.com/linna/framework/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linna%2Fframework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000704,"owners_count":26082894,"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-10-08T02:00:06.501Z","response_time":56,"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":["best-practices","elegant","framework","learning","mvc-framework","php","php-best-pratices","quality"],"created_at":"2025-10-09T01:50:28.710Z","updated_at":"2025-10-09T01:51:10.027Z","avatar_url":"https://github.com/linna.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"#\"\u003e\u003cimg src=\"logo-linna-128.png\" alt=\"Linna Logo\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr/\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"#\"\u003e\u003cimg src=\"logo-framework.png\" alt=\"Linna framework Logo\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr/\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![Tests](https://github.com/linna/framework/actions/workflows/tests.yml/badge.svg)](https://github.com/linna/framework/actions/workflows/tests.yml)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=linna_framework\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=linna_framework)\n[![PDS Skeleton](https://img.shields.io/badge/pds-skeleton-blue.svg?style=flat)](https://github.com/php-pds/skeleton)\n[![PHP 8.1](https://img.shields.io/badge/PHP-8.1-8892BF.svg)](http://php.net)\n\n\u003c/div\u003e\n\n\u003e **_NOTE:_**  Code porting to PHP 8.1 ongoing.\n\n# About this framework\nStarted as a project for learning the modern PHP, it has become a set of simple and elegant tools for creating web applications.\n\n## Quality\n\nThe development of Framework is done trying to get PHP best pratices always in mind.\u003cbr/\u003eIf you wish deepen PHP best pratices you can start from [phptherightway](http://www.phptherightway.com/)\n\n### All code is:\n\n- Tested with [phpunit](https://github.com/sebastianbergmann/phpunit) and [infection](https://github.com/infection/infection)\n- Analyzed with [phpstan](https://github.com/phpstan/phpstan) and [phan](https://github.com/phan/phan/)\n- Commented, ready for [phpDocumentor](https://www.phpdoc.org/)\n- Written applying the five [SOLID](\u003chttps://en.wikipedia.org/wiki/SOLID_(object-oriented_design)\u003e) principles\n\n## Production environment\n\nAt moment, code, isn't utilized in production environment, Hope in future.\n\n# Require\n\n- PHP \u003e= 8.3\n- PDO extension (optional)\n- Memcached extension (optional)\n- Mongodb extension (optional)\n- Redis extension (optional)\n\n# Installation\n\nWith composer:\n\n```\ncomposer require linna/framework\n```\n\n# Features\n\n- Model view controller\n- Session management\n- Login and role-based access control\n- Rest router\n- Container and dependency injections\n- Wrappers for data base\n- Implementation for PSR-4 Autoloader, PSR-11 Container and PSR-16 Simple Cache\n\n# Documentation\n\nFor more details please see the [user guide (soon)](https://linna.tools/docs/current/) or the [api (incomplete)](https://linna.tools/docs/current/) and read [licence](https://github.com/linna/framework/blob/master/LICENSE.md)\n\n# Contributing\n\nPlease see [CONTRIBUTING.md](https://github.com/linna/framework/blob/master/CONTRIBUTING.md).\n\n## Task List for the next version\n\n### High Priority\n- [ ] [IN PROGRESS] Reduce the technical debt \n- [ ] [IN PROGRESS] Complete the PHP 8.3 porting\n- [X] Complete the updating and the review of the code comments\n- [ ] [IN PROGRESS] Create documentation for the site, api and articles about how to do things\n- [X] Unify database session handlers\n- [ ] [IN PROGRESS] Update tests and do a deep code review for quality and security\n- [ ] Check the name of arguments in methods where there is the implementation of an interface\n- [X] Data mapper update and Authorization RBAC refactor \n\n### Less High Priority\n- [X] Add support for Redis cache, for general cache and sessions\n- [X] Encryption for non standard session storage (redis, memcached, databases)\n- [ ] Router with PSR-7 support\n- [ ] More about Router\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinna%2Fframework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinna%2Fframework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinna%2Fframework/lists"}