Skip to content

aleksei4er/parser-example

Repository files navigation

Parser example

This application is the task for example of parsing entities. Some kinds of design patterns are implemented. For example DDD and CQRS.

Environment installation

cd docker
docker-compose up -d

Application installation

cp .env.example .env
composer install
php bin/console app:create:site rbc
php bin/console app:parse:articles rbc

Demonstration

Look at the url http://127.0.0.1:81

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published