Download the PHP package crypto-technology/laravel-cryptocurrency without Composer
On this page you can find all versions of the php package crypto-technology/laravel-cryptocurrency. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download crypto-technology/laravel-cryptocurrency
More information about crypto-technology/laravel-cryptocurrency
Files in crypto-technology/laravel-cryptocurrency
Package laravel-cryptocurrency
Short Description Laravel provider to have all cryptocurrency infos in a single package without using a database.
License GPL-3.0
Homepage https://cryptotech.srl
Informations about the package laravel-cryptocurrency
Laravel Cryptocurrency package
Laravel provider to have all cryptocurrency infos in a single package without using a database.
Installation
Laravel 5.5+
If you don't use auto-discovery, add the ServiceProvider
to the providers array in config/app.php
:
If you want to use the facade, add the Facade
to the facades array in config/app.php
:
Copy the package config to your local config with the publish command:
Lumen
Configure the Service Provider and alias:
Copy the configuration file to /config/cryptocurrency.php
if you wish to override it.
Usage
First, make sure that interested cryptocurrency is enabled in your /config/cryptocurrency.php
config file.
All methods available on \CryptoTech\Cryptocurrency\Cryptocurrency
class can be used in this package.
More information can be found in the \CryptoTech\Cryptocurrency\CryptocurrencyInterface
interface PhpDocumentation.
The \CryptoTech\Cryptocurrency\Cryptocurrency
class contains, in addition to the get methods, also set methods (only for description and for project, explorer and sourcecode urls), which allow you to momentarily overwrite the default values.
Changelog
Please see the CHANGELOG for more information on what has changed recently.
Testing
Contributing
Your help is always welcome! Feel free to open issues, ask questions, talk about it and discuss this tool.
Of course there are some code of conduct, which I invite you to check out.
For all other contributions, see below.
After every code changes, but before submit your pull request, please apply Php Cs Fixer code fixing:
Security
The CryptoTech\Laravel
package will be checked for security vulnerabilities using Roave Security Advisories checker.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Code
cloc | github.com/AlDanial/cloc v 1.80 T=0.50 s (28.0 files/s, 1564.0 lines/s) |
---|
Language | files | blank % | comment % | code | scale | 3rd | gen. | equiv |
---|---|---|---|---|---|---|---|---|
Markdown | 3 | 28.08 | 0.00 | 146 | 1 | 146 | ||
PHP | 6 | 11.57 | 53.71 | 117 | 3.5 | 409.5 | ||
JSON | 1 | 0.00 | 0.00 | 97 | 2.5 | 242.5 | ||
YAML | 3 | 12.20 | 2.44 | 70 | 0.9 | 63 | ||
XML | 1 | 7.94 | 26.98 | 41 | 1.9 | 77.9 | ||
-------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |
SUM: | 14 | 14.19 | 25.58 | 471 | x | 1.99 | = | 938.90 |
Credits
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
License
The GNU General Public License version 3. Please see the license file for more information. This work GNU GPL v3.
All versions of laravel-cryptocurrency with dependencies
crypto-technology/cryptocurrency Version ^0.2
illuminate/support Version 5.6.*|5.7.*|5.8.*