Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ddrv/php-flysystem-macro-sd
https://github.com/ddrv/php-flysystem-macro-sd
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ddrv/php-flysystem-macro-sd
- Owner: ddrv
- License: mit
- Created: 2022-08-06T19:49:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-07T01:16:42.000Z (over 2 years ago)
- Last Synced: 2024-08-16T18:28:27.848Z (5 months ago)
- Language: PHP
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ddrv/flysystem-macro-sd
[league/flysystem](https://packagist.org/packages/league/flysystem) adapter for [ddrv/macro-sd](https://packagist.org/packages/ddrv/macro-sd)
# Install
Install this library, your favorite [psr-18](https://packagist.org/providers/psr/http-client-implementation) and [psr-7](https://packagist.org/providers/psr/http-factory-implementation) implementation
```bash
composer require ddrv/flysystem-macro-sd:^1.0
```# Usage
```php