uki7991 / framework
There is no license information available for the latest version (v1.0.1) of this package.
v1.0.1
2023-07-02 08:06 UTC
Requires
- php: ^8.2
- doctrine/dbal: ^3.6
- guzzlehttp/guzzle: ^7.0
- supervisorphp/supervisor: ^5.1
- symfony/http-foundation: ^6.2
- vlucas/phpdotenv: ^5.5
Requires (Dev)
- larapack/dd: ^1.1
This package is not auto-updated.
Last update: 2026-02-23 19:27:53 UTC
README
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