2017 © Pedro Peláez
 

library atom

Atom Framework Core

image

atomwares/atom

Atom Framework Core

  • Thursday, July 5, 2018
  • by S1lentium
  • Repository
  • 1 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 23 % Grown

The README.md

Atom Framework

Installation

The simplest way to install and get started is using the skeleton project:, (*1)

$ composer create-project atomwares/atom-project <project dir>

Or install Atom standalone using Composer:, (*2)

$ composer require atomwares/atom

Usage

Create a bootstrap file with the following contents:, (*3)

<?php

require 'vendor/autoload.php';

($app = new Atom\App())->router
  ->get(['home' => '/'], function () {
        return 'Hello World!';
    });

$app->run();

You may run the script using the built-in PHP server:, (*4)

$ php -S localhost:8000

License

The Atom Framework is licensed under the MIT license. See License File for more information., (*5)

The Versions

05/07 2018

dev-master

9999999-dev

Atom Framework Core

  Sources   Download

MIT

The Requires

 

middleware psr psr-7 framework php http atom http-message psr-11 psr-15 psr-17 atomframework

31/07 2017

1.0

1.0.0.0

Atom Framework Core

  Sources   Download

MIT

The Requires

 

middleware psr psr-7 framework php http atom http-message psr-11 psr-15 psr-17 atomframework

31/07 2017

1.0-beta

1.0.0.0-beta

Atom Framework Core

  Sources   Download

MIT

The Requires

 

middleware psr psr-7 framework php http atom http-message psr-11 psr-15 psr-17 atomframework