Download the PHP package nova-framework/system without Composer

On this page you can find all versions of the php package nova-framework/system. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package system

Nova Framework

Nova Framework 4.2 (Kernel)

Total Downloads Dependency Status GitHub license GitHub stars GitHub forks

Join the chat at https://gitter.im/nova-framework/framework/novausers

Note: This repository contains the core code of the Nova framework. If you want to build an application using Nova 4, visit the main Nova repository.

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.

Requirements

The framework requirements are limited.

The following PHP extensions should be enabled:

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.

Recommended

The framework is located on Packagist.

You can install the framework from a terminal by using:

The foldername is the desired folder to be created.

Note: You can install the bare application variant from a terminal by using:

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

Code Style

All pull requests must use the PSR-2 code style.

License

The Nova Framework is under the MIT License.


All versions of system with dependencies

PHP Build Version
Package Version
Requires php Version ^7.1.8
danielstjules/stringy Version ~1.8
jeremeamia/superclosure Version ~2.2
nesbot/carbon Version ^2.0.0
mtdowling/cron-expression Version ~1.0
symfony/console Version 4.2.*
symfony/debug Version 4.2.*
symfony/finder Version 4.2.*
symfony/http-foundation Version 4.2.*
symfony/http-kernel Version 4.2.*
symfony/process Version 4.2.*
symfony/routing Version 4.2.*
symfony/translation Version 4.2.*
symfony/var-dumper Version 4.2.*
doctrine/inflector Version 1.1.*
swiftmailer/swiftmailer Version ^5.4
monolog/monolog Version ^1.19
predis/predis Version 1.1.*
ramsey/uuid Version ~3.0
erusev/parsedown Version ~1.6
guzzlehttp/guzzle Version ^5.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package nova-framework/system contains the following files

Loading the files please wait ....