Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexandergw/deft

Conceptualising common interfaces into a micro framework, for PHP & JavaScript
https://github.com/alexandergw/deft

framework framework-php javascript micro-framework php7 phpunit-tests

Last synced: 9 days ago
JSON representation

Conceptualising common interfaces into a micro framework, for PHP & JavaScript

Awesome Lists containing this project

README

        

# Deft
### A micro framework for PHP & JavaScript.

Conceptualising common interfaces across HTTP and CLI such as; request, response, route, cache, event, filter, storage, and more

Ideas for this framework stem from experience with Drupal, Laravel, WordPress, and other knowledge accrued over the years.

https://gailey-white.com/deft-php-framework

#### The public directory
`~/public`

#### The default configuration
`~/config/deft.php`

If left unchanged, Deft will default to the **example**, and **debug** plugins.

#### NPM

`up` run PHP server `localhost:8000` on `public` directory

`test` run PHPUnit tests.

`debug` run PHPUnit tests (debugging).