{"id":23282128,"url":"https://github.com/07rinat07/rest-api-php","last_synced_at":"2026-04-09T01:32:24.215Z","repository":{"id":190224696,"uuid":"682191522","full_name":"07Rinat07/REST-API-PHP","owner":"07Rinat07","description":"REST-API-PHP ---\u003e This guide will focus on creating, reading, updating, and deleting records in the database.","archived":false,"fork":false,"pushed_at":"2023-08-24T11:53:11.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-03T00:23:56.096Z","etag":null,"topics":["api-rest","jquery-ajax","js","json","mysql-database","php","postman"],"latest_commit_sha":null,"homepage":"https://only-to-top.ru/blog/programming/2019-11-11-jquery-ajax-json-php.html","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/07Rinat07.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-08-23T16:30:35.000Z","updated_at":"2023-08-24T11:54:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"a4fc74dd-f265-4c54-83d0-2e53df93b1a3","html_url":"https://github.com/07Rinat07/REST-API-PHP","commit_stats":null,"previous_names":["07rinat07/rest-api-php"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/07Rinat07/REST-API-PHP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/07Rinat07%2FREST-API-PHP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/07Rinat07%2FREST-API-PHP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/07Rinat07%2FREST-API-PHP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/07Rinat07%2FREST-API-PHP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/07Rinat07","download_url":"https://codeload.github.com/07Rinat07/REST-API-PHP/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/07Rinat07%2FREST-API-PHP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31581864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-rest","jquery-ajax","js","json","mysql-database","php","postman"],"created_at":"2024-12-20T00:14:41.570Z","updated_at":"2026-04-09T01:32:24.193Z","avatar_url":"https://github.com/07Rinat07.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Rest-API-PHP\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://media.giphy.com/media/dWesBcTLavkZuG35MI/giphy.gif\" width=\"600\" height=\"300\"/\u003e\n\u003c/div\u003e\n\n\u003ca href=\"https://git.io/typing-svg\"\u003e\u003cimg src=\"https://readme-typing-svg.herokuapp.com?font=Fira+Code\u0026size=30\u0026pause=1000\u0026center=true\u0026vCenter=true\u0026multiline=true\u0026width=1080\u0026height=160\u0026lines=I+welcome+everyone!+My+name+is+Rinat.+;I+am+engaged+in+web+development+of+back-end+applications+and;websites+and+a+little+front-end.\" alt=\"Typing SVG\" /\u003e\u003c/a\u003e\n\n#### Rest API ===\u003e\n* REST ---\u003e это концепция(архитектура) для организации взаимодействия между независимыми обьектами(приложениями) посредством протокола HTTP. Включает в себя набор принципов(рекомендаций) взаимодействия клиент-серверных приложений. Обычно он представлен в формате JSON.\n* API ---\u003e интерфейс взаимодействия с каким-либо обьектом(программой, приложением), включающий в себя набор правил, которые позволяют одному приложению общаться с другим. Эти правила могут включать в себя операции создания, чтения, обновления и удаления. Примером API может служить всем известная библиотека JQuery.\n* REST API ---\u003e позволяет вашему приложению взаимодействовать с одним или несколькими различными приложениями, используя концепции REST.\n\n#### Обзор проекта\n* Это руководство будет посвящено созданию, чтению, обновлению, и удалению записей в БД.\n* Используются JQuery, Ajax, JSON, PHP.\n* Использование Ajax предотвратит повторную загрузку всей страницы при каждом нажатии кнопки. В результате это улучшит опыт взаимодействияю Также веб-приложение будет работать быстрее\n* Ajax это не технология, а группа технологий Он может включать HTML, CSS, JavaScript и сценарии на стороне сервера, такие как PHP.\n* JQuery поможет нам с AJAX частью. Данные JSON будут обрабатываться REST API, созданным с использованием PHP.\n#### Inglish info ---\u003e Rest API ---\u003e\n* REST ---\u003e is a concept (architecture) for organizing interaction between independent objects (applications) using the HTTP protocol. Includes a set of principles (recommendations) for the interaction of client-server applications. It is usually in JSON format.\n* API ---\u003e interface for interacting with some object (program, application), which includes a set of rules that allow one application to communicate with another. These rules may include create, read, update, and delete operations. An example of an API is the well-known JQuery library.\n* REST API ---\u003e allows your application to interact with one or more different applications using REST concepts.\n#### Project overview ===\u003e\n* This guide will focus on creating, reading, updating, and deleting records in the database.\n* JQuery, Ajax, JSON, PHP are used.\n  *Using Ajax will prevent the whole page from reloading every time the button is clicked. As a result, this will improve the user experience. Also, the web application will run faster.\n* Ajax is not a technology, but a group of technologies. It can include HTML, CSS, JavaScript, and server-side scripting such as PHP.\n* jQuery will help us with the AJAX part. The JSON data will be processed by a REST API built using PHP.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F07rinat07%2Frest-api-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F07rinat07%2Frest-api-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F07rinat07%2Frest-api-php/lists"}