telingadigital / timpleuk
Simple Package For Basic PHP
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
pkg:composer/telingadigital/timpleuk
Requires
- php: >=7.0.0
 - doctrine/annotations: ^1.6
 - filp/whoops: ^2.1
 - illuminate/database: ^5.5
 - larapack/dd: 1.*
 - monolog/monolog: ^1.23
 - nikic/fast-route: ^1.2
 - php-di/php-di: ^5.4
 - robmorgan/phinx: ^0.9.1
 - symfony/http-foundation: ^4.0
 - twig/twig: ~2.0
 - vlucas/phpdotenv: ^2.4
 
Requires (Dev)
- fzaninotto/faker: ^1.7
 - mockery/mockery: ^1.0
 - phpunit/phpunit: ^6.5
 
This package is not auto-updated.
Last update: 2025-11-03 20:04:26 UTC
README
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"
 - Database - "illuminate/database"
 - Dumb & Die - "larapack/dd"
 - Error Log - "monolog/monolog"
 - Dependency Injection - "php-di/php-di"
 - Request & Response - "symfony/http-foundation"
 - Template Engine - "twig/twig"
 - Dotenv - "vlucas/phpdotenv"
 - Beauty On Error - "filp/whoops"
 - Migration & Seeder - "robmorgan/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