Download the PHP package satrobit/wikiseda without Composer

On this page you can find all versions of the php package satrobit/wikiseda. 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 wikiseda

wikiseda

A simple tool to download a signers whole archive from wikiseda.com

Installation

Install via Composer:

composer global require satrobit/wikiseda

Usage

Search

Command:

wikiseda search shadmehr
Arguments: name Description
query Search Query
Options: name Description Default Value
type Type of the result artist
page Custom result page 0
order Custom result order top

Result:

+-------+-----------------+--------+--------+
| ID    | Name            | Albums | Tracks |
+-------+-----------------+--------+--------+
| 76    | Shadmehr        | 26     | 970    |
| 13581 | Shadmehr Aghili | 0      | 3      |
| 12506 | Shadmehr Nasiri | 0      | 2      |
| 14824 | Shadmehr Jafari | 0      | 3      |
| 3793  | Shadmehr Jalali | 0      | 11     |
| 7857  | Shadmehr Barati | 0      | 1      |
| 22879 | Mohsen Shadmehr | 0      | 4      |
| 26192 | Shadmehr Jamali | 0      | 1      |
+-------+-----------------+--------+--------+

Artists archive

Command:

wikiseda artist 76
Arguments: name Description
artist Artist ID
Options: name Description Default Value
type Type of the result album
page Custom result page 0
order Custom result order top

Result:

+-------+--------------------------+-------+------------+
| ID    | Album                    | Type  | Date       |
+-------+--------------------------+-------+------------+
| 22707 | Tasvir                   | album | 2018-02-19 |
| 21861 | Tajrobeh Kon             | album | 2016-12-19 |
| 5811  | Tarafdar                 | album | 2012-07-22 |
| 571   | Live In Concert Dubai    | album | 2011-03-24 |
| 487   | Antique                  | album | 2010-03-19 |
| 230   | Taghdir                  | album | 2009-03-20 |
| 231   | Sebab                    | album | 2008-03-19 |
| 484   | Pop Corn                 | album | 2006-03-19 |
| 488   | Talafi                   | album | 2005-03-19 |
| 485   | Adam Forosh              | album | 2004-03-18 |
| 476   | Dori Va Pashimani        | album | 2003-03-19 |
| 5921  | Naghmehaye Mashreghi     | album | 2002-03-19 |
| 497   | Khiali Nist              | album | 2002-03-19 |
| 481   | Adamo Hava               | album | 2001-03-19 |
| 2930  | Mashgh Sokoot            | album | 2000-03-18 |
| 486   | Pare Parvaz              | album | 2000-03-18 |
| 483   | Fariba                   | album | 2000-03-18 |
| 479   | Dehati                   | album | 1999-03-19 |
| 478   | Mosafer                  | album | 1998-03-19 |
| 482   | Bahare Man               | album | 1997-03-19 |
| 20202 | Remix                    | album | 2014-09-24 |
| 6361  | VERJEN PIANO ALBUM PIANO | album | 2012-08-01 |
| 5920  | Albume Moshtarek         | album | 1998-03-19 |
| 9869  | Rage Khaab               | album |            |
| 2929  | Sham Ghariban            | album |            |
+-------+--------------------------+-------+------------+

Download (the fun part)

Command:

wikiseda download 76
Arguments: name Description
artist Artist ID
Options: name Description Default Value
output Directory to store music files output/
concurrent Number of concurrent workers 4

Result:

486/486 [============================]   100%

Note

There are a few options on each command which helps you to tailor this tool to your needs. Use the --help option to find out about them.

License

This project is released under the MIT License.


All versions of wikiseda with dependencies

PHP Build Version
Package Version
Requires symfony/console Version ~3.0
guzzlehttp/guzzle Version ~6.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 satrobit/wikiseda contains the following files

Loading the files please wait ...