mchljams/gcia

PHP Library for the Google Civic Information API

0.0.1 2017-09-28 23:01 UTC

This package is not auto-updated.

Last update: 2024-04-14 02:13:24 UTC


README

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