Skip to content

Instantly share code, notes, and snippets.

@Gufran
Gufran / README.md
Created September 6, 2017 12:17 — forked from joelthompson/README.md
Vault Auth
@Gufran
Gufran / apib2httpsnippets
Last active December 4, 2015 07:03 — forked from betamax/apib2httpsnippets
A ruby script to convert an HTTP blueprint JSON file into multiple HAR files and then convert those HAR files in to code snippets using httpsnippet
#!/usr/bin/env ruby
# ./apib2httpsnippets
# Author: Max Novakovic
# Email: max@lateral.io
require 'awesome_print'
require 'json'
require 'fileutils'
require 'uri'
@Gufran
Gufran / Makefile
Last active September 9, 2015 17:54 — forked from isaacs/Makefile
# Hello, and welcome to makefile basics.
#
# You will learn why `make` is so great, and why, despite its "weird" syntax,
# it is actually a highly expressive, efficient, and powerful way to build
# programs.
#
# Once you're done here, go to
# http://www.gnu.org/software/make/manual/make.html
# to learn SOOOO much more.
Provides admin skeleton for application
Components are built as module
Each module has
Public routes
Admin routes
Custom settings routes
File based config
Database based settings

Awesome PHP

A list of amazingly awesome PHP libraries, resources and shiny things.

Composer