Skip to content

Commit

Permalink
Update the readme & add logo + packagist badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Beck committed May 1, 2019
1 parent 21f3486 commit 67df593
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
[![Pam Logo](Project/public/img/pam.png)](https://github.com/philippebeck/pam)

# Pam

Php Approachable Microframework


[![Packagist Version](https://img.shields.io/packagist/v/pjs/pam.svg?label=Packagist)](https://packagist.org/packages/pjs/pam)

# Installation

How to install in 3 steps:

1 / $ composer require pjs/pam
1. $ composer require pjs/pam

2 / Move the content of the folder vendor/pjs/pam/Project in your project root folder

3 / $ composer dump-autoload
2. Move the content of the folder vendor/pjs/pam/Project in your project root folder

3. $ composer dump-autoload

# Overview

Expand All @@ -31,16 +32,12 @@ The sessions are managed by Pam for user connection actions & user message actio

Access to the database is obviously managed by the Database part, via the PDO class.



# Documentation

- You will find the documentation in English here => https://github.com/philippebeck/pam/wiki

- You will find the documentation in French here => https://philippebeck.net/?access=pjs!pam



# Contribution

Pam needs you if you like it : sends pull requests on GitHub to improve it !!

0 comments on commit 67df593

Please sign in to comment.