/storage-php-client

Primary LanguagePHPMIT LicenseMIT

storage-php-client

This is nonz250's storage api client.

Contributing

Feel free to submit a Pull Request. However, please run the make prod command and check the test content before submitting your Pull Request.

Development

We recommend using Docker for this project.

Make Commands

Initial Setup

make setup

Development Test

Testing under development.

make test

Code Fixer

make fix

Production Test

Test before you Pull Request.

make prod

How to use

For Example.

// TODO: Write sample code.