gabrielmoura / flysystem-ipfs
Flysystem adapter for the ipfs
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/gabrielmoura/flysystem-ipfs
Requires
- php: >=5.5.0
- cloutier/php-ipfs-api: 0.0.6
- league/flysystem: 1.*
Requires (Dev)
- henrikbjorn/phpspec-code-coverage: ~1.0.1
- phpspec/phpspec: ^2.0.0
This package is auto-updated.
Last update: 2025-09-29 02:51:48 UTC
README
Este pacote tenta integrar o Laravel ao IPFS. Caso veja alguma melhoria não hesite em falar.
This package tries to integrate Laravel with IPFS. If you see any improvement, please don't hesitate to talk.
config/filesystems.php:
'ipfs' => [ 'driver' => 'ipfs', 'host' => env('IPFS_ADDRESS', 'http://127.0.0.1:5001/api/v0'), 'root' => env('IPFS_ROOT', '/laravel'), 'url' => env('IPFS_URL', 'https://cloudflare-ipfs.com/ipfs/'), ],