PHPackages                             hascoding/webapi - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. hascoding/webapi

ActiveProject[API Development](/categories/api)

hascoding/webapi
================

PHP Automatic Crud Operations

v1.0.2(4y ago)2182GPL-3.0-or-laterPHPPHP &gt;=7.4

Since Dec 12Pushed 4y ago1 watchersCompare

[ Source](https://github.com/hasaneryilmaz/PHP-Automatic-CRUD-WebApi)[ Packagist](https://packagist.org/packages/hascoding/webapi)[ Docs](https://hasaneryilmaz.net)[ RSS](/packages/hascoding-webapi/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

PHP Automatic CRUD Web Api
==========================

[](#php-automatic-crud-web-api)

PHP Automatic Crud Operations Web API

What is PHP-Automatic-CRUD ?
----------------------------

[](#what-is-php-automatic-crud-)

PHP-Automatic-CRUD is a PHP library that provides automatic CRUD operations for your database.

Installation
------------

[](#installation)

- Realede version : [Download](https://github.com/hasaneryilmaz/PHP-Automatic-CRUD/releases "Download")
- Put the api folder in your system directory.
- or
- Composer install : `composer create-project hascoding/webapi myapp`
- and
- Make your database settings in api/DbConnect.php file.
- Import the hascoding\_api\_auth.sql file in the api folder into your database.
- Create a new token from the hascoding\_api\_auth table in your database.
- Everything is ready.

How to use ?
------------

[](#how-to-use-)

> https://{sitename}/api/{table\_name}/{table\_column\_name}/{id}?auth\_key={auth\_token}&amp;page={page}

- table\_name = 'users';
- table\_column\_name = 'Id';
- id = 1;
- auth\_key = '3bb5e585b3b20a089ba46b7d55c74b50';
- page = 1;

> https://{sitename}/api/users/Id/1?auth\_key=3bb5e585b3b20a089ba46b7d55c74b50&amp;page=1

Methods for {table\_name}
-------------------------

[](#methods-for-table_name)

- GET: Get all records from {table\_name}

> https://{sitename}/api/{table\_name}?auth\_key={auth\_token}&amp;page={page}

- GET: Get a record from {table\_name} by id

> https://{sitename}/api/{table\_name}/{table\_column\_name}/{id}?auth\_key={auth\_token}&amp;page={page}

- POST: Create a new record in {table\_name}

> https://{sitename}/api/{table\_name}?auth\_key={auth\_token}

- PUT: Update a record in {table\_name} by id

> https://{sitename}/api/{table\_name}/{table\_column\_name}/{id}?auth\_key={auth\_token}

- DELETE: Delete a record in {table\_name} by id

> https://{sitename}/api/{table\_name}/{table\_column\_name}/{id}?auth\_key={auth\_token}

- DELETE: Delete all records in {table\_name}

> https://{sitename}/api/{table\_name}/delete?auth\_key={auth\_token}

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~8 days

Total

3

Last Release

1602d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a6202c646b332102bb470a53ec83b1f56e48ef03699ada705fd39b54fb047974?d=identicon)[HasanERYILMAZ](/maintainers/HasanERYILMAZ)

---

Top Contributors

[![hasaneryilmaz](https://avatars.githubusercontent.com/u/4697453?v=4)](https://github.com/hasaneryilmaz "hasaneryilmaz (14 commits)")

---

Tags

apiphprest-apiwebapi

### Embed Badge

![Health badge](/badges/hascoding-webapi/health.svg)

```
[![Health](https://phpackages.com/badges/hascoding-webapi/health.svg)](https://phpackages.com/packages/hascoding-webapi)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
