uki7991 / framework
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
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: 2025-03-10 14:39:35 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