Skip to content

Instantly share code, notes, and snippets.

@AMoktar
AMoktar / deployment_guide.md
Created October 10, 2023 11:54 — forked from vicgonvt/deployment_guide.md
Deployment Guide for Ubuntu Server from Scratch with Laravel
@vicgonvt
vicgonvt / deployment_guide.md
Last active March 17, 2024 06:51
Deployment Guide for Ubuntu Server from Scratch with Laravel
@hubgit
hubgit / AmazonClient.php
Last active March 4, 2022 02:55
PHP client for Amazon's Product Advertising API
<?php
date_default_timezone_set('UTC');
// Create keys at https://console.aws.amazon.com/iam/home?#security_credential
class AmazonClient {
/** @var cURL */
public $curl;