https://github.com/spafic/php_jsonplaceholder_data_manager
A PHP project that fetches data from JSONPlaceholder and organizes it into tables. This project provides user-specific access to data, including user information, posts, and comments.
https://github.com/spafic/php_jsonplaceholder_data_manager
Last synced: over 1 year ago
JSON representation
A PHP project that fetches data from JSONPlaceholder and organizes it into tables. This project provides user-specific access to data, including user information, posts, and comments.
- Host: GitHub
- URL: https://github.com/spafic/php_jsonplaceholder_data_manager
- Owner: Spafic
- License: mit
- Created: 2024-07-12T12:56:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T15:57:16.000Z (about 2 years ago)
- Last Synced: 2025-02-06T20:57:18.897Z (over 1 year ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JSON Placeholder Data Manager :book:
**A PHP project that fetches data from JSONPlaceholder and organizes it into tables. This project provides user-specific access to data, including user information, posts, and comments.**
------------------------------------------------------
## Installation :wrench:
### Step 1: Clone the Repository
```bash
git clone https://github.com/Spafic/php_jsonplaceholder_data_manager.git
```
### Step 2: Navigate to the Project Directory
```bash
cd php_jsonplaceholder_data_manager
```
------------------------------------------------------
## Getting Started :rocket:
### Step 1: Start a Local PHP Server
```bash
php -S localhost:8000"
```
This will start a local server at "http://localhost:8000".
### Step 2: Open in a Web Browser
Open a web browser and navigate to
```bash
http://localhost:8000/src
```
------------------------------------------------------
## Data Sources :database:
The following API endpoints are supported:
* **Users**: "https://jsonplaceholder.org/users"
* **Posts**: "https://jsonplaceholder.org/posts"
* **Comments**: "https://jsonplaceholder.org/comments"
------------------------------------------------------
## Features :gear:
* Retrieve and manipulate user data
* Fetch and process post data
* Manage comment data
------------------------------------------------------
## Contributing 🤝
Contributions are welcome! Fork the repository and create a pull request with your improvements.
------------------------------------------------------
## License 📄
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.