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
Inphinit 2.0
Inphinit is a PHP framework for use routes, controllers and views. To try it, go to:
- https://github.com/inphinit/inphinit/blob/master/README.md (English)
- https://github.com/inphinit/inphinit/blob/master/README-PT.md (Português)
Requirements
- PHP 5.4.0+, but it is recommended that you use PHP 8 due to PHP support issues, read: https://www.php.net/supported-versions.php
- Multibyte String (GD also) (optional, only used in
Inphinit\Utility\Strings
class) - libiconv (optional, only used in
Inphinit\Utility\Strings
class) - fileinfo (optional, only used in
Inphinit\Filesystem\File
)
Getting start
This repository is core code of the Inphinit framework, to build an application visit the main repository.
Inphinit is a minimalist framework based on the syntax of other popular frameworks, to make learning easier. The core of the framework is divided into two parts: Inphinit
and Inphinit\Experimental
.
Inphinit
namespace contains all defined classes that will hardly change their behavior.Inphinit\Experimental
namespace contains classes that are being designed and tested, some of them already work very well, others are not yet fully defined, if the class has all its functionalities defined and tested in the future it will be moved to theInphinit
namespace.
All versions of framework with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package inphinit/framework contains the following files
Loading the files please wait ....