romchik38/php-server

Php files to create a web app under php-fpm


README

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

Features (v1.18.0)

  • Http routing based on PSR-7 Server Request and Response
  • 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 )
  • Multilanguage system
  • Domain Value Objects

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 (230 tests, 389 assertions)
    • tested partially
  • laminas-coding-standard
    • passes79 / 79 (100%)

Docs