photom/framework

micro open framework

1.1.3 2019-10-03 12:00 UTC

This package is auto-updated.

Last update: 2024-06-15 00:21:23 UTC


README

Photom - it is a micro framework for PHP

Features

  1. HTTP Router

The most important thing is what the framework should decide. This is routing. This task is solved quickly and easily. Minimum code, maximum functionality.

  1. Middleware

In many places, intermediate handlers need to be done. The photo for this gives an easy tool.

  1. ORM

What is needed for a successful project? This is an easy base management. Built-in ORM allows you to manage it.

  1. MVC

Model View Controller - Has already become the standard design. And Photom also supports this standard

  1. Tools Helper

The speed of development increases the built-in utility for creating the necessary typical code.

  1. DDD

The framework has support for Domain objects that can easily integrate with a business model

  1. Storage

The framework has file tool

Install

composer require photom/framework
ln vendor/photom/framework/photom photom
./photom install