jesusvalera/berlin-anmeldung

There is no license information available for the latest version (dev-master) of this package.

Check for available Anmeldung appointments (apartment registration) in Berlin

dev-master 2022-07-22 23:22 UTC

This package is auto-updated.

Last update: 2024-03-23 03:12:50 UTC


README

Check for available Anmeldung appointment (apartment registration) in Berlin.

Installation

  1. Check you have a PHP version 8.0 or higher

  2. Require and install the dependencies

composer require jesusvalera/berlin-anmeldung
cd berlin-anmeldung
composer install
  1. Run the project
php anmeldung

Project structure

This is the project structure. See more about gacela here.

anmeldung-berlin
├── anmeldung         # Entry point of the application
│
├── src
│   └── Anmeldung
│       ├── Domain
│       │   └── ...
│       ├── AnmeldungFacade.php
│       └── AnmeldungFactory.php
│       ├── AnmeldungConfig.php
│
├── tests
│   └── ...
└── vendor
    └── ...