You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2023. It is now read-only.
Simple PHP social media site, No SQL, No external libraries
2
+
PHPSocial is a simple base for other social media applications to build off of to create something amazing!
3
+
4
+
PHPSocial does not use
5
+
- SQL
6
+
- Any external libraries/dependencies
7
+
8
+
All it needs is
9
+
- PHP 7.4 or later
10
+
- 100KB of hard disk space
11
+
- Around 8MB of ram
12
+
- And a CPU that works and supports the latter
13
+
14
+
# ⚠ WARNING ⚠
15
+
PHPSocial is probably not the most secure web app ever, and will probably not be ready for production any time soon, it's just a fun experiment to see what can be done with just PHP =)
16
+
17
+
## How to install
18
+
Download a release and copy to your webservers root directory (usualy `/var/www/html` on GNU/Linux systems)
19
+
Create an account and go into the `/db/login.json` file and change `admin` from `false` to `true` to become an administrator. If you've done this right, you should see an `Admin panel` link on your homepage.
0 commit comments