Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mathieubesson/gamegram

Gamer social network with custom PHP framework
https://github.com/mathieubesson/gamegram

framework javascript orm php routing

Last synced: 2 days ago
JSON representation

Gamer social network with custom PHP framework

Awesome Lists containing this project

README

        

# GameGram

GameGram is a social network for gamers that allows you to publish posts, write comments, add likes... This social network is developed in PHP from scratch with an home made framework and a custom ORM. This project allows you to understand how a more elaborate framework works by recreating all the modules by hand (routing, ORM, query builder, templating, etc.)

## Getting Started

### Dependencies

![PHP](https://img.shields.io/badge/PHP-v7.4-777BB4?logo=php&logoColor=white&labelColor=777BB4&color=white)

### Run project

```shell
sudo php -S 0.0.0.0:80
```

## License

This project is licensed under the GPL License. See the [LICENSE](./LICENSE) file for more details.