Skip to content

Instantly share code, notes, and snippets.

View lukaskleinschmidt's full-sized avatar

Lukas Kleinschmidt lukaskleinschmidt

  • Aachen, Germany
  • 11:55 (UTC +02:00)
View GitHub Profile
@ostark
ostark / make-auth-json.php
Last active April 16, 2022 10:12
Creates auth.json from ENV vars
<?php
/**
* Example: Oauth with Github token
* php make-auth-json.php github-oauth.github.com GITHUB_TOKEN
*
* Example: Basic auth for private satis repo
* php make-auth-json.php http-basic.nova.laravel.com NOVA_USERNAME NOVA_PASSWORD
*/
// remove script name