Download the PHP package pclzip/pclzip without Composer

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

// -------------------------------------------------------------------------------- // PclZip 2.8.2 - readme.txt // -------------------------------------------------------------------------------- // License GNU/LGPL - August 2009 // Vincent Blavet - [email protected] // http://www.phpconcept.net // -------------------------------------------------------------------------------- // $Id: readme.txt,v 1.60 2009/09/30 20:35:21 vblavet Exp $ // --------------------------------------------------------------------------------

0 - Sommaire

1 - Introduction
2 - What's new
3 - Corrected bugs
4 - Known bugs or limitations
5 - License
6 - Warning
7 - Documentation
8 - Author
9 - Contribute

1 - Introduction

PclZip is a library that allow you to manage a Zip archive.

Full documentation about PclZip can be found here : http://www.phpconcept.net/pclzip

2 - What's new

Version 2.8.2 :

3 - Corrected bugs

Corrected in Version 2.0 :

4 - Known bugs or limitations

Please publish bugs reports in SourceForge : http://sourceforge.net/tracker/?group_id=40254&atid=427564

In Version 2.x :

5 - License

Since version 1.1.2, PclZip Library is released under GNU/LGPL license. This library is free, so you can use it at no cost.

HOWEVER, if you release a script, an application, a library or any kind of code using PclZip library (or a part of it), YOU MUST :

6 - Warning

This library and the associated files are non commercial, non professional work. It should not have unexpected results. However if any damage is caused by this software the author can not be responsible. The use of this software is at the risk of the user.

7 - Documentation

PclZip User Manuel is available in English on PhpConcept : http://www.phpconcept.net/pclzip/man/en/index.php A Russian translation was done by Feskov Kuzma : http://php.russofile.ru/ru/authors/unsort/zip/

8 - Author

This software was written by Vincent Blavet ([email protected]) on its leasure time.

9 - Contribute

If you want to contribute to the development of PclZip, please contact [email protected]. If you can help in financing PhpConcept hosting service, please go to http://www.phpconcept.net/soutien.php


All versions of pclzip 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 pclzip/pclzip contains the following files

Loading the files please wait ....