Download the PHP package inphinit/framework without Composer
On this page you can find all versions of the php package inphinit/framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package framework
Getting started
This repository contains the core code of the Inphinit framework. To build an application, visit the main repository.
The core of the framework is divided into two parts: Inphinit and Inphinit\Experimental.
Inphinitnamespace contains all defined classes that will hardly change their behavior.Inphinit\Experimentalnamespace contains classes that are being designed and tested. Some of them already work very well, while others are still being defined. Once a class is stable and fully tested, it will be moved to theInphinitnamespace.
Contributing
Requirements:
- See currently supported PHP versions: https://www.php.net/supported-versions.php.
- Minimal PHP 5.4 (backward compatibility is maintained for users with upgrade limitations).
- Intl PHP extension to use
Inphinit\Utility\Stringsclass. - COM PHP extension or cURL PHP extension to use
Inphinit\Filesystem\Sizeclass.
Before submitting a pull-request, it's important to run LINT with the following command to check for potential errors:
In Windows environments (cmd) you should run the command:
All versions of framework with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package inphinit/framework contains the following files
Loading the files please wait ...