https://github.com/afup/planete
https://github.com/afup/planete
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/afup/planete
- Owner: afup
- License: mit
- Created: 2024-02-25T20:33:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-19T11:15:51.000Z (6 months ago)
- Last Synced: 2026-01-19T18:17:21.127Z (6 months ago)
- Language: PHP
- Homepage: https://www.planete-php.fr
- Size: 363 KB
- Stars: 1
- Watchers: 12
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Planète PHP
Source code for [planete-php.fr](https://planete-php.fr).
## Dev setup
You need to have [Docker](https://www.docker.com/) and [Docker Compose](https://docs.docker.com/compose/) installed on your machine.
Then follow these steps:
1. Clone the repository
2. Run `make docker-start`
3. Run `make install`
4. Open your browser at [https://localhost:8443](https://localhost:8443)
You can stop the containers with `make docker-stop`.
## Code quality
You can run the following commands to check the code quality:
- `make qa-test` to run tests
- `make qa-phpstan` to run PHPStan
- `make qa-cs-fix` to run PHP-CS-Fixer
## Contributing
Feel free to contribute to this project by opening issues or pull requests.