8000 GitHub - cuongdinhngo/atom: Atom is a simple PHP framework that implements MVC pattern.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cuongdinhngo/atom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Atom - A Simple PHP Framework

Atom is a simple PHP framework that implements MVC pattern. Please read more Request Lifecycle Atom

Configuration

composer require cuongnd88/atom

Usage

Single Point Entry

index.php

require __DIR__ . '/../vendor/autoload.php';

use Atom\Http\Server;

try {
    $server = new Server(['env']);
    $server->handle();
} catch (Exception $e) {
    echo $e->getMessage();
}

For example of implementation and usage, please take a look at EzyCrazy project https://github.com/cuongnd88/ezycrazy which was developed using Atom framework

About

Atom is a simple PHP framework that implements MVC pattern.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0