Skip to content

sakoo-dev/framework-php

Repository files navigation

The Sakoo PHP Web Framework

A Platform for Soaring

GitHub

This Project is Under Construction

Requirements

Sakoo Just needed Docker Platform to Run. Make sure Docker and Docker Compose 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.

Installation

Run the following command to initialize the Project:

make init

Once after the Project initialization, you can use following commands:

make up     # equals to docker-compose up -d
make down   # equals to docker-compose down
make rm     # removes the container's persist data

Sakoo uses a Docker Proxy Program, and it gives you ability to interact with your favorite tools, Easily. For Example:

./sakoo php <your command>
./sakoo composer <your command>
./sakoo npm <your command>
./sakoo test

Contributing

Thank you for considering contributing to the Sakoo framework! You can read our contribution guidelines Here

Code of Conduct

In order to ensure that the Sakoo community is welcoming to all, please review and abide by the Code of Conduct

Security Vulnerabilities

If you discover a security vulnerability within Sakoo, please send an email to Pouya Asgharnejad Tehran at pouyaaofficial@gmail.com. All security vulnerabilities will be promptly addressed.

License

The Sakoo PHP Framework is open-source software licensed under the MIT License.