Download the PHP package g33kme/pquery without Composer

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

PQuery

PQuery is a simple PHP Wrapper for HTML/jQuery AJAX forms and links. Easy to use in your HTML views or templates.

You can also use PQuery for HTML Forms and Links to update content on your loaded page via AJAX. You can simply inject content with forms and links to your HTML content.

You can also use PQuery as server side form validator.

1. Installation: PQuery

This library is installable via Composer:

You can also simply manually include source/pquery.php from this repository to your project and use the PQuery PHP Class.

Requirements

This library requires PHP 7.1 or later and if you use Composer you need Version 2+.

You also need to add the jQuery Framework to your HTML template

3. How to use PQuery

Here we create a simple HTML Form where we can setup form elements that will be sent via PQuery to your ajax.php file.

Create an AJAX HTML Form

Attention! You can not create second PQUERY::form(); in an already create form. However, there is a trick, simply create a PQUERY::link(); in that form. To create an AJAX Link instead of a Form read below.

Create an AJAX Link

You can also create PQuery AJAX Links which you can also add in a form. Keep in mind that you can not add a form in a form, you can only add links in an AJAX Form.

Creating an ajax.php for our AJAX Form's and Link's

The output of your ajax.php will be injected via AJAX to your HTML Content.

🙏 Supporters

You own some Cardano ADA? Stake your ADA to our pool with ticker: GEEK
GeekMe Stake Pool


All versions of pquery with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1
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 g33kme/pquery contains the following files

Loading the files please wait ....