https://github.com/sakoo-dev/framework-php-core
Core Components of the Sakoo PHP Web Framework
https://github.com/sakoo-dev/framework-php-core
framework php sakoo web
Last synced: 2 months ago
JSON representation
Core Components of the Sakoo PHP Web Framework
- Host: GitHub
- URL: https://github.com/sakoo-dev/framework-php-core
- Owner: sakoo-dev
- License: mit
- Created: 2022-07-09T11:03:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-03T16:21:50.000Z (4 months ago)
- Last Synced: 2025-12-05T03:53:03.003Z (4 months ago)
- Topics: framework, php, sakoo, web
- Language: PHP
- Homepage: https://sakoo.dev
- Size: 539 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README

Sakoo PHP Web Framework (Core)


[](https://github.com/sakoo-dev/framework-php-core)

[](https://github.com/sakoo-dev/framework-php-core/actions/workflows/ci.yml)



## :rocket: A Platform for Soaring
> [!WARNING]
>
> **This Project is Under Construction**
>
>It's not a Stable and Reliable Version. Please do not use it in Production Environment.
## Requirements
Sakoo Just needed _Docker_ Platform to Run.
Make sure [___Docker___ and ___Docker Compose___](https://docker.com) are installed on your system.
___Windows users___ could use the _Windows Subsystem for Linux (WSL-2)_ to Run the Project on _Docker Desktop_.
See [Windows WSL-2 Installation Guide.](https://docs.microsoft.com/en-us/windows/wsl/install)
## Installation (Build)
Run the following command to initialize the Project:
```bash
make
```
Once after the Project initialization, you can use following commands:
```bash
make up # equals to docker-compose up -d
make down # equals to docker-compose down
make rm # removes the all containers and theirs persist data
```
Sakoo uses a ___Docker Proxy___ Program, and it gives you ability to interact with your favorite tools, Easily.
For Example:
```bash
./sakoo php
./sakoo composer
./sakoo test
```
## Contributing
Thank you for considering contributing to the Sakoo framework! You can read our contribution guidelines [Here](.github/CONTRIBUTION.md).
## Code of Conduct
In order to ensure that the Sakoo community is welcoming to all, please review and abide by the [Code of Conduct](.github/CODE_OF_CONDUCT.md).
## Security Vulnerabilities
If you discover a security vulnerability within Sakoo, please send an email to [**Pouya Asgharnejad Tehran**](mailto:pouyaaofficial@gmail.com).
All security vulnerabilities will be promptly addressed. You can read this complete [Security Policy Guide](./SECURITY.md).
## License
The **Sakoo PHP Framework** is open-source software licensed under the [MIT License](LICENSE.md).