Skip to content

cw1427/Slimer

Repository files navigation

Slimer

A light weight encapsulation of PHP Slim 3 and AdminLTE template.

A WebMVC skeleton framework based on Slimer-core

Built-in Medoo have multpi DB type support. So make sure the php_pdo_ DB driver had been installed.

1.X versions would based on PHP5.6, support for Sqlite3, Mysql, Pgsql adn so on which Meedo framework support for.

Feature list

  • Container
  • Config suit
  • RBAC
  • RESTFUL API
  • Commands
  • LDAP
  • Message flash
  • Mail template
  • Guide
  • Docker

Version release history.

v1.4.9

  • Increase slimer-core dependency to v1.2.5 to adjust Index controller to support for quary parameter passing.

v1.4.8

  • Add action log feature and involve slimer-core route middleware mechanism.
  • Add dependency for slimer-core 1.1.2 to enable jump to redirect.

v1.4.5

  • Fix some bug for the menu quick search and the security management page adjustment.
  • Add menu visible by permission feature.
  • Add introjs support to make it configurable.
  • Add webpage showLoading feature to add Ajax request page mask.
  • Add Composer private repoistry dependencies config in composer.json

Based on

Development guide

    1. Configs
    1. Routes
    1. Controller
    1. Views
    1. Commands -- Built-in PHP CLI commands. support for: php index.php --foo --bar=baz --spam eggs -a -- like: php index.php Dbinit --help -- command example page command example page
    1. Dockerization -- Add Dockerfile to made the slimer to be dockerization and support for php-fpm with Nginx.
    1. Add gradle support -- build the docker command: gradle -Dregistry= slimerDocker <-Dpush=true>

Sample UI page:


  • login page Slimer login page

  • home page Slimer home page

  • Introduction page Slimer intro page

  • Menu quick search page Slimer menuq page

About

A light weight encapsulation of PHP Slim and AdminLTE template. Please star it to encourage me if it helps you. To salute WTF framework: https://github.com/frameworkwtf/skeleton. Extract its core to: https://packagist.org/packages/slimer/slimer-core

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published