Download the PHP package rafaelgou/padl without Composer

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

PHP Aplication Distribution Licensing

What is PADL

A class to generate and validate licenses for a domain, restricting an expire date.

Demo and API

History

PADL is a originaly written in 2005 by Oliver Lillie under older PHP4, parked on PHPCLASSES site. You can find the original code as part as this distribution or directelly in PHP-Generate-PHP-application-license-keys.

You can see a quote about:

There are several solutions to help developers protecting the PHP software
of applications that they want to sell.

Usually the developers provide license keys with their software
that include information about the licensed code, enabled features,
authorized configuration of the environment on which it is being installed.

This helps the developers to limit the scope of usage of their
software according to the type of software license that their clients purchase.

This way the developers can use the same software distribution
for different configurations and prices and even trial versions.

This class provides a means to generate license keys that include encrypted
information about the clients PHP environment and even a way to send the keys
to the developers site so they can capture the client features and generate
upgraded keys that can enable more features for clients that pay the upgrade price.

Manuel Lemos (PHPCLASSES manteiner)

When I need to licence a PHP project, found this class and as it was so well written, it was very easy to update it to PH 5.2 and 5.3.

You can find more about the original author in:

TODO

A validator server is not yet implemented - code was not converted to PHP 5.2 and 5.3 - but in fact it could be done very easily with a webservice.

Instaling

Usage

On examples directory there are a many examples of basic usage. Run the examples under a web server.

To test under a localhost, use the parameter allowLocal=True.

To generate and validate the license the code MUST BE and MUST RUN under the domain to be validated.

You can store the license in a file, database, or even remotely.

Generate

Validate


All versions of padl with dependencies

PHP Build Version
Package Version
No informations.
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 rafaelgou/padl contains the following files

Loading the files please wait ....