2017 © Pedro PelĂĄez
 

library framework

A framework for easy creation of routes

image

inphinit/framework

A framework for easy creation of routes

  • Monday, June 11, 2018
  • by brcontainer
  • Repository
  • 1 Watchers
  • 3 Stars
  • 61 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 27 % Grown

The README.md

Inphinit 2.0

Inphinit is a PHP framework for use routes, controllers and views. To try it, go to:, (*1)

  • https://github.com/inphinit/inphinit/blob/master/README.md (English)
  • https://github.com/inphinit/inphinit/blob/master/README-PT.md (PortuguĂȘs)

Requirements

  1. 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
  2. Multibyte String (GD also) (optional, only used in Inphinit\Utility\Strings class)
  3. libiconv (optional, only used in Inphinit\Utility\Strings class)
  4. fileinfo (optional, only used in Inphinit\Filesystem\File)
  5. COM or CUrl (optional, only used in Inphinit\Filesystem\Size)

Getting start

This repository is core code of the Inphinit framework, to build an application visit the main repository., (*2)

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., (*3)

  • 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 the Inphinit namespace.

If you are a contributor, before sending a pull-request it is important to run LINT, use the following command to make it easier:, (*4)

find . -type f -name "*.php" -exec php -l {} \;`

The Versions

11/06 2018

dev-master

9999999-dev

A framework for easy creation of routes

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Guilherme Nascimento

framework

11/06 2018

0.1.0

0.1.0.0

A framework for easy creation of routes

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Guilherme Nascimento

framework