2017 © Pedro Peláez
 

framework pam

Php Approachable Microframework

image

pjs/pam

Php Approachable Microframework

  • Sunday, April 15, 2018
  • by philippebeck
  • Repository
  • 2 Watchers
  • 2 Stars
  • 36 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 4 Versions
  • 24 % Grown

The README.md

Pam Logo, (*1)

Pam

Php Adaptive Microframework, (*2)

Overview

Pam is a PHP microframework based on the MVC architecture., (*3)

Pam is very easy to use & very light to implement., (*4)

The model part can be used for all CRUD actions & does not need to be overloaded for basic actions., (*5)

Access to the database is obviously managed by the Database part, via the PDO class., (*6)

The View part uses the Twig template engine, so it's possible to use variables, functions, filters, etc., (*7)

The Controller part inherits the essential methods of the MainController & the FrontController structures the input of the application., (*8)

The sessions are managed by Pam for user connection actions & for user alert actions, all with filters, (*9)

All superglobals are managed by the GlobalsController with filters too., (*10)

The service part is managed by the ServiceController., (*11)

Summary


Package Manager

Packagist Version, (*12)

Composer : composer require devsagency/pam, (*13)


Download

Latest Release, (*14)

git clone https://github.com/devsagency/pam.git, (*15)

Repo Size, (*16)


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, (*17)

Code Size, (*18)


Language

Pam is wrote with PHP, (*19)

GitHub Top Language, (*20)


Support

Pam has NO continuous support !, (*21)

GitHub Last Commit, (*22)


Open-Source

GitHub Stars, (*23)


Creator

Philippe Beck, (*24)

WebSite Status GitHub Followers, (*25)


Code released under the MIT License, (*26)

GitHub License, (*27)

The Versions

15/04 2018

dev-master

9999999-dev

Php Approachable Microframework

  Sources   Download

MIT

The Requires

 

framework php mvc

06/03 2018

0.2.3

0.2.3.0

Php Approachable Microframework

  Sources   Download

MIT

The Requires

 

framework php mvc

17/02 2018

0.2.2

0.2.2.0

Php Approachable Microframework

  Sources   Download

MIT

The Requires

 

framework php mvc

31/01 2018

0.1.12

0.1.12.0

Php Approachable Microframework

  Sources   Download

MIT

The Requires

 

framework php mvc