Download the PHP package james.rus52/phpfrm without Composer
On this page you can find all versions of the php package james.rus52/phpfrm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download james.rus52/phpfrm
More information about james.rus52/phpfrm
Files in james.rus52/phpfrm
Download james.rus52/phpfrm
More information about james.rus52/phpfrm
Files in james.rus52/phpfrm
Please rate this library. Is it a good library?
Informations about the package phpfrm
Mini Web Framework on PHP
How to install
make a composer.json file in root folder of your app
Install framework
copy project template from vendor/james.rus52/phpfrm to your root folder
it look like this after that
How to use
Change your website layout in /views/layouts/default.php Make additional pages like index.php
- Make a controller in /app/controllers extedded of AppController class
- Make a model in /app/models extedded of AppModel class
- Make a view in /app/views/
Configuration
You can manage routes and settings at /config folder
All versions of phpfrm with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2|^8.0
vlucas/phpdotenv Version ^5.0
monolog/monolog Version ^2.0
swiftmailer/swiftmailer Version ^5.3|^6.0
vlucas/phpdotenv Version ^5.0
monolog/monolog Version ^2.0
swiftmailer/swiftmailer Version ^5.3|^6.0
The package james.rus52/phpfrm contains the following files
Loading the files please wait ....