PHP Classes

PHP Framework From Scratch: Run MVC application with a JSON configuration file

Recommend this page to a friend!
  Info   View files Example   View files View files (60)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2022-06-04 (1 month ago) RSS 2.0 feedNot yet rated by the usersTotal: 66 This week: 1All time: 10,066 This week: 326Up
Version License PHP version Categories
ffs 1.0GNU General Publi...5PHP 5, Libraries, Configuration, Desi...
Description Author

This package can run an MVC application with a JSON configuration file.

It provides an application class that can look at the configured application directories for a configuration in JSON format that defines application details like database access credentials, URL routes, application name, develop or production environment.

The package can process the current request and forward the request handling to the respective controller class depending on the request parameters and the routes defined in the application configuration file.

Picture of Virgilio lino
  Performance   Level  
Innovation award
Innovation award
Nominee: 5x

Winner: 2x

 

Details

ffs

Ffs - Framework From Scratch built for research purposes. Reinventing the wheel, every functionality without using the power of Open Source

Please consider some functionalities are a little bit raw, well, let's say, ugly. It's just done for research purposes to implement User Driven Development.

Helping

Your help is welcome. Think on a framework, what should have, what should not, and how. There you can help me, i'd like this to be for Frameworks what HURD is for Linux.

Todo's. There is on index.php, or somewhere a list of todo's...But: 1. If you think for example there is not enough separacion of concerns on MVC, and M V and C are not enough decoupled, just let's talk about it. This is the first think i'd like to do. 2. The next step, is to make every functionality independent and replaceble, just like the bundles in Symfony. I'm thinking on creating just services and configurations. Please not overingeneriazation, what i'm searching here, is maybe, overconceptualization. 3. After step 1 and 2, what i'm planning to do, is to implement UDD.

Instructions - Ffs 0.1 -

  1. create database
  2. import the file dbimport.sql
  3. configurate db settings in src/Ffs/Ffs/MyApp/application.conf
  4. point the browser to /Public/index.php

Please take a look at /Public/index.php comment for the list of todos in order of importance.

The code have been tested just with Linux/Chrome and Linux/Firefox. Many thanks, Virgilio Lino virgiliolino@gmail.com

  Files folder image Files  
File Role Description
Files folder imagePublic (1 file, 1 directory)
Files folder imagesrc (1 directory)
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file dbimport.sql Data Auxiliary data
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file README.md Doc. Documentation

 Version Control Unique User Downloads Download Rankings  
 100%
Total:66
This week:1
All time:10,066
This week:326Up

For more information send a message to info at phpclasses dot org.