Download the PHP package xenji/prowlphp without Composer

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

ProwlPHP

Build Status endorse

License

The project source forked from Fenric had no license information. My modifications, which is a rewrite of 80-90% of the original source, are published under Apache 2.0 License. Read the LICENSE file for further information.

Requirements

Important

Versions below 1.0.0 support PHP 5.2, from release 1.0.0 on PHP 5.3 will be supported exclusively. You can use the 0.3.3 branch, if you really need support for PHP 5.2, but I will only handle bug related issues on that branch, no feature requests.

Using Composer

To install ProwlPHP with composer you simply need to create a composer.json in your project root and add:

Then run

You have now ProwlPHP installed in vendor/xenji/ProwlPHP

And an handy autoload file to include in you project in vendor/.composer/autoload.php

PEAR Channel

ProwlPHP can be installed from PEAR.

Documentation

This project is badly documented at the moment. The wiki at Fenric's repo has been switched off so I have to write the docs from the scratch. Please visit the wiki pages from time to time to get updates. In the meantime you can take a look at the example.php, located in the examples directory. This file shows the main functionality, but no extra stuff.

Please remember to you use your own API keys - in the examples and in the unit tests. Thank you for not spamming me.

Changelog

See the issues tab and the corresponding milestones for changelog information.


All versions of prowlphp with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.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 xenji/prowlphp contains the following files

Loading the files please wait ....