https://github.com/philippebeck/pam
Php Adaptive Microframework
https://github.com/philippebeck/pam
framework mvc pdo php twig
Last synced: 15 days ago
JSON representation
Php Adaptive Microframework
- Host: GitHub
- URL: https://github.com/philippebeck/pam
- Owner: philippebeck
- License: mit
- Created: 2018-01-06T11:06:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T10:36:25.000Z (over 1 year ago)
- Last Synced: 2025-08-04T13:38:58.041Z (6 months ago)
- Topics: framework, mvc, pdo, php, twig
- Language: PHP
- Homepage: https://packagist.org/packages/philippebeck/pam
- Size: 607 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/devsagency/pam)
# Pam
Php Adaptive Microframework
## Overview
Pam is a PHP microframework based on the MVC architecture.
Pam is very easy to use & very light to implement.
The model part can be used for all CRUD actions & does not need to be overloaded for basic actions.
Access to the database is obviously managed by the Database part, via the PDO class.
The View part uses the Twig template engine, so it's possible to use variables, functions, filters, etc.
The Controller part inherits the essential methods of the MainController & the FrontController structures the input of the application.
The sessions are managed by Pam for user connection actions & for user alert actions, all with filters
All superglobals are managed by the GlobalsController with filters too.
The service part is managed by the ServiceController.
## Summary
- [Package Manager](#package-manager)
- [Download](#download)
- [Content](#content)
- [Language](#language)
- [Support](#support)
- [Open-Source](#open-source)
- [Creator](#creator)
- [Copyright](#copyright)
---
## Package Manager
[](https://packagist.org/packages/devsagency/pam)
Composer : `composer require devsagency/pam`
---
## Download
[Latest Release](https://github.com/devsagency/pam/releases)
`git clone https://github.com/devsagency/pam.git`
[](https://github.com/devsagency/pam/tree/master)
---
## Content
The project contains :
- **config** folder => example of configuration file `params.php`
- **core** folder => MVC source code : `Model` - `View` - `Controller`
- **public** folder => example of entry point `index.php`
[](https://github.com/devsagency/pam/tree/master)
---
## Language
Pam is wrote with PHP
[](https://github.com/devsagency/pam)
---
## Support
Pam has NO continuous support !
[](https://github.com/devsagency/pam/commits/master)
---
## Open-Source
[](https://github.com/devsagency/pam)
---
## Creator
Philippe Beck
[](https://philippebeck.net)
[](https://github.com/philippebeck)
---
## Copyright
Code released under the MIT License
[](https://github.com/devsagency/pam/blob/master/LICENSE)