https://github.com/defro/boarding-cards
https://github.com/defro/boarding-cards
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/defro/boarding-cards
- Owner: defro
- Created: 2022-10-27T05:04:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T07:13:53.000Z (over 3 years ago)
- Last Synced: 2025-03-22T14:29:58.308Z (about 1 year ago)
- Language: PHP
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boarding cards test
This repository is **my answer** to a [test submit by Sprint Technology](./docs/task.md).
## Installation
This project needs PHP 8.1 or more and [Composer](https://getcomposer.org/).
```bash
composer install
```
## Usage
### Handle boarding cards data
Data of boarding cards come from a JSON file.
You can see some examples in folder [json](./json).
Feel free to edit, copy, customize these files.
### Execute script
```bash
php index.php
```