Download the PHP package iamwizzdom/que without Composer

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

About Que Framework

Que is an evolving PHP framework focused on runtime speed. We believe PHP is much faster than people perceive it to be. Que has tried to unleash the full speed of PHP while still offering the simplicity of a typical framework making development fun and easy.

Frameworks create a layer on a programming language, making the language more friendly to use. Already existing PHP frameworks create this same layer on PHP. But one thing common with these PHP frameworks is that they place more priority on developer experience than runtime speed. Some of them even reduce PHP runtime speed by upto 30%, making people believe that PHP isn't fast enough.

What Que did

Que put a layer on PHP but retained it's runtime speed, by optimizing much background processing which tends to slowdown PHP.

Que makes development seem easy by beautifully implementing such common tasks such as:

We mentioned Que implementing multiple database connections, what do we mean by that? Well, Que has an infrastructure that allows you to connect to different database engines using a single query syntax. This means that you can build a system using multiple database engines and switch between them within your project. You can even, for instance, build a full project using MySQL and on production your boss asks that you move to using MongoDB, without having to rewrite your queries, all you have to do is switch Que's default database driver to MongoDB. However, for database engines that are currently not supported natively by Que, Que provides you with an interface you can use to write your own database drive, giving Que the ability to connect to all database engines supported by PHP using a single query syntax.

Que is organized, but still, Que adapts with disorganized developers. In other words, with Que's super-fast autoload engine, Que can locate your PHP files and include them in runtime no matter where you place these files within your project. This also makes it possible for Que to stand alone, which means that a single Que engine can power multiple projects at the same time.

Que is reliable, Que is fast, Que is PHP.


All versions of que with dependencies

PHP Build Version
Package Version
Requires php Version ^8.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 iamwizzdom/que contains the following files

Loading the files please wait ....