Skip to content

Commit c21d356

Browse files
committed
Merge branch 'develop'
2 parents adad3ce + 8e3250f commit c21d356

File tree

5 files changed

+8
-15
lines changed

5 files changed

+8
-15
lines changed

.github/images/Pipes.png

107 KB
Loading

.github/images/pipes_banner.png

-60.7 KB
Binary file not shown.

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

3-
All notable changes to `:package_name` will be documented in this file.
3+
All notable changes to `Pipes` will be documented in this file.
44

5-
## 1.0.0 - 202X-XX-XX
5+
## 1.0.0 - 2021-06-06
66

77
- initial release

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) :vendor_name <author@domain.com>
3+
Copyright (c) jwhulette <jwhulette@gmail.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
1-
![Banner](.github/images/pipes_banner.png)
2-
3-
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.0-8892BF.svg?style=flat-square)](https://php.net/)
4-
5-
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/jwhulette/factory-generator/run-tests?label=tests)](https://github.com/jwhulette/factory-generator/actions?query=workflow%3Arun-tests+branch%3Amain)
6-
7-
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/jwhulette/factory-generator/Check%20&%20fix%20styling?label=code%20style)](https://github.com/jwhulette/factory-generator/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain)
8-
9-
[![Total Downloads](https://img.shields.io/packagist/dt/jwhulette/factory-generator.svg?style=flat-square)](https://packagist.org/packages/jwhulette/factory-generator)
1+
![Banner](.github/images/Pipes.png)
102

3+
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.0-8892BF.svg?style=flat-square)](https://php.net/) [![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/jwhulette/factory-generator/run-tests?label=tests)](https://github.com/jwhulette/factory-generator/actions?query=workflow%3Arun-tests+branch%3Amain) [![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/jwhulette/factory-generator/Check%20&%20fix%20styling?label=code%20style)](https://github.com/jwhulette/factory-generator/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain) [![Total Downloads](https://img.shields.io/packagist/dt/jwhulette/factory-generator.svg?style=flat-square)](https://packagist.org/packages/jwhulette/factory-generator)
114

125
# Pipes
136

@@ -18,7 +11,7 @@ Pipes is a PHP Extract Transform Load [ETL] package for Laravel or Laravel Zero
1811
You can install the package via composer:
1912

2013
```bash
21-
composer require jwhulette/factory-generator
14+
composer require jwhulette/pipes
2215
```
2316

2417
## Usage
@@ -63,11 +56,11 @@ or
6356
->run();
6457
```
6558

66-
##############################################################################
59+
-----------------------------------------------------------------------------
6760

6861
### Performance
6962

70-
Useing the datasets from the below link to test the library performance
63+
I used the datasets from the below link to test the library performance
7164

7265
[http://eforexcel.com/wp/downloads-18-sample-csv-files-data-sets-for-testing-sales/](https://eforexcel.com/wp/downloads-18-sample-csv-files-data-sets-for-testing-sales/)
7366

0 commit comments

Comments
 (0)