An open API service indexing awesome lists of open source software.

https://github.com/jesperancinha/web-parser-csv

Web parser. Part of an old project of my archive. It's still in the making and checkin in it's raw left status
https://github.com/jesperancinha/web-parser-csv

Last synced: 7 months ago
JSON representation

Web parser. Part of an old project of my archive. It's still in the making and checkin in it's raw left status

Awesome Lists containing this project

README

          

# web-parser-php

---

[![Generic badge](https://img.shields.io/static/v1.svg?label=GitHub&message=Web%20Parser%20CSV&color=informational)](https://github.com/jesperancinha/web-parser-csv)

[![web-parser-csv](https://github.com/jesperancinha/web-parser-csv/actions/workflows/web-parser-csv.yml/badge.svg)](https://github.com/jesperancinha/web-parser-csv/actions/workflows/web-parser-csv.yml)

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/ddbd7356a80b4bd9ac37da877377a285)](https://www.codacy.com/gh/jesperancinha/web-parser-csv/dashboard?utm_source=github.com&utm_medium=referral&utm_content=jesperancinha/web-parser-csv&utm_campaign=Badge_Grade)

[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/ddbd7356a80b4bd9ac37da877377a285)](https://www.codacy.com/gh/jesperancinha/web-parser-csv/dashboard?utm_source=github.com&utm_medium=referral&utm_content=jesperancinha/web-parser-csv&utm_campaign=Badge_Coverage)
[![Coverage Status](https://coveralls.io/repos/github/jesperancinha/web-parser-csv/badge.svg?branch=master)](https://coveralls.io/github/jesperancinha/web-parser-csv?branch=master)
[![codecov](https://codecov.io/gh/jesperancinha/web-parser-csv/branch/master/graph/badge.svg?token=0RcRaxXSvh)](https://codecov.io/gh/jesperancinha/web-parser-csv)

[![GitHub language count](https://img.shields.io/github/languages/count/jesperancinha/web-parser-csv.svg)](#)
[![GitHub top language](https://img.shields.io/github/languages/top/jesperancinha/web-parser-csv.svg)](#)
[![GitHub top language](https://img.shields.io/github/languages/code-size/jesperancinha/web-parser-csv.svg)](#)

---

## Technologies used

Please check the [TechStack.md](TechStack.md) file for details.

## Introduction

A Web application developed in PHP to parse comma separated files (CSV).

## Install

```shell
brew install php
brew install phpunit
pecl install pcov
phpunit --generate-configuration
```

## How to run

```shell
cd src
php -S localhost:8000
```

## References

- [Setup PHP PCOV for 5 times faster PHPUnit code coverage](https://dev.to/swashata/setup-php-pcov-for-5-times-faster-phpunit-code-coverage-3d9c)

## About me

[![GitHub followers](https://img.shields.io/github/followers/jesperancinha.svg?label=Jesperancinha&style=for-the-badge&logo=github&color=grey "GitHub")](https://github.com/jesperancinha)