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
- Host: GitHub
- URL: https://github.com/jesperancinha/web-parser-csv
- Owner: jesperancinha
- License: apache-2.0
- Created: 2015-11-22T15:43:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T13:08:34.000Z (about 1 year ago)
- Last Synced: 2025-01-21T21:32:15.063Z (9 months ago)
- Language: PHP
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# web-parser-php
---
[](https://github.com/jesperancinha/web-parser-csv)
[](https://github.com/jesperancinha/web-parser-csv/actions/workflows/web-parser-csv.yml)
[](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)
[](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)
[](https://coveralls.io/github/jesperancinha/web-parser-csv?branch=master)
[](https://codecov.io/gh/jesperancinha/web-parser-csv)[](#)
[](#)
[](#)---
## 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
[](https://github.com/jesperancinha)