File tree Expand file tree Collapse file tree 5 files changed +8
-15
lines changed
Expand file tree Collapse file tree 5 files changed +8
-15
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) : vendor_name < author@domain .com>
3+ Copyright (c) jwhulette < jwhulette@gmail .com>
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 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
1811You can install the package via composer:
1912
2013``` bash
21- composer require jwhulette/factory-generator
14+ composer require jwhulette/pipes
2215```
2316
2417## Usage
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
You can’t perform that action at this time.
0 commit comments