Download the PHP package kriosmane/coinmarketcap-api without Composer
On this page you can find all versions of the php package kriosmane/coinmarketcap-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kriosmane/coinmarketcap-api
More information about kriosmane/coinmarketcap-api
Files in kriosmane/coinmarketcap-api
Package coinmarketcap-api
Short Description Laravel package for interacting with CoinMarketCap API
License BSD-3-Clause
Homepage https://github.com/kriosmane/coinmarketcap-api
Informations about the package coinmarketcap-api
Laravel CoinMarketCap API
A Laravel package for interacting with the CoinMarketCap API.
🚀 Installation
Laravel 11 requires PHP 8.1+ and Composer.
To install the latest version, run:
📌 Service Provider & Facade (Not Required for Laravel 11)
From Laravel 11, service providers and facades are auto-discovered. However, if you need to register them manually, add the following to your config/app.php
file:
Service Provider (Only if required)
Facade (Only if required)
⚙️ Configuration
Publish the configuration file using:
This will create a coinmarketcap.php
file in your config
directory.
Get your CoinMarketCap API Key from:
Then, add the key to your .env
file:
📖 Usage
You can start using the API in your controllers or services:
🤝 Contributing
Feel free to fork this repository and submit a pull request to enhance its functionality.
☕ How can I thank you?
If you found this package helpful, consider buying me a coffee!
☕ Buy me a coffee
⭐ Star the repo, share it on Twitter, or post about it on HackerNews. Spread the word!
Thank you!
Krios Mane
📜 License
Please see License File for more information.