PHP Using PHP's Typed Class Properties with PDO PHP’s PDO supports fetching result sets as objects, which when used in conjunction with the PostgreSQL driver or the MySQLnd driver can make use of typed properties.
PHP Using Laravel's scheduled tasks with systemd timers Laravel 5's scheduled tasks are very sueful for performing periodic work, but the documentation only explains how to use them with cron. In this post, we look at how to run them with systemd timers.