Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

Commit 95ab248

Browse files
committed
add components
1 parent 9d52054 commit 95ab248

18 files changed

+1198
-38
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ nbproject
2222
# mac deployment helpers
2323
switch
2424
index
25+
26+
#php_cs
27+
.php_cs.cache

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
[![Total Downloads](https://img.shields.io/packagist/dt/2amigos/yii2-flysystem-component.svg?style=flat-square)](https://packagist.org/packages/2amigos/yii2-flysystem-component)
99

1010

11-
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what
12-
PSRs you support to avoid any confusion with users and contributors.
11+
TODO...
1312

1413
## Install
1514

@@ -21,9 +20,10 @@ $ composer require 2amigos/yii2-flysystem-component
2120

2221
## Usage
2322

23+
TODO...
24+
2425
```php
25-
$skeleton = new dosamigos\Skeleton();
26-
echo $skeleton->echoPhrase('Hello, Yii2!');
26+
2727
```
2828

2929
## Testing
@@ -40,7 +40,6 @@ We have added a PHP code fixer to standardize our code. It includes Symfony, PSR
4040
./vendor/bin/php-cs-fixer fix ./src --config .php_cs
4141
```
4242

43-
4443
## Contributing
4544

4645
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"gridfs",
1919
"rackspace",
2020
"sftp",
21-
"webdav"
21+
"webdav",
2222
"extension",
2323
"yii2-extension",
2424
"yii2-flysystem-component"
@@ -54,7 +54,10 @@
5454
"league/flysystem-gridfs": "^1.0",
5555
"league/flysystem-sftp": "^1.0",
5656
"league/flysystem-webdav": "^1.0",
57-
"league/flysystem-ziparchive": "^1.0"
57+
"league/flysystem-ziparchive": "^1.0",
58+
"league/flysystem-cached-adapter": "^1.0",
59+
"league/flysystem-replicate-adapter": "^1.0",
60+
"league/flysystem-azure": "^1.0"
5861
},
5962
"autoload": {
6063
"psr-4": {

composer.lock

Lines changed: 246 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)