Download the PHP package mmf/mmf without Composer

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

README

What is Mamaframework?

Mamaframework is a PHP 5.5 full-stack web framework. It is written with speed and flexibility in mind. It allows developers to build better and easy to maintain websites with PHP.

Mamaframework can be used to develop all kind of websites, from your personal blog to high traffic ones.

Requirements

Mamaframework is only supported on PHP 5.5 and up. Mamaframework needs a Database to manage Access Control List. This Database must be MySQL. Remmember to have the mod rewritte enable.

Installation

1. Install composer

If you don't have composer installed in your system, install it by following this

2. Install project

Usage:

Example:

3. Install database

Use included database dump in project root DumpTestDB

4. Configure apache

The document root need to point to public folder

At this point the mamaframework may be installed

Possible error messages

Error text Possible solution
{"success":false,"responseData":{"errorCode":1600,"errorMessage":"The URL not match with any of our defined routes"}} Go to config/routing.ini to check the declared variable
{"success":false,"responseData":{"errorCode":0,"errorMessage":"Error trying to connect to db"}} Go to config/config.ini to check if the group db_default is correctly configure
{"success":false,"responseData":{"errorCode":1500,"errorMessage":"User not allow to access"}} Check in the database role , permission and role_permission + config/routing.ini if the configuration is correct

Getting Started

Documentation

Please read the documentation file of core functionalities, present in (Google drive > Mamasú Internal > Mamaframework > Documentation > Core Functionalitites) and class diagram stored in (Google drive > Mamasú Internal > Mamaframework > Documentation > class diagram > Mmframework).

Config file

Config file is written using the .ini syntaxis. Basically is grouped by modules

Controllers

the config file bla bla

Models

the config file bla bla

Views

the config file bla bla

Contributing

Mamaframework is a private Mamasu project.

Running Mamaframework Tests

FAQ


All versions of mmf with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
mmf/framework Version 0.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 mmf/mmf contains the following files

Loading the files please wait ....