Download the PHP package diohz0r/cryptotrader without Composer

On this page you can find all versions of the php package diohz0r/cryptotrader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package cryptotrader

CryptoTrader

Synopsis

This command client is for search cryptocurrencies advertisements different web pages like Localbitcoins and localcryptos, it also allows you to search the best prices to sell your cryptos on Uphold for now.

More services and options will be available coming soon.

Installation

You will need only PHP 7.1 or above and composer to use this.

Clone or download the repo and run.

How to use

Localbitcoins

Suppose that you want to list all ads on localbitcoin.com payed in Euros just execute the following command.

This will order all the ads from the lowes price to the highest price in ascending order, that means that the last listed ads are the highest prices found.

Now if you want to filter the results for the top 15 ads with a price of 100 EUR execute the previous command as follows.

Localcryptos

For localcryptos the command is almost the same but you have to add the country ISO code as the first argument.

This command lists ETH as the default coin, but you can use all the coins listed in that platform. You only need to add the --coin (-n) option and the corresponding code.

Selling from Uphold

If you want to sell your Uphold card balance the script will look on each trading platform and will print the results as previous commands, you need to set at least the country and the currency to obtain, for instance to find the top 20 ads in Venezuela (VE) for obtain 10000 Bolivares Soberanos (VES) selling your BTC or ETH excluding the not compatible ads execute:


If you want to check the options available execute the console help.

If you want to check the options available for each command execute its help, for instance:

Versioning

In order to provide transparency on the release cycle and to maintain backward compatibility, this project is maintained under the Semantic Versioning guidelines. I am committed to following and complying with the rules, the best I can.

How to contribute

Want to file a bug, contribute some code, or improve documentation? Excellent! Follow up the guidelines for contributing

Issue Dashboard

If you want to know all the issues I'm dealing with right now or like to implement a new feature please take a look at the Issue Dashboard and look for areas in which you can help.

Pull Request Dashboard

If you want to give me a hand solving issues then great, take a look at the Pull Request Dashboard and check for an open or closed PR. I don’t want to duplicate efforts.

Commit Your Changes

For commits, I follow the Conventional Commit. This leads to more readable messages that are easy to follow when looking through the project history. But also, I use the git commit messages to automatically generate changelogs from these messages.

Please read and follow the guide provided by Conventional Commit project

Donations

Do you like our work and want to donate some cryptos?

I ask at least the amount of 0.0001 of BTC, DASH, ETH or LTC that can be sent to one of the following addresses

Thank you so much for your support!


All versions of cryptotrader with dependencies

PHP Build Version
Package Version
Requires php Version ^7.1.3 || ^8.0
ext-iconv Version *
ext-intl Version *
ext-json Version *
guzzlehttp/guzzle Version ^6.3
symfony/console Version ^4.0
symfony/dotenv Version ^4.0
symfony/flex Version ^1.0
symfony/framework-bundle Version ^4.0
symfony/yaml Version ^4.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package diohz0r/cryptotrader contains the following files

Loading the files please wait ....