PHPackages                             iftakharalamrizve/framework-ifos - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. iftakharalamrizve/framework-ifos

ActiveLibrary[Framework](/categories/framework)

iftakharalamrizve/framework-ifos
================================

v0.1.3(3y ago)1131PHP

Since Jul 26Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Iftakharalamrizve/framework-ifos)[ Packagist](https://packagist.org/packages/iftakharalamrizve/framework-ifos)[ RSS](/packages/iftakharalamrizve-framework-ifos/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

[![issues](https://camo.githubusercontent.com/ef2453dc00742ab7ed1bc6cb53abf27a2cee74eae0a11a9a1145479c4d5686dd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f496674616b686172616c616d72697a76652f6672616d65776f726b2d69666f733f3f7374796c653d666c6174266c6f676f3d6170707665796f72)](https://camo.githubusercontent.com/ef2453dc00742ab7ed1bc6cb53abf27a2cee74eae0a11a9a1145479c4d5686dd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f496674616b686172616c616d72697a76652f6672616d65776f726b2d69666f733f3f7374796c653d666c6174266c6f676f3d6170707665796f72)[![forks](https://camo.githubusercontent.com/cbc9d2f1dcae4c3cdd9a7ebb0f2db82ce66d308d291c4aa81c4939c7a83bd9e5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f496674616b686172616c616d72697a76652f6672616d65776f726b2d69666f733f7374796c653d666c6174266c6f676f3d6170707665796f72)](https://camo.githubusercontent.com/cbc9d2f1dcae4c3cdd9a7ebb0f2db82ce66d308d291c4aa81c4939c7a83bd9e5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f496674616b686172616c616d72697a76652f6672616d65776f726b2d69666f733f7374796c653d666c6174266c6f676f3d6170707665796f72)[![stars](https://camo.githubusercontent.com/2e0b60f1b078d043be86955e039e049bedc6561134b8ba8777751f78e549956d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f496674616b686172616c616d72697a76652f6672616d65776f726b2d69666f733f7374796c653d666c6174266c6f676f3d6170707665796f72)](https://camo.githubusercontent.com/2e0b60f1b078d043be86955e039e049bedc6561134b8ba8777751f78e549956d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f496674616b686172616c616d72697a76652f6672616d65776f726b2d69666f733f7374796c653d666c6174266c6f676f3d6170707665796f72)

Php framework ifos(idealistic framework in open source)
=======================================================

[](#php-framework-ifosidealistic-framework-in-open-source)

This is a simple lightweight framework built with PHP. By which a developer can easily create a raw PHP project easily. One can easily connect many **databases here also use Route, View, Controller, Model, Migration, Validation, and Default Authentication** can be easily used.

Installation
------------

[](#installation)

Create project with composer using the following command:

```
composer create-project iftakharalamrizve/framework-ifos proejct-name

```

.env configuration
------------------

[](#env-configuration)

Copy .env.example as .env

```
copy .env.example .env

```

```
DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=

```

Route Configuration In Project
------------------------------

[](#route-configuration-in-project)

Route File Default have separation mode. User can define multiple route file in route folder . If any one change this mode , easily configure from bootstrap/app.php file.

### Route Define in Route file

[](#route-define-in-route-file)

```
