Download the PHP package cuongnd88/atom without Composer
On this page you can find all versions of the php package cuongnd88/atom. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cuongnd88/atom
More information about cuongnd88/atom
Files in cuongnd88/atom
Download cuongnd88/atom
More information about cuongnd88/atom
Files in cuongnd88/atom
Vendor cuongnd88
Package atom
Short Description Atom Framework
License MIT
Homepage https://github.com/cuongnd88/atom
Package atom
Short Description Atom Framework
License MIT
Homepage https://github.com/cuongnd88/atom
Keywords php frameworkMVC Framework
Please rate this library. Is it a good library?
Informations about the package atom
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
All versions of atom with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0
The package cuongnd88/atom contains the following files
Loading the files please wait ....