/lib

PHP librery

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

Lib

PHP librery

Instalación

composer.json

	{
	        "require" : {
	                "cortadoverde/Lib" : "dev-master"
	        },
	        "repositories": [
	        {
	            "type": "vcs",
	            "url":  "https://github.com/cortadoverde/Lib.git"
	        }
	    ]
	}