Skip to main content

Intro

Crudigniter is fast and easy API Database integrator for every langauge, its can easy to perform CRUD technique for interacting with database. everything is possible here in a single API.

Why Crudigniter ๐Ÿ”ฅ#

There is single API for everything to perform CRUD, use can easily create record on database with POST, to read with GET, to delete for DELETE and for update PUT. You do this from multiple platform and application because we know this is power of API.

Installation and Use ๐Ÿ”ฅ#

Just copy the whole program its developed in Codeigniter 4, and add created database and implication from App/Config/Database.php or root/env, make sure you renamed env to .env. There are some classes in App/Controller don't delete it.

Note for Codeigniter Users#

For using this framework you don't have to create another Codeigniter project, just start your coding normally here, by creating new classes in Controller folder.