Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexandergw/deft
- Owner: AlexanderGW
- License: mit
- Created: 2017-02-22T16:42:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T23:29:34.000Z (about 2 years ago)
- Last Synced: 2024-04-14T03:10:31.243Z (9 months ago)
- Topics: framework, framework-php, javascript, micro-framework, php7, phpunit-tests
- Language: PHP
- Homepage:
- Size: 550 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).