pentagonal/slimhelper

Project Slim Helper Pentagonal

v1.0.0 2017-02-12 15:36 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:52:03 UTC


README

Build Status

This directory contains Bunch of applications

Composer Dependency Required

Common Required

{
    "php": ">=5.6",
    "aura/session": "^2.0",
    "doctrine/dbal": "^2.5",
    "guzzlehttp/guzzle": "~6.0",
    "monolog/monolog": "^1.22",
    "gettext/gettext": "^4.1",
    "slim/slim": "^3.5"
}

Composer Optional For Slim FrameWork Override

{
  "slim/slim": "^3.5"
}

Suggest Recommendation Password Hashing Library

note :

Just converted from openwall phpass
{
    "pentagonal/phpass": "^1.0"
}

NOTE

- Cache      : using `doctrine/cache`
- Database   : using `doctrine/dbal`
- Session    : using `aura/session`
- Translation: using `gettext/gettext`
- Logger     : using `monolog/monolog`
- Http Transport : using `guzzle/guzzle`
- Dependency injection : using `pimple/container`
- Request & Response   : using `psr/http-message`

Installation

composer require pentagonal/slimhelper