Y
Hacker News
new
|
ask
|
show
|
jobs
by
Gigablah
4359 days ago
Hm, I wonder if I can marry this with Flysystem (
https://github.com/thephpleague/flysystem
) so I can use PHP builtin functions rather than being tied to their API.
Maybe I'll give it shot!
1 comments
jlogsdon
4359 days ago
You
can
use PHP built-in functions. Check out the readme. The API is shown alongside using functions like file_put_contents and require.
link
Gigablah
4359 days ago
I know, I'm referring to using those built-in functions in place of Flysystem's API. Basically a proxy.
link