jesusvalera / berlin-anmeldung
Check for available Anmeldung appointments (apartment registration) in Berlin
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Language:HTML
Requires
- php: ^8.0
- ext-dom: *
- dbrekelmans/bdi: ^1.0
- gacela-project/gacela: ^0.23.1
- php-webdriver/webdriver: ^1.12
- symfony/css-selector: ^6.0
- symfony/dom-crawler: ^6.0
- symfony/panther: ^2.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.9
- phpunit/phpunit: ^9.5
- roave/security-advisories: dev-latest
- symfony/var-dumper: ^5.4
- vimeo/psalm: ^4.24
This package is auto-updated.
Last update: 2024-10-23 04:21:50 UTC
README
Check for available Anmeldung appointment (apartment registration) in Berlin.
Installation
-
Check you have a PHP version 8.0 or higher
-
Require and install the dependencies
composer require jesusvalera/berlin-anmeldung
cd berlin-anmeldung
composer install
- 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
└── ...