PHP code example of helip / annee-scolaire
1. Go to this page and download the library: Download helip/annee-scolaire library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
helip / annee-scolaire example snippets
$anneeScolaire = new AnneeScolaire('2021-2022');`
$anneeScolaire = new AnneeScolaire(new \DateTime('2022-12-29'));`