Skip to content
/ gcia Public

PHP Library for the Google Civic Information API

Notifications You must be signed in to change notification settings

mchljams/gcia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Library for the Google Civic Information API

Lorem Ipsum

How To Use

Lorem Ipsum

Unit Tests

Run Unit Tests

Change directory to the root of this package and run:

./vendor/bin/phpunit

Run Unit Tests With HTML Coverage Report

(xdebug required)

./vendor/bin/phpunit --coverage-html coverage

Code Linting

Using PHP_CodeSniffer

Developed using the PSR-2 Standard

./vendor/bin/phpcs --standard=PSR2 ./src