Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
/ Acamar-Framework Public archive

A fast and lightweight MVC PHP framework built around an event based architecture. The project is in an LTS state.

License

Notifications You must be signed in to change notification settings

brian978/Acamar-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SensioLabsInsight

About

The Acamar framework is not intended as a full stack framework and it will never be one. The main purpose of the framework is to provide the minimum code that is required to build a web application that uses the MVC pattern (this ranges from APIs to admin back-ends).

The framework is PSR-0 / PSR-4 compliant, so you can use it in conjunction with any other library or full stack framework.

Main selling points

  • Event based architecture
  • Light and fast
  • Flexible
  • Decoupled a much as possible (the Mvc package is an exception)
  • Some features load ONLY on demand

Minimum requirements

  • PHP 5.3.29
  • Nginx / Apache web server (it's not yet tested on others)

Documentation

The documentation can be found HERE

Composer

The framework can also be installed via composer:

{
    "require": {
            "brian978/acamar": "1.*"
        }
}

Starter application

The framework uses a specific file structure (which can be found in the documentation). If you don't want to create the structure manually you can use the skeleton application from HERE.

About

A fast and lightweight MVC PHP framework built around an event based architecture. The project is in an LTS state.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages