Download the PHP package monolith/framework without Composer

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

Monolith PHP Web Development Framework

version: 7.0

version: 6.1

This isn't a tool that should be adopted. It's a design project to experiment with ideas.

Goals

  1. idiomatic language usage
    1. allows static-analysis without IDE extension or helpers
  2. no compromise for tradition
    1. integration of established tools / standards generally avoided
    2. standards and conventions are good for integration but they're not good for questioning what you know and questioning how things are usually done.
  3. grown like a garden, designed as a discovery process
    1. naive implementations are designed first
    2. algorithms become more complex only when pain points are experienced
    3. solve problems with the simplest implementation possible
  4. can become feature-complete
    1. lack of ambition to solve all problems
    2. components are open for extension, closed for modification
  5. smallest possible user-land api exposure
    1. final classes by default
    2. strong pressure to avoid inheritance

Installation

  1. extract the application skeleton to a new folder
  2. run composer install

    Collections 9.3

some basic info about collections, they're fancy

Component Bootstrapping 8.0

information

Configuration 7.1

goals:

warning:

config can be used in component boostrapping bind() methods but only within bound closures. the configuration tool needs the bootstrap bind() phase to set itself up.

Dependency Injection 9.4

basic di container

Error Handling 6.0

Build Status

HTTP 12.1

Build Status

Relational Database 8.1

Messaging 0.1

Build Status

Web Routing 23.2

Build Status

  1. make collections final
  2. fix these collections
  3. move tests to phpunit

Todo

under prefix('admin', get('/', ...)) the front-slash doesn't work

Web Sessions 16.0

not verified secure, consider hazardous

Twig HTML Templating 6.0


All versions of framework with dependencies

PHP Build Version
Package Version
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 monolith/framework contains the following files

Loading the files please wait ....