Download the PHP package mvccore/mvccore without Composer

On this page you can find all versions of the php package mvccore/mvccore. 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 mvccore

MvcCore Framework Core

Latest Stable Version License PHP Version

PHP MVC framework to create web applications in standard way, with many extensions and examples, with option to pack whole project (partially or completely) into super fast single file app or web tool.

Outline

  1. Installation
  2. Usage
    2.1. Usage - Create Classic Web Application
    2.2. Usage - Create Application In Single PHP Or PHAR File
  3. Examples
    3.1. Examples - Basic
    3.2. Examples - Empty Templates
    3.3. Examples - Advanced (Applications)
  4. Features
    4.1. Features - Classic MVC Web Framework Features
    4.2. Features - MvcCore Classes Features
    4.3. Features - Main Extensions That Is Definitely Worth Talking About
    4.4. Features - Packing & Single File Building

1. Installation

go to top

2. Usage

With MvcCore framework, you can develop classic web applicatons or application in single PHP or PHAR file:

2.1. Usage - Create Classic Web Application

Use basic empty project template (mvccore/project-basic):

go to top

2.2. Usage - Create Application In Single PHP Or PHAR File

Use basic single file project template (mvccore/project-portable):

go to top

3. Examples

3.1. Examples - Basic

3.1.1. Examples - Basic - Hello World (mvccore/example-helloworld)

go to top

3.1.2. Examples - Basic - Pig-Latin Translator (mvccore/example-translator)

go to top

3.1.3. Examples - Basic - CD Collection (mvccore/example-cdcol)

go to top

3.2. Examples - Empty Templates

3.2.1. Examples - Empty Templates - Basic (mvccore/project-basic)

go to top

3.2.2. Examples - Empty Templates - Portable (mvccore/project-portable)

go to top

3.3. Examples - Advanced (Applications)

After exploring basic examples, you could look into more complex MvcCore applications:

3.3.1. Examples - Advanced - XML Documents (mvccore/app-xmldocs)

go to top

3.3.2. Examples - Advanced - Questionnaires (mvccore/app-xmldocs)

go to top

3.3.3. Examples - Advanced - Single File Editor & Manager (mvccore/example-file-manager)

go to top

4. Features

4.1. Features - Classic MVC Web Framework Features

go to top

4.2.Features - MvcCore Classes Features

4.2.1. Features - Classes - \MvcCore\Application

go to top

4.2.2. Features - Classes - \MvcCore\Model

go to top

4.2.3. Features - Classes - \MvcCore\View

go to top

4.2.4. Features - Classes - \MvcCore\Controller

go to top

4.2.5. Features - Classes - \MvcCore\Request

go to top

4.2.6. Features - Classes - \MvcCore\Response

go to top

4.2.7. Features - Classes - \MvcCore\Session

go to top

4.2.8. Features - Classes - \MvcCore\Router

go to top

4.2.9. Features - Classes - \MvcCore\Route

go to top

4.2.10. Features - Classes - \MvcCore\Config

go to top

4.2.11. Features - Classes - \MvcCore\Environment

go to top

4.2.12. Features - Classes - \MvcCore\Tool

go to top

4.2.13. Features - Classes - \MvcCore\Debug

go to top

4.3. Features - Main Extensions That Is Definitely Worth Talking About

go to top

4.4. Features - Packing & Single File Building

go to top


All versions of mvccore with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.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 mvccore/mvccore contains the following files

Loading the files please wait ....