Initial commit
parents
Showing
composer.json
0 → 100644
| { | ||
| "name": "theowl/attachments-client", | ||
| "description": "A wrapper to access attachments server HTTP API", | ||
| "autoload": { | ||
| "psr-4": { | ||
| "AttachmentsClient\\": "src/" | ||
| } | ||
| } | ||
| } | ||
| \ No newline at end of file |
src/AttachmentsClient.php
0 → 100644
Please
register
or
sign in
to comment