rrdelaney / ariette
A front-end agnostic microframework for PHP
dev-master
2015-06-30 14:59 UTC
Requires
- php: >=5.4.0
Requires (Dev)
- phpunit/phpunit: 4.6.*
- squizlabs/php_codesniffer: 2.*
This package is not auto-updated.
Last update: 2025-09-27 22:38:37 UTC
README
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.
Installing
composer require rrdelaney/ariette
Set up environment
Run
composer install
composer dump-autoload
php scipts/test.php
Project Layout
/core
The standard library for Ariette lives here.
/docs
Documentation to be built with mkdocs is here.
/it
It is the testing framework that comes bundled with Ariette
/aritette
The source code for the Ariette framework
/scripts
Build scripts and other fun stuff.
/tests
Tests build with It live here.