juanelo / conbaise
Project Class for Coinbase API
dev-main
2023-11-27 23:48 UTC
Requires
- php: >=8.2
- another-vendor/package: 1.*
- vlucas/phpdotenv: *
This package is auto-updated.
Last update: 2024-10-28 01:51:50 UTC
README
Simple Class for API Coinbase in PHP 8.2
This class uses the Coinbase API.
You will be responsible for providing your Coinbase API Key by creating a ".env" file in the main directory with the content "COINBASE_API_KEY=KEY".
Remember that you must have the 'src' folder in your main directory to correctly load the '.env' file. Example: 'Project Main Directory - src'.
Remember to run "composer update" in your project's terminal before testing the project.