hugol/use-case

use case for Sprint Technology

dev-main 2023-06-30 18:46 UTC

This package is auto-updated.

Last update: 2024-12-30 02:34:00 UTC


README

Use case for Sprint Technology

Installation

execute the following command in your directory

composer require hugol/use-case:dev-main

setup

require vendor/autoload.php in your index.php then use Hugol\UseCase\BoardingCardManager

new BoardingCardManager('your-file.extension')

Your file need to be at the root of your project file extension supported: PHP, JSON

Exemple of file:

<?php
return [
    ['from' => '', 'to' => '', 'seat' => '', 'type' => ''],
];

data format