pentagonal / slimhelper
Project Slim Helper Pentagonal
v1.0.0
2017-02-12 15:36 UTC
Requires
- php: >=5.6
- aura/session: ^2.0
- doctrine/dbal: ^2.5
- gettext/gettext: ^4.1
- guzzlehttp/guzzle: ~6.0
- monolog/monolog: ^1.22
- slim/slim: ^3
Requires (Dev)
Suggests
- pentagonal/phpass: used for password hashing library
This package is not auto-updated.
Last update: 2024-12-21 22:08:09 UTC
README
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