Download the PHP package haphan/php-rage4dns without Composer

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

Rage4 DNS - Console Tool & PHP Library

SensioLabsInsight Scrutinizer Code Quality

This PHP5.3+ library helps you to interact with the Rage4 DNS API via PHP or Console.

The Rage4 DNS is fast, reliable and cost effective authoritative name servers service designed for high availability and performance. Read more

Who use this?

Prerequisites

This library requires git, curl, php and composer.phar.

To install composer, execute following command.

Stand-alone console tool installation

If you are to use this as a CLI tool only (most likely for system administrators), follow these steps. Otherwise see PHP library installation.

Make sure you have composer.phar and git installed before execute following command.

Modify credentials.yml to include your email and API key. Finally verify installation by execute command

PHP library installation

This library can be found on Packagist.

The recommended way to install this is through composer.

Or edit composer.json and add:

Protip: To install latest dev release, you should browse the haphan/php-rage4dns

And install dependencies:

Now you can add the autoloader, and you will have access to the library:

Compatibility

The library follows PSR-4 autoloading standard.

Compatible with all PSR-enabled frameworks and libaries, such as Symfony2, Zend Framework 2, Laravel, Phalcon.

Console commands - CLI

To use the Command line interface, you need to copy and rename the credentials.yml.dist file to credentials.yml in your project directory, then add your own Email and API key:

If you want to use another credential file just add the option --credentials="/path/to/file" to command.

Available commands for domains

Available commands for records

Available commands for usage

PHP API Usage

Construct $rage4 client instance
Domains related api
Records related api

Credits

Contributing

Please see CONTRIBUTING for details.

Acknowledgments

This project is built on top of following libraries.

Todos


All versions of php-rage4dns with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.0
ext-curl Version *
symfony/console Version ~2.4
guzzle/guzzle Version ~3.8
symfony/yaml Version ~2.4
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 haphan/php-rage4dns contains the following files

Loading the files please wait ....