Download the PHP package jordanbrauer/phelpers without Composer

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

PHelPers

Latest Stable Version Test Status

Maintenance Packagist PHP from Packagist composer.lock available license


A collection of random quality of life functions for PHP – a sort of toolbox.

Requirements

There are not many requirements for this library; infact, the only true requirement is PHP, but if you plan to contribute, having GNU Make installed will make for nicer dev experience than without.

Requirement Version
PHP ^7.2
Make (dev only) ^3.81

Installation

Nothing much to do but require the library in your own project's composer dependencies!

Once you have the library installed, head over to the list of available functions to shop around.

Development

  1. Start by cloning the project to your own machine.
  2. Move yourself into the newly cloned repository directory.
  3. Run make to install dev dependencies.

Usage

As mentioned in the Requirements section of this document, having GNU Make installed on your system will make for nice development experience while contributing. To get started, run Make without any targets or arguments:

And you will be greeted with the list of targets for this project!

Try Me

If you're not sure that this library is right for you, can "try before you buy". Start by the REPL packaged with the repository!

Using the functions is easy – just make sure that you preface your functions with the projects namespace first.

Available Functions

Array Functions

Number Functions

Object Functions

N/A

String Functions

Miscellaneous Functions


All versions of phelpers with dependencies

PHP Build Version
Package Version
Requires php Version ^7.2 || ^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 jordanbrauer/phelpers contains the following files

Loading the files please wait ....