Download the PHP package linhunix/mcp without Composer

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

Master Control Program

Is a simple MCP/MVC framework with out compose or other features an compatible with php 5.3 and more

Download

*Stable Phar Version

*Cheat Sheet

Why MCP?

The big difference of a standard mvc and mvp is the presence obbligatories of a central code. and your functionality is an extension of it :

    Web >> MVP/MVC >> Your Code (as an extension of MVP/MVC);

A MCP is a layer, whe you ad this on your code, then is automatic estended with this features

    Web >> Your Code << MCP >> New Features;

That make the developper and the designer in a very confident solution :

Don't Need Composer but support it

lnxmcp is born to is indipendent with composer, if is present use it if is not present is a substitute of it and the autoloader

work with php 5.3 and upper

the logic is to be a manager of older and new code

support function and class namespace

The logic inside support both nmespace function and class

It's a reflection framework and not a solid framework

It is implement:

Why GPL v3?

LNX (LinHUniX) MCP (Master Control Program) is a share code with free license. Develop and Maintain by LinHUniX Ltd - 2008/2020 - Author is Andrea Morello (LinHUniX) Is a parts of the LN4 Note projects started on 2008 (ln4.it and ln4.app)

The lnxmcp (php/phar library) and lnxfea (js/angular2 library) are the common sdk to undestood the logic of LN4 Java Backend and create around it the functionality need to extend.

Java LN4 Backend and Middle Ware >> Json Api >> lnxfea/lnxmcp fronted >> Site or application

For more info:

tag to init row:


All versions of mcp with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3
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 linhunix/mcp contains the following files

Loading the files please wait ....