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 today

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 35% 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

1648d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4697453?v=4)[HASAN ERYILMAZ](/maintainers/HasanERYILMAZ)[@hasaneryilmaz](https://github.com/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

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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