https://github.com/telingadigital/timpleuk
Timpleuk is a bootstrapper for PHP
https://github.com/telingadigital/timpleuk
database illuminate-database monolog mvc php php-di routes twig
Last synced: 5 months ago
JSON representation
Timpleuk is a bootstrapper for PHP
- Host: GitHub
- URL: https://github.com/telingadigital/timpleuk
- Owner: telingadigital
- Created: 2017-12-16T16:01:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-24T09:01:23.000Z (over 8 years ago)
- Last Synced: 2023-07-16T01:46:54.937Z (almost 3 years ago)
- Topics: database, illuminate-database, monolog, mvc, php, php-di, routes, twig
- Language: PHP
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Minimalist PHP
It ain't a framework, it just a php garbage with its minimal package
---
> Well, enjoy this garbage PHP, edit as you wish, it's just the end of the beginning
---
It includes the following composer package :
* Routing - ["nikic/fast-route"](https://github.com/nikic/FastRoute)
* Database - ["illuminate/database"](https://github.com/illuminate/database)
* Dumb & Die - ["larapack/dd"](https://github.com/larapack/dd)
* Error Log - ["monolog/monolog"](https://github.com/Seldaek/monolog)
* Dependency Injection - ["php-di/php-di"](https://github.com/PHP-DI/PHP-DI)
* Request & Response - ["symfony/http-foundation"](https://github.com/symfony/http-foundation)
* Template Engine - ["twig/twig"](https://github.com/twigphp/Twig)
* Dotenv - ["vlucas/phpdotenv"](https://github.com/vlucas/phpdotenv)
* Beauty On Error - ["filp/whoops"](https://github.com/filp/whoops)
* Migration & Seeder - ["robmorgan/phinx"](https://github.com/cakephp/phinx)
it includes the following npm package if you are interested on art :
# Prerequisites
* PHP >= 7.0.0 (I don't want to stay in the past for longer !)
# Installation
```
git clone https://github.com/telingadigital/mvp myproject
cd myproject
composer install
```