romchik38/php-server

Php files to create a web app under php-fpm

v1.19.0 2025-05-01 14:48 UTC

README

status status: development phpstan phpstan: level 8 phpunit phpunit: partially

Features (v1.18.0)

  • Server
  • Router
  • Session
  • Views
    • abstract
    • page
    • twig (in progress site2)
  • Server Request (psr-7)
  • Response (psr-7)
  • Controller system
  • Sql
    • database ( PostgreSql)
    • repositories
      • repository ( 1 table )
      • entity ( EAV )
      • Virtual ( 2 and more tables )
  • Models and DTOs
  • Logger psr-3 ( with alternative logging )
    • Echo
    • Email
    • File
  • Mailer ( phpmail )
  • Sitemap system
  • multilanguage system
  • Urlbuilder

Examples

Examples shows how php-server works.

Site1

Site2

Coming soon. In progress.

  • multilanguage system
  • View based on twig

Code quality

  • phpstan level 8
    • passes[OK] No errors
  • phpunit
    • passesOK (176 tests, 330 assertions)
    • tested partially
  • laminas-coding-standard
    • passes66 / 66 (100%)

Docs