Download the PHP package d3strukt0r/votifier-client without Composer

On this page you can find all versions of the php package d3strukt0r/votifier-client. 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?
d3strukt0r/votifier-client
Rate from 1 - 5
Rated 5.00 based on 1 reviews

Informations about the package votifier-client

Votifier Client (for PHP)

This php script allows easy using of the Bukkit plugin Votifier

Project

License Version Version (including pre-releases) Downloads on Packagist Required PHP version

master-branch (alias stable, latest)

GH Action CI/CD Coveralls Scrutinizer build status Scrutinizer code quality Codacy grade Docs build status

develop-branch (alias nightly)

GH Action CI/CD Coveralls Scrutinizer build status Scrutinizer code quality Codacy grade Docs build status

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

The full documentation can be found here.

Prerequisites

What things you need to install the software and how to install them

Installing

Add the client using Composer.

Usage

Simply create an object with all information

For the servers with the classic Votifier plugins:

For the servers which use the NuVotifier plugin (v1 protocol) (HINT: It's NOT the same as method 1):

For the servers which use the NuVotifier plugin with v2 protocol:

Finally, just send it.

Running the tests

Explain how to run the automated tests for this system

Break down into end-to-end tests

Run test scripts

Coding style tests and fixes

To check if the code follows the PSR-12 standard, the library PHP_CodeSniffer has been add to the development environment, but you can also download it separately from here and here.

To see what mistakes exist in the code run:

To fix the code:

This library already comes with php-cs-fixer but because it's impossible to set it up to follow the PSR-12 standard, it's not a requirement anymore. It's been left in the project only for additional styling information that might be applied. It can also be downloaded separately from here.

Code documentation

Install Python v3 from here.

Install Sphinx as documented here.

To build the docs:

Old Code documentation

You can also create a documentation with phpDocumentor. For that please downloaded at least v3+ for to work from here. And then you can just run it

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE.txt file for details

Acknowledgments


All versions of votifier-client with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1
ext-spl Version *
ext-date Version *
ext-hash Version *
ext-json Version *
ext-mbstring Version *
ext-openssl Version *
ext-pcre Version *
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 d3strukt0r/votifier-client contains the following files

Loading the files please wait ....