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

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

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
```