Download the PHP package redcatphp/framework without Composer

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

No longer actively maintained. I work now with NodeJS and I recommand you to take a look at di-ninja

PHP Framework - from RedCat Full Stack Framework

Components Overview

Minimum Requirements

Components

Each component has a github repository with it's own documentation, light autoloader, composer support and packagist package. All components follows the PSR-4 convention for namespace related to directory structure and so, can be loaded using any modern framework autoloader.

Work Flow

Here is the complete RedCat workflow. Don't panic ;), this diagram is for help you to understand deeply the whole use of components working together but many of them are transparent and you don't need to care about until you need thems. The main workspaces are in green.

Plugin

redcat/php/RedCat/Plugin

The RedCat\Plugin namespace is used to add somes php component which are totaly dependent and based on other RedCat components. All component in RedCat namespace are indenpents from others except Plugin.
It is the coupling couch where all components meet others and start working together.
Is where you'll can find implementation of FrontOffice and Backoffice for basic CMS, customization and plugins for Templix (the Template Engine of RedCat), and even some independent tools which are dependencies of RedCat\Plugin sub-namespaces.

modular plugins

For modular plugins see Mvc module.

PHP bootstrap

All php RedCat components are distributed under the "RedCat" namespace. They are forming a complete php suite where all components are decoupled and the use cases and couplings can be found in subnamespace "RedCat\Plugin" . An example of bootstrap is files "index.phps" and "redcat.php" in RedCat-Framework, where in this case, the IoC is performed accross the whole application from ".config.php" via "Strategy\Di".


All versions of framework with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.0
redcatphp/strategy Version dev-master
redcatphp/debug Version dev-master
redcatphp/identify Version dev-master
redcatphp/localize Version dev-master
redcatphp/route Version dev-master
redcatphp/stylize Version dev-master
redcatphp/templix Version dev-master
foxorm/foxorm Version dev-master
symfony/console Version ^3.0
psr/http-message Version >=1.0
tedivm/jshrink Version ^1.1
erusev/parsedown Version ^1.6
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 redcatphp/framework contains the following files

Loading the files please wait ....