Download the PHP package uki7991/framework without Composer
On this page you can find all versions of the php package uki7991/framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package framework
cp .env.example .env
docker-compose up -d --build
http available in 8000 port
Routes:
- http://localhost:8000/api/tasks [POST] - Create a task
- http://localhost:8000/api/tasks/:id [GET] - Get exact task by id
- http://localhost:8000/api/get-task?task_id=:id [GET] - Get exact task by id
- http://localhost:8000/api/tasks [GET] - All resources
Hierarchy:
- app - Core
- src - Client code
- helpers
- public - http entrypoint
- console.php - console entrypoint
All versions of framework with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
symfony/http-foundation Version ^6.2
vlucas/phpdotenv Version ^5.5
doctrine/dbal Version ^3.6
supervisorphp/supervisor Version ^5.1
guzzlehttp/guzzle Version ^7.0
symfony/http-foundation Version ^6.2
vlucas/phpdotenv Version ^5.5
doctrine/dbal Version ^3.6
supervisorphp/supervisor Version ^5.1
guzzlehttp/guzzle Version ^7.0
The package uki7991/framework contains the following files
Loading the files please wait ....