Skip to content

Instantly share code, notes, and snippets.

View luis-pinheiro's full-sized avatar

Luis Pinheiro luis-pinheiro

View GitHub Profile
composer global require "squizlabs/php_codesniffer=*"

Awesome PHP

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

Api Generator

  • Apigen - ApiGen is the tool for creating professional API documentation from PHP source code, similar to discontinued phpDocumentor/phpDoc.
  • phpDox - phpDox is the documentation generator for PHP projects. This includes, but is not limited to, API documentation.

Composer

@luis-pinheiro
luis-pinheiro / Print all variables snippet
Last active September 12, 2016 09:21
Joomla Snippets
<?php print_r($this);?>
@luis-pinheiro
luis-pinheiro / Print this
Created April 30, 2015 09:04
Print $this in joomla templates
<?php print_r($this);?>
{
// The tab key will cycle through the settings when first created
// Visit http://wbond.net/sublime_packages/sftp/settings for help
// sftp, ftp or ftps
"type": "sftp",
"save_before_upload": true,
"upload_on_save": false,
"sync_down_on_open": false,
@luis-pinheiro
luis-pinheiro / essential-gulp-plugins.md
Created May 10, 2015 18:05
essential-gulp-plugins
python -m SimpleHTTPServer
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<button onclick="random()">click</button>
<p id="aantal">ll</p>
@luis-pinheiro
luis-pinheiro / countries.php
Last active August 29, 2015 14:26 — forked from JeffreyWay/countries.php
Country Names + Codes
[
"United States" => "us",
"Afghanistan" => "af",
"Albania" => "al",
"Algeria" => "dz",
"American Samoa" => "as",
"Andorra" => "ad",
"Angola" => "ad",
"Anguilla" => "ai",
"Antarctica" => "aq",