slimer / slimer-core
Slimer sketon framework fundamental library slimer-core
1.2.4
2021-07-12 08:30 UTC
Requires
- php: ^5.6
- ext-pdo: *
- adrianfalleiro/slim-cli-runner: ~2.4
- akrabat/rka-slim-session-middleware: ^2.0
- bryanjhv/slim-session: ~3.0
- catfan/medoo: 1.7.6
- dflydev/fig-cookies: ^1.0.2
- guzzlehttp/guzzle: ^6.3
- justinrainbow/json-schema: >=1.3.7
- kanellov/slim-twig-flash: ^0.2.0
- mikehaertl/php-shellcommand: ~1.4.1
- monolog/monolog: >=1.11.0
- nette/mail: ~2.4.5
- nochso/html-compress-twig: ^2.0
- owasp/phprbac: ~2.0.0
- pimple/pimple: ^3.0
- potievdev/slim-rbac: ^1.0
- pwfisher/command-line-php: dev-master
- respect/validation: ^1
- robmorgan/phinx: @stable
- slim/csrf: ^0.8.2
- slim/flash: ^0.2.0
- slim/slim: 3.12.2
- slim/twig-view: ^2.2
- symfony/console: ^3.4
- symfony/ldap: ^3.4.15
- tuupola/slim-basic-auth: ~2.3.0
README
Release history
- v1.2.6 Set Slim app instance handler into slimer router.
- v1.2.5 Add Auth middleware request quary parameter to login redirect route.
- v1.2.4 fix bug for httpclient initial parameter overwrite bug.
- v1.2.3 add isNeedHint twig template function.
- v1.2.1 Bug fix for NavBarExtension AvatarFunction
- v1.2.0 Add php5 fatal error exception handler.
- v1.1.6 Add route middleware feature in route config.
- v1.1.5 Add RbacPermissionNotFoundException catch in SideBarExtension::isMenuVisible function.
- v1.1.4 Add jump to with parameter case support.
- v1.1.3 Bug fix for intro feature would miss render when first login.
- v1.1.2 add auth middlewoare jump to next route name to allow jump to feature.
It works with Slimer framework. Please refer skeleton framework: https://github.com/cw1427/Slimer
Installation
Install the latest version with
$ composer require slimer/slimer-core
Basic Usage
--Todo
-
Router
-
Provider
-
Controller
-
Config
-
Auth
-
Orm
-
Html
Documentation
Third Party Packages
slimer-core depends many third party packages. For example: slim3, medoo, php-rbac and so on.
About
Slimer-core is the fundamental core library for the skeleton framework:https://github.com/cw1427/Slimer
Please use cw/1427/Slimer to start your trial.
Requirements
- slimer-core 1.0 works on PHP5.6
Submitting bugs and feature requests
Bugs and feature request are tracked on GitHub
Author
Shawn Chen(cwvinus@163.com)
License
Monolog is licensed under the MIT License - see the LICENSE
file for details