2017 © Pedro Peláez
 

library ariette

A front-end agnostic microframework for PHP

image

rrdelaney/ariette

A front-end agnostic microframework for PHP

  • Tuesday, June 30, 2015
  • by rrdelaney
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Ariette

Build Status Documentation Status Codacy Badge Code Climate, (*1)

Ariette is a small framework designed to make you not hate your life as much because you're using PHP. It is designed around making API's and focuses on your backend logic, but doesn't make any desicions for you, making it easy to integrate into new projects., (*2)

Installing

composer require rrdelaney/ariette

Set up environment

Run, (*3)

composer install
composer dump-autoload
php scipts/test.php

Project Layout

/core

The standard library for Ariette lives here., (*4)

/docs

Documentation to be built with mkdocs is here., (*5)

/it

It is the testing framework that comes bundled with Ariette, (*6)

/aritette

The source code for the Ariette framework, (*7)

/scripts

Build scripts and other fun stuff., (*8)

/tests

Tests build with It live here., (*9)

The Versions

30/06 2015

dev-master

9999999-dev https://github.com/rrdelaney/ariette

A front-end agnostic microframework for PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

framework microframework