quantk / amphpblog

Implementation of simple blog using amphp/amp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homepage

Build Status codecov Scrutinizer Code Quality

This is implementation of my website based on amphp/amp and amp components.

It is made in order to study the amphp/amp framework and the asynchronous php in general.

TODO

  • Http server using amphp/http-server
  • Framework structure
  • Routing (using nikic/fast-route) && controllers
  • Request && Response primitives
  • Container (using php/di)
  • Templater (using twig/twig)
  • Cli commands (using symfony/console)
  • Migrations (using doctrine/migrations)
  • Sessions && authentication
  • Middlewares (using amphp/http-server middlewares)
  • Logger (using amphp/log)
  • Using psalm as static code analyzer
  • Simple Active Record realization (using aura/sqlquery as sql builder)
  • CI (probably using Travis CI)
  • Tests
  • Caching
  • Projects page
  • Notes page
  • About page
  • Admin panel

About

Implementation of simple blog using amphp/amp


Languages

Language:PHP 100.0%