• HOME
  • POSTS
  • CONTACT
  • LINKS
  • LANGUAGES
    • English
    • Turkish

PHP

PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language. PHP scripts are executed on the server.

  • 1. 13/02/2020 Useful and interesting things to know
  • 2. 05/07/2019 Using preg_match to capture named sub-patterns with regex groups in PHP
  • 3. 05/06/2019 Copying Symfony application into docker container with multi-stage builds
  • 4. 04/06/2019 Using docker multi-stage builds to run composer install and copy application into PHP container image
  • 5. 01/06/2019 A simple example to read XML files with PHP
  • 6. 01/06/2019 Using private GitHub repositories with composer in Docker applications
  • 7. 01/06/2019 A simple explanation of OAuth2 flow for client_credentials and refresh_token grant type
  • 8. 24/05/2019 Formatting PHP-FPM and Nginx access logs as standardised JSON string in Docker environment
  • 9. 23/05/2019 Testing PHP-FPM without having a web server
  • 10. 23/05/2019 Using a named volume and a data container to share application data with PHP-FPM and Nginx Docker containers
  • 11. 04/05/2019 Converting all keys into snake case in multidimensional array with PHP
  • 12. 03/03/2019 String encryption and decryption on two way data flow machines with PHP Sodium
  • 13. 03/03/2019 Request message signing and verification with PHP Sodium
  • 14. 03/03/2019 String encryption and decryption on one way data flow machines with PHP Sodium
  • 15. 03/03/2019 String encryption and decryption on same machine with PHP Sodium
  • 16. 01/03/2019 Using Sodium to hash password within PHP applications
  • 17. 26/02/2019 Turning your monolith application into microservices with Strangler Pattern
  • 18. 15/01/2019 Specifications design pattern example in PHP
  • 19. 13/01/2019 Request message signing and verification with OpenSSL within Symfony APIs
  • 20. 09/01/2019 Decorator design pattern example in PHP
  • 21. 09/01/2019 Fluent Interface design pattern example in PHP
  • 22. 09/01/2019 Strategy design pattern example in PHP
  • 23. 09/01/2019 Iterator design pattern example in PHP
  • 24. 01/12/2018 Chain of Responsibility design pattern example with PHP
  • 25. 16/10/2018 Using X.509 client certificate authentication with PHP-FPM and Nginx
  • 26. 21/09/2018 Converting string to binary and binary to string with PHP
  • 27. 09/09/2018 Creating a worker and consumers for SQS queue messages within Symfony applications using PHP AWS SDK
  • 28. 08/09/2018 Creating Dead Letter Queue within Symfony applications using PHP AWS SDK
  • 29. 04/09/2018 Dealing with AWS SQS messages and queues within Symfony applications using PHP AWS SDK
  • 30. 31/07/2018 Creating a SSH server with OpenSSH by using docker-compose and connecting to it with PHP
  • 31. 26/06/2018 Uploading files to AWS S3 buckets within Symfony application using PHP AWS SDK
  • 32. 20/06/2018 Converting text to speech with AWS Polly within Symfony application using PHP AWS SDK
  • 33. 19/06/2018 Using PHPStan for static code analysis within PHP applications
  • 34. 16/06/2018 Format money for given currency
  • 35. 13/06/2018 Downloading files from AWS S3 buckets within Symfony application using PHP AWS SDK
  • 36. 12/06/2018 Create an image from text, font and another image with PHP
  • 37. 05/06/2018 Installing PHP7 and disabling Apache on Mac Sierra
  • 38. 14/04/2018 Profiling and visualising PHP applications with xdebug profiler, cachegrind and qcachegrind
  • 39. 07/04/2018 Getting microseconds, milliseconds and nanoseconds then converting them back to current time with PHP
  • 40. 05/04/2018 Sending emails with AWS SES within Symfony application using PHP AWS SDK
  • 41. 05/04/2018 String encryption and decryption with OpenSSL in PHP
  • 42. 12/02/2018 The difference between ternary and null coalescing operators in PHP
  • 43. 13/10/2017 Using psr-4 standard in composer autoload to implement class namespace
  • 44. 07/10/2017 Terminating running commands or processes properly with ctrl+c and kill command
  • 45. 15/09/2017 Facade design pattern example in PHP
  • 46. 15/09/2017 Adapter design pattern example in PHP
  • 47. 01/09/2017 S.O.L.I.D. Open/Closed principle
  • 48. 01/09/2017 S.O.L.I.D. Single Responsibility principle
  • 49. 01/09/2017 S.O.L.I.D. Liskov Substitution principle
  • 50. 01/09/2017 S.O.L.I.D. Dependency Inversion principle
  • 51. 01/09/2017 S.O.L.I.D. Interface Segregation principle
  • 52. 15/03/2017 Generating a RFC 4211 compliant valid UUID or GUID string with PHP
  • 53. 09/12/2016 Creating a standalone composer.json library or package
  • 54. 29/10/2016 Creating a toggleable treeview with PHP and jQuery
  • 55. 29/10/2016 Creating a treeview with PHP
  • 56. 28/10/2016 Generating a cryptographically secure random token with PHP
  • 57. 28/10/2016 Validate latitude and longitude with preg_match in PHP
  • 58. 28/10/2016 Listing all files and folder in a given folder with PHP
  • 59. 23/10/2016 Creating a simple PHP MVC or framework application from scratch
  • 60. 19/02/2016 Creating friendly ID from integer values in symfony
  • 61. 13/02/2016 The standards and practises that I follow
  • 62. 15/01/2016 Replacing only the beginning of a string with preg_replace if it starts with a specific string
  • 63. 12/01/2016 Function to generate a credit card like random ID
  • 64. 08/01/2016 Sorting multidimensional array by two different keys or values depending on priority
  • 65. 30/12/2015 Curl command example with Basic Authentication
  • 66. 16/10/2015 Keeping two scale or decimal digits of a values without rounding it
  • 67. 11/10/2015 Prevent hotlinking to files with htaccess if the user is not logged in
  • 68. 11/10/2015 Converting integer values to unique codes and inversing
  • 69. 04/08/2015 Finding a specific pattern in a string and replacing it with something else by using preg_replace
  • 70. 08/05/2015 Modifying a string with preg_replace function
  • 71. 05/02/2015 How to set the 'date.timezone' in php.ini file
  • 72. 11/11/2014 Installing phpunit globally on Ubuntu
  • 73. 27/09/2014 Sending GET and POST requests with cURL to an end-point from command line
  • 74. 04/02/2014 Writing LDAP applications with PHP
  • 75. 14/07/2013 String encryption and decryption example
  • 76. 18/02/2013 A simple CURL example with authentication


© 2014 ‐ 2023 inanzzz.com | Privacy Policy