nova-framework / app
The Application for Nova Framework 4.2.x
Installs: 483
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 6
Forks: 7
Open Issues: 0
Type:project
Requires
- php: ^7.1.8
- nova-framework/package-installer: *
- nova-framework/system: 4.2.*
Requires (Dev)
- fzaninotto/faker: ^1.6
- 4.2.x-dev
- 4.2.3
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.x-dev
- 4.1.13
- 4.1.12
- 4.1.11
- 4.1.10
- 4.1.9
- 4.1.8
- 4.1.7
- 4.1.6
- 4.1.5
- 4.1.4
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.x-dev
- 4.0.95
- 4.0.94
- 4.0.93
- 4.0.92
- 4.0.91
- 4.0.90
- 4.0.89
- 4.0.88
- 4.0.87
- 4.0.86
- 4.0.85
- 4.0.84
- 4.0.83
- 4.0.82
- 4.0.81
- 4.0.80
- 4.0.79
- 4.0.78
- 4.0.77
- 4.0.76
- 4.0.75
- 4.0.74
- 4.0.73
- 4.0.72
- 4.0.71
- 4.0.70
- 4.0.69
- 4.0.68
- 4.0.67
- 4.0.66
- 4.0.65
- 4.0.64
- 4.0.63
- 4.0.62
- 4.0.61
- 4.0.60
- 4.0.59
- 4.0.58
- 4.0.57
- 4.0.56
- 4.0.55
- 4.0.53
- 4.0.52
- 4.0.51
- 4.0.50
- 4.0.49
- 4.0.48
- 4.0.47
- 4.0.46
- 4.0.45
- 4.0.44
- 4.0.43
- 4.0.42
- 4.0.41
- 4.0.40
- 4.0.39
- 4.0.38
- 4.0.37
- 4.0.36
- 4.0.35
- 4.0.34
- 4.0.33
- 4.0.32
- 4.0.31
- 4.0.30
- 4.0.29
- 4.0.28
- 4.0.27
- 4.0.26
- 4.0.25
- 4.0.24
- 4.0.23
- 4.0.22
- 4.0.21
- 4.0.20
- 4.0.19
- 4.0.18
- 4.0.17
- 4.0.16
- 4.0.15
- 4.0.14
- 4.0.13
- 4.0.12
- 4.0.11
- 4.0.10
- 4.0.9
- 4.0.8
- 4.0.7
- 4.0.6
- 4.0.5
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 3.80.70
- 3.80.69
- 3.80.68
- 3.80.67
- 3.80.66
- 3.80.65
- 3.80.64
- 3.80.63
- 3.80.62
- 3.80.61
- 3.80.60
- 3.80.59
- 3.80.58
- 3.80.57
- 3.80.56
- 3.80.55
- 3.80.54
- 3.80.53
- 3.80.52
- 3.80.51
- 3.80.50
- 3.80.49
- 3.80.48
- 3.80.47
- 3.80.46
- 3.80.45
- 3.80.44
- 3.80.42
- 3.80.41
- 3.80.40
- 3.80.39
- 3.80.38
- 3.80.37
- 3.80.36
- 3.80.35
- 3.80.34
- 3.80.33
- 3.80.32
- 3.80.31
- 3.80.30
- 3.80.29
- 3.80.28
- 3.80.27
- 3.80.26
- 3.80.25
- 3.80.24
- 3.80.23
- 3.80.22
- 3.80.21
- 3.80.20
- 3.80.19
- 3.80.18
- 3.80.17
- 3.80.16
- 3.80.15
- 3.80.14
- 3.80.13
- 3.80.12
- 3.80.11
- 3.80.10
- 3.80.9
- 3.80.8
- 3.80.7
- 3.80.6
- 3.80.5
- 3.80.4
- 3.80.3
- 3.80.2
- 3.80.1
- 3.80.0
- v3.79.4
- v3.79.3
- v3.79.2
- v3.79.1
- 3.0.x-dev
- dev-master
This package is auto-updated.
Last update: 2024-10-29 05:04:40 UTC
README
Nova Framework
What is the Nova Framework?
Nova Framework is a PHP 7.1 MVC system. It's designed to be lightweight and modular, allowing developers to build better and easy to maintain code with PHP.
The base framework comes with a range of helper classes.
Requirements
The framework requirements are limited.
- PHP 7.1 or greater.
- Apache Web Server or equivalent with mod rewrite support.
- IIS with URL Rewrite module installed - http://www.iis.net/downloads/microsoft/url-rewrite
The following PHP extensions should be enabled:
- Fileinfo (edit php.ini and uncomment php_fileinfo.dll or use php selector within cpanel if available.)
- OpenSSL
- INTL
- MBString
Note: Although a database is not required, if a database is to be used, the system is designed to work with a MySQL database using PDO.
Installation
This framework was designed and is strongly recommended to be installed above the document root directory, with it pointing to the public
folder.
Additionally, installing in a sub-directory, on a production server, will introduce severe security issues. If there is no choice still place the framework files above the document root and have only index.php and .htacess from the public folder in the sub folder and adjust the paths accordingly.
Recommended
The framework is located on Packagist.
You can install the framework from a terminal by using:
composer create-project nova-framework/app foldername
The foldername is the desired folder to be created.
Note: For additional installation instructions, for example; setting up a Virtualhost (Recommended for Local Development), Nginx or IIS with URL Rewrite, please visit the install docs.
Documentation
Full docs & tutorials are available on novaframework.com.
Offline docs are available in PDF, EPUB and MOBI formats on Leanpub.
Screencasts are available on Novacasts.
Contributing
Issue Tracker
You can find outstanding issues on the GitHub Issue Tracker.
Pull Requests
- Each pull request should contain only one new feature or improvement.
- Pull requests should be submitted to the correct version branch ie 4.0/master
Code Style
All pull requests must use the PSR-2 code style.
- Code MUST use the PSR-1 code style.
- Code MUST use 4 spaces for indenting, not tabs.
- There MUST NOT be a hard limit on line length; the soft limit MUST be 120 characters; lines SHOULD be 80 characters or less.
- There MUST be one blank line after the namespace declaration, and there MUST be one blank line after the block of use declarations.
- Opening braces for classes MUST go on the next line, and closing braces MUST go on the next line after the body.
- Opening braces for methods MUST go on the next line, and closing braces MUST go on the next line after the body.
- Visibility MUST be declared on all properties and methods; abstract and final MUST be declared before the visibility; static MUST be declared after the visibility.
- Control structure keywords MUST have one space after them; method and function calls MUST NOT.
- Opening braces for control structures MUST go on the same line, and closing braces MUST go on the next line after the body.
- Opening parentheses for control structures MUST NOT have a space after them, and closing parentheses for control structures MUST NOT have a space before.
License
The Nova Framework is under the MIT License, you can view the license here.