{"id":28627304,"url":"https://github.com/philippebeck/pam","last_synced_at":"2026-01-11T07:04:27.648Z","repository":{"id":28321324,"uuid":"116476070","full_name":"philippebeck/pam","owner":"philippebeck","description":"Php Adaptive Microframework","archived":false,"fork":false,"pushed_at":"2024-05-16T10:36:25.000Z","size":622,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-04T13:38:58.041Z","etag":null,"topics":["framework","mvc","pdo","php","twig"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/philippebeck/pam","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/philippebeck.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}},"created_at":"2018-01-06T11:06:05.000Z","updated_at":"2023-01-23T08:56:28.000Z","dependencies_parsed_at":"2024-04-17T11:36:53.211Z","dependency_job_id":"545bda23-baf3-4e03-928a-9750bd2628e0","html_url":"https://github.com/philippebeck/pam","commit_stats":{"total_commits":586,"total_committers":6,"mean_commits":97.66666666666667,"dds":0.09556313993174059,"last_synced_commit":"1ad82421bd8de5f7f9c484875d872127385fffa3"},"previous_names":["devsagency/pam"],"tags_count":73,"template":false,"template_full_name":null,"purl":"pkg:github/philippebeck/pam","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philippebeck%2Fpam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philippebeck%2Fpam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philippebeck%2Fpam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philippebeck%2Fpam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/philippebeck","download_url":"https://codeload.github.com/philippebeck/pam/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philippebeck%2Fpam/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28296941,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T04:44:51.577Z","status":"ssl_error","status_checked_at":"2026-01-11T04:44:44.232Z","response_time":60,"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","mvc","pdo","php","twig"],"created_at":"2025-06-12T09:08:39.278Z","updated_at":"2026-01-11T07:04:27.581Z","avatar_url":"https://github.com/philippebeck.png","language":"PHP","readme":"[![Pam Logo](https://pam.devsagency.net/img/pam.png)](https://github.com/devsagency/pam)\n\n# Pam\n\nPhp Adaptive Microframework\n\n## Overview\n\nPam is a PHP microframework based on the MVC architecture.\n\nPam is very easy to use \u0026 very light to implement.\n\nThe model part can be used for all CRUD actions \u0026 does not need to be overloaded for basic actions.\n\nAccess to the database is obviously managed by the Database part, via the PDO class.\n\nThe View part uses the Twig template engine, so it's possible to use variables, functions, filters, etc.\n\nThe Controller part inherits the essential methods of the MainController \u0026 the FrontController structures the input of the application.\n\nThe sessions are managed by Pam for user connection actions \u0026 for user alert actions, all with filters\n\nAll superglobals are managed by the GlobalsController with filters too.\n\nThe service part is managed by the ServiceController.\n\n## Summary\n\n-   [Package Manager](#package-manager)  \n-   [Download](#download)  \n-   [Content](#content)  \n-   [Language](#language)  \n-   [Support](#support)  \n-   [Open-Source](#open-source)  \n-   [Creator](#creator)  \n-   [Copyright](#copyright)  \n\n---\n\n## Package Manager\n\n[![Packagist Version](https://img.shields.io/packagist/v/devsagency/pam.svg?label=Packagist)](https://packagist.org/packages/devsagency/pam)\n\nComposer : `composer require devsagency/pam`  \n\n---\n\n## Download\n\n[Latest Release](https://github.com/devsagency/pam/releases)  \n\n`git clone https://github.com/devsagency/pam.git`  \n  \n[![Repo Size](https://img.shields.io/github/repo-size/devsagency/pam.svg?label=Repo+Size)](https://github.com/devsagency/pam/tree/master)\n\n---\n\n## Content\n\nThe project contains :  \n-   **config** folder =\u003e example of configuration file `params.php`  \n-   **core** folder =\u003e MVC source code : `Model` - `View` - `Controller`  \n-   **public** folder =\u003e example of entry point `index.php`  \n\n[![Code Size](https://img.shields.io/github/languages/code-size/devsagency/pam.svg?label=Code+Size)](https://github.com/devsagency/pam/tree/master)\n\n---\n\n## Language\n\nPam is wrote with PHP\n\n[![GitHub Top Language](https://img.shields.io/github/languages/top/devsagency/pam.svg?label=PHP)](https://github.com/devsagency/pam)\n\n---\n\n## Support\n\nPam has NO continuous support !\n\n[![GitHub Last Commit](https://img.shields.io/github/last-commit/devsagency/pam.svg?label=Last+Commit)](https://github.com/devsagency/pam/commits/master)\n\n---\n\n## Open-Source\n\n[![GitHub Stars](https://img.shields.io/github/stars/devsagency/pam.svg?label=GitHub+:+Pam+|+Stars)](https://github.com/devsagency/pam)\n\n---\n\n## Creator\n\nPhilippe Beck\n\n[![WebSite Status](https://img.shields.io/website-up-down-green-red/https/philippebeck.net.svg?label=https://philippebeck.net)](https://philippebeck.net)\n[![GitHub Followers](https://img.shields.io/github/followers/philippebeck.svg?label=GitHub+:+philippebeck+|+Followers)](https://github.com/philippebeck)\n\n\n---\n\n## Copyright\n\nCode released under the MIT License\n\n[![GitHub License](https://img.shields.io/github/license/devsagency/pam.svg?label=License)](https://github.com/devsagency/pam/blob/master/LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilippebeck%2Fpam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphilippebeck%2Fpam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilippebeck%2Fpam/lists"}