juanelo/conbaise

Project Class for Coinbase API

Maintainers

Package info

github.com/Juanelo53/Coinbase-API-PHP

pkg:composer/juanelo/conbaise

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

dev-main 2023-11-27 23:48 UTC

This package is auto-updated.

Last update: 2026-04-28 05:29:15 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.