Skip to content

Instantly share code, notes, and snippets.

@hoekstramenno
hoekstramenno / BookingByYearSequenceGenerator.php
Last active April 9, 2019 08:52
BookingNumber By Year Generator. Creates unique incremental invoice numbers ; inspired by Sylius
<?php
namespace App\BookingNumbers;
use App\Interfaces\BookingNumberGeneratorInterface;
use App\Interfaces\BookingNumberSequenceInterface;
/**
* Generates an unique Booking number with the format <current year>0000
* The sequence is divided by year in the order_sequence table and incremented with each order