PHP code example of vangelis / todoordie
1. Go to this page and download the library: Download vangelis/todoordie 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/ */
vangelis / todoordie example snippets
use Vangelis\TodoOrDie\TodoOrDie;
TodoOrDie::check('Test task', '2023-01-01');
use Vangelis\TodoOrDie\TodoOrDie;
TodoOrDie::check('Test task', '2099-01-01');