juanelo / conbaise
Project Class for Coinbase API
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/juanelo/conbaise
Requires
- php: >=8.2
- another-vendor/package: 1.*
- vlucas/phpdotenv: *
This package is auto-updated.
Last update: 2025-12-28 04:47:06 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.