Download the PHP package ddrv/extra-pack without Composer

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

Packagist Downloads License PHP

ExtraPack

Extras for pack() and unpack() functions.

Install

Usage

Format

Elements are separated by a slash

Examples:

Format Key Result
A6name name string with length 6
Coffset:2000 offset Number from 0 to 255 + 2000

Format characters

Currently implemented formats are:

Character Is extras Description Support from PHP version Number Added
@ No NUL-fill to absolute position 5.0 Position No using
~ Yes NUL-ended string 5.0 No using No using
Z No NUL-padded string 5.5.0 Length of string No using
x No NUL byte 5.0 Count iterations No using
X No Back up one byte 5.0 Length of reserved string No using
a No NUL-padded string 5.0 Length of string may be * No using
A No SPACE-padded string 5.0 Length of string may be * No using
h No Hex string, low nibble first 5.0 No using No using
H No Hex string, high nibble first 5.0 No using No using
c No signed char 5.0 No using Added number
C No unsigned char 5.0 No using Added number
s No signed short (always 16 bit, machine byte order) 5.0 No using Added number
S No unsigned short (always 16 bit, machine byte order) 5.0 No using Added number
n No unsigned short (always 16 bit, big endian byte order) 5.0 No using Added number
v No unsigned short (always 16 bit, little endian byte order) 5.0 No using Added number
m Yes signed medium (always 24 bit, machine byte order) 5.0 No using Added number
M Yes unsigned medium (always 24 bit, machine byte order) 5.0 No using Added number
l No signed long (always 32 bit, machine byte order) 5.0 No using Added number
L No unsigned long (always 32 bit, machine byte order) 5.0 No using Added number
N No unsigned long (always 32 bit, big endian byte order) 5.0 No using Added number
V No unsigned long (always 32 bit, little endian byte order) 5.0 No using Added number
q No signed long long (always 64 bit, machine byte order) 5.6.3 No using Added number
Q No unsigned long long (always 64 bit, machine byte order) 5.6.3 No using Added number
J No unsigned long long (always 64 bit, big endian byte order) 5.6.3 No using Added number
P No unsigned long long (always 64 bit, little endian byte order) 5.6.3 No using Added number
i No signed integer (machine dependent size and byte order) 5.0 No using Added number
I No unsigned integer (machine dependent size and byte order) 5.0 No using Added number
f No float (machine dependent size and representation) 5.0 No using Added number
g No float (machine dependent size, little endian byte order) 7.0.15, 7.1.1 No using Added number
G No float (machine dependent size, big endian byte order) 7.0.15, 7.1.1 No using Added number
d No double (machine dependent size and representation) 5.0 No using Added number
e No double (machine dependent size, little endian byte order) 7.0.15, 7.1.1 No using Added number
E No double (machine dependent size, big endian byte order) 7.0.15, 7.1.1 No using Added number
t Yes signed tiny rounded (always 8 bit, machine byte order) 5.0 Number of digits after the decimal point Added number
T Yes unsigned tiny rounded (always 8 bit, machine byte order) 5.0 Number of digits after the decimal point Added number
o Yes signed short rounded (always 16 bit, machine byte order) 5.0 Number of digits after the decimal point Added number
O Yes unsigned short rounded (always 16 bit, machine byte order) 5.0 Number of digits after the decimal point Added number
r Yes signed medium rounded (always 24 bit, machine byte order) 5.0 Number of digits after the decimal point Added number
R Yes unsigned medium rounded (always 24 bit, machine byte order) 5.0 Number of digits after the decimal point Added number
b Yes signed big rounded (always 32 bit, machine byte order) 5.0 Number of digits after the decimal point Added number
B Yes unsigned big rounded (always 32 bit, machine byte order) 5.0 Number of digits after the decimal point Added number

All versions of extra-pack with dependencies

PHP Build Version
Package Version
Requires php Version >=5.0.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 ddrv/extra-pack contains the following files

Loading the files please wait ....