PHP framework, routes, controllers and views
- PHP 5.3.0+
- Multibyte String (GD also) (optional, only used in
Inphinit\Helper::toAscii
) - libiconv (optional, only used in
Inphinit\Helper::toAscii
) - fileinfo (optional, only used in
Inphinit\File::mime
)
This repository is core code of the Inphinit framework, to build an application visit the main repository.
Inhpinit 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.
To start the framework see the wiki:
- Auth
- Redirect
- ORM
- Unit testing