Download the PHP package 90zlaya/php-library without Composer

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

PHP Library Logo

Description

PHP Library is a set of classes that contain the most useful attributes and methods that facilitate the development of Web applications. Project is open-sourced under MIT licence on GitHub. Available over Composer and Packagist.

Latest Stable Version Total Downloads Travis Build Status Coverage Status

Organization

Files and Folders

PHP Library League

PHP Library League represents group of developers making everything about PHP Library to be even richer. Since main goal for this library is to stay as lightweight as possible, some of the functionalities for development and testing are created as separate projects.

Every single one of these projects has detailed instructions on how to integrate them inside PHP Library. Pay close attention to match release version of PHP Library with release version of desired project.

Installation

There are two ways of using PHP Library. First one is to install it inside another project, let's say framework like CodeIgniter or Laravel. Second one is to install it for development. Here's detailed list of PHP versions supported.

PHP Production Development
7.0 Yes No
7.1 Yes No
7.2 Yes No
7.3 Yes Yes
7.4 Yes Yes

Production column shows on which versions PHP Library will work. \ Development column shows on which versions PHP Library will work for development.

Manual

If you want the stable version, get the latest release from the releases page.

Composer

Install stable library version by using standard commands.

GitHub

If you want to develop this library and use GitHub instead of manual download, just clone repository to your machine.

Development

Coding Standard

PHP Library has it's own coding standard inspired by CodeIgniter. To contribute to development of this project, you must follow this standard. PHP_CodeSniffer checks those rules for you in development versions of PHP Library.

If you want to find out more about specific rules, open phpcs.xml file.

Static Analysis

PHP Library has been tested with PHP Stan and approved as bug-free. It's recommended to run following command to check for bugs in project.

If you want to find out more about specific rules, open phpstan.neon file.

Unit Testing

PHP Library is covered with PHPUnit tests. They require outsource folder to perform specific tests.

If you want to find out more about specific rules, open phpunit.xml file.

Logo

Official PHP Library logo is designed by designseed.co - an unlimited custom graphic design service.


All versions of php-library with dependencies

PHP Build Version
Package Version
Requires php Version 7.*
phpoffice/phpspreadsheet Version 1.11.* || 1.16.*
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 90zlaya/php-library contains the following files

Loading the files please wait ....