====== PHP ====== * [[https://www.dotkernel.com/dotkernel3/what-is-psr-7-and-how-to-use-it/|WHAT IS PSR-7 AND HOW TO USE IT]] * [[https://medium.com/@aaronweatherall/easy-psr-7-with-zend-diactoros-6bbd8217335f|Easy PSR-7 with Zend Diactoros]] * [[https://framework.zend.com/blog/2017-09-14-diactoros-emitters.html|Emitting Responses with Diactoros]] * [[https://linuxconfig.org/how-to-install-php-composer-on-debian-linux|How to Install PHP Composer On Debian Linux]] - to check! * [[https://www.codediesel.com/php/unpacking-binary-data/|Unpacking binary data in PHP]] ===== Laravel ===== * [[software:php:laravel|Мої записи]] * [[https://medium.com/@sorravitbunjongpean/using-phpstorm-with-laravel-with-autocompletion-ef73c4d5a740|Setting up PhpStorm for laravel with autocompletion]] * [[https://laravel-news.com/creating-helpers|Creating Your Own PHP Helpers in a Laravel Project]] * [[https://laravel-news.com/trusted-proxy|Laravel 5.5 Now Includes TrustedProxy]] * [[https://laravel-news.com/laravel-model-caching|Laravel Model Caching]] * [[https://habrahabr.ru/post/350778/|А как вы работаете с Laravel?]] * [[https://vuejsdevelopers.com/2018/02/05/vue-laravel-crud|The Ultimate Vue.js & Laravel CRUD Tutorial]] * [[https://codeburst.io/how-to-use-laravels-eloquent-efficiently-d46f5c392ca8|Using Laravel’s Eloquent Efficiently]] * [[https://itsolutionstuff.com/post/how-to-create-laravel-resource-controller-exampleexample.html|How to create Laravel Resource Controller example?]] * [[https://itsolutionstuff.com/post/laravel-5-repository-pattern-tutorial-from-scratchexample.html|Laravel 5 Repository Pattern Tutorial from scratch]] * [[https://laravel-news.com/laravel-model-events-getting-started|Getting Started with Laravel Model Events]] * [[https://laravel-news.com/eloquent-tips-tricks|20 Laravel Eloquent Tips and Tricks]] * [[https://laravel-news.com/five-useful-laravel-blade-directives|Five Useful Laravel Blade Directives]] * [[https://medium.com/@SlyFireFox/laravel-how-to-make-incident-logs-d7fa88e48490|Laravel — How to make incident logs]] * [[https://medium.com/@thesourav/organize-your-laravel-routes-for-better-and-maintainable-code-4ad9b76aed0f|Organize your Laravel routes for better and maintainable code]] * [[https://medium.com/@kouipheng.lee/laravel-eloquent-lazy-vs-eager-loaded-803852c59e1c|Laravel eloquent Lazy Vs. Eager Loaded]] * [[https://m.dotdev.co/using-the-messagesending-event-in-laravel-1bf81a14ddbe|Using the MessageSending event in Laravel]] * [[https://medium.com/employbl/build-an-api-with-laravel-5-7-b3aa16ca2e69|Build an API with Laravel 5.7]], [[https://medium.com/employbl/build-authentication-into-your-laravel-api-with-json-web-tokens-jwt-cd223ace8d1a|Build authentication into your Laravel API with JSON Web Tokens (JWT)]] * [[https://github.com/alexeymezenin/laravel-best-practices|Laravel best practices]] ===== Composer ===== * [[https://blog.martinhujer.cz/17-tips-for-using-composer-efficiently/|17 Tips for Using Composer Efficiently]] * [[https://blog.martinhujer.cz/have-you-tried-composer-scripts/|Have you tried Composer Scripts? You may not need Phing]] ===== Облака ===== * [[https://docs.aws.amazon.com/aws-sdk-php/v3/guide/guide/credentials.html|Как авторизоваться в AWS PHP SDK v3]] ===== Тестирование ===== * [[https://www.toptal.com/php/php-testing-with-codeception|Jumpstart Your PHP Testing with Codeception]] * [[https://robertbasic.com/blog/mockery-return-values-based-on-arguments/|Mockery return values based on arguments]] ===== Безпека ===== * [[https://deliciousbrains.com/php-encryption-methods/|PHP Encryption Methods for Passwords & Other Sensitive Data]] (Published Sep 18, 2018) * [[https://akrabat.com/migrating-to-password_verify/|Migrating to password_verify]]