From 57d184d06cb94e4f487ca23cbcc5785c7f558691 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 4 Mar 2022 19:05:49 +0000 Subject: [PATCH] content: add initial landing page --- source/_pages/things-should-know-php.md | 43 +++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 source/_pages/things-should-know-php.md diff --git a/source/_pages/things-should-know-php.md b/source/_pages/things-should-know-php.md new file mode 100644 index 00000000..a97cea76 --- /dev/null +++ b/source/_pages/things-should-know-php.md @@ -0,0 +1,43 @@ +--- +title: Things you should know about PHP +--- + +Thanks for attending my talk on [Things you should know about PHP](/talks/things-you-should-know-about-php). + +## Resources + +- [Composer](https://getcomposer.org) - dependency manager +- [Drupal](https://www.drupal.org) - content management system +- [Jigsaw](https://jigsaw.tighten.co) - static site generator +- [Laravel](https://laravel.com) - framework +- [Nomad PHP](https://nomadphp.com) - online user group +- [PHP official images on Docker Hub](https://hub.docker.com/_/php) +- [PHPStan](https://phpstan.org) - static analysis tool +- [PHPUnit](https://phpunit.de) - testing framework +- [Pest](https://pestphp.com) - testing framework +- [Psalm](https://psalm.dev) - static analysis tool +- [Sculpin](khttps://sculpin.io) - static site generator +- [WordPress](https://wordpress.org) - content management system +- [php.net](https://www.php.net) - online documentation +- [php[architect]](https://www.phparch.com) - online magazine + +## Books + +- [Laravel: Up & Running](https://www.oreilly.com/library/view/laravel-up/9781492041207) +- [Symfony: The Fast Track](https://symfony.com/book) + +## Videos + +- [Codecourse](https://codecourse.com) +- [How to Code Well](https://www.howtocodewell.net) +- [Laracasts](https://laracasts.com) +- [SymfonyCasts](https://symfonycasts.com) + +## Podcasts + +- [How to Code Well podcast](https://howtocodewell.fm) +- [PHPUgly](https://www.phpugly.com) +- [Talking Drupal](https://talkingdrupal.com) +- [The Laravel Podcast](https://laravelpodcast.com) +- [The PHP Roundtable](https://phproundtable.com) +- [Voices of the elePHPant](https://voicesoftheelephpant.com)