Not build for using but for training PHP.
Marcel Kapfer
6885d2160a
All checks were successful
continuous-integration/woodpecker the build was successful
|
||
---|---|---|
.idea | ||
ci | ||
src | ||
tests | ||
.gitignore | ||
.gitlab-ci.yml | ||
.woodpecker.yml | ||
composer.json | ||
composer.lock | ||
LICENSE | ||
phpunit.xml | ||
README.md |
My ToDo List
My todo list is a PHP project that I develop for training PHP.
Development
Currently, I use PHP 7.4 (maybe I will switch to PHP 8 soon) and follow a TDD approach. The program will store its data in a MySQL database that will be connected and accessed using the Doctrine DBAL. Goal of the PHP application is a RESTful API build with some web framework like Symphony or Laravel. This will be used by a frontend that won't be powered by PHP but (as of now) TypeScript and some fancy JavaScript framework like Angular, React or Vue.