Skip to content

infiniteloop-inc/slim-sample-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slim sample project

This sample project is oriented toward a little more serious development using Slim Framework.

Tech stacks

  • PHP 8.1
  • PHP-FPM
  • NGINX
  • MySQL 8.0
  • Redis
  • Docker Compose

Features

  • Slim Framework (v4)
  • PSR-12 coding style
  • Code formatter (PHP_CodeSniffer)
  • Static analysis (Psalm)
  • REPL (PsySH)
  • ORM (Doctrine ORM/DBAL)
  • Migrations (Doctrine Migrations)
  • Session handling using Redis
  • Unit tests

Attention

  • Use this sample on your own risk
  • If you want to use this in a real project, you may improve it as this can have many security or performance issues

Running the application

docker-compose up -d

or

make up

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published