2017 © Pedro Peláez
 

project framework

The Uno Framework.

image

uno-php/framework

The Uno Framework.

  • Thursday, April 20, 2017
  • by dammyammy
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

The Uno Framework

A minimalist PHP Framework for very quick projects, aimed at ease of use and extensibility., (*1)

It's ship with th following

  • Twig Support in Views
  • Environment Variable Detection
  • An easy Routing System based on AltoRouter
  • Mailer using Swiftmailer
  • Webpack Build Tools using Laravel Mix
  • A Dependency Injection Container and so on.

Server Requirements

The Uno framework has a few system requirements., (*2)

  • PHP >= 5.6.4
  • PDO PHP Extension

Installation

Via Git Clone, (*3)

git clone https://github.com/uno-php/framework.git blog, (*4)

cd blog, (*5)

composer install, (*6)

Via Composer Create-Project, (*7)

You may install Uno using the Composer create-project command in your terminal:, (*8)

composer create-project --prefer-dist uno-php/framework blog, (*9)

Install NPM dependencies, (*10)

yarn install / npm install, (*11)

Compile Assets, (*12)

npm run dev, (*13)

Serve Your Project, (*14)

php -S localhost:1990 -t public, (*15)

The Versions

20/04 2017

dev-master

9999999-dev

The Uno Framework.

  Sources   Download

MIT

The Requires

  • php >=5.6.4
  • uno-php/core dev-master

 

by Damilola Ogunmoye

framework uno

20/04 2017

0.0.1

0.0.1.0

The Uno Framework.

  Sources   Download

MIT

The Requires

  • php >=5.6.4
  • uno-php/core dev-master

 

by Damilola Ogunmoye

framework uno