PHPackages                             arjunkomath/crud - 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. [Database &amp; ORM](/categories/database)
4. /
5. arjunkomath/crud

ActiveLibrary[Database &amp; ORM](/categories/database)

arjunkomath/crud
================

Generic PHP CRUD Library

v0.1-beta(10y ago)42.4k↓60%2BSD-2-ClausePHP

Since Aug 20Pushed 6y ago1 watchersCompare

[ Source](https://github.com/arjunkomath/crud)[ Packagist](https://packagist.org/packages/arjunkomath/crud)[ RSS](/packages/arjunkomath-crud/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

PHP CRUD
========

[](#php-crud)

[![Latest Stable Version](https://camo.githubusercontent.com/98e68c65028c22d6b69fc36f170beffbbb08941377f5cee84bf8f77996737e8a/68747470733a2f2f706f7365722e707567782e6f72672f61726a756e6b6f6d6174682f637275642f762f737461626c65)](https://packagist.org/packages/arjunkomath/crud) [![Total Downloads](https://camo.githubusercontent.com/399f67864fbc0cf6c03d2390968f1717cc22f3019b43d48bba61e5ce65812811/68747470733a2f2f706f7365722e707567782e6f72672f61726a756e6b6f6d6174682f637275642f646f776e6c6f616473)](https://packagist.org/packages/arjunkomath/crud) [![Latest Unstable Version](https://camo.githubusercontent.com/19afe99deb1df5cd5df66fc4c3e4a4a020242a8ed7635568febc117fa7d12514/68747470733a2f2f706f7365722e707567782e6f72672f61726a756e6b6f6d6174682f637275642f762f756e737461626c65)](https://packagist.org/packages/arjunkomath/crud)[![Documentation Status](https://camo.githubusercontent.com/1bb32e40a956735e1c8c47a19bff5cafb2a2b416cc62d31570438b5a9acf875b/68747470733a2f2f72656164746865646f63732e6f72672f70726f6a656374732f706870637275642f62616467652f3f76657273696f6e3d6c6174657374)](https://readthedocs.org/projects/phpcrud/?badge=latest)

A simple generic PHP CRUD library

---

*Please note that this project is still in *beta*, it's not complete. There are more features to come.*

Features
========

[](#features)

- Perform Create/Read/Update/Delete for you in just one line. :)
- In case, you don't feel like writing the views for all those, it will automatically generate the views also, and perform the corresponding operation.
- All views are generated using Bootstrap CSS.

Documentation
=============

[](#documentation)

The documentation is hosted on Read the Docs: [phpcrud.rtfd.org](http://phpcrud.readthedocs.org/en/latest/)

Requirements
============

[](#requirements)

- \[j4mie/idiorm\] ()
- MySQL
- And of course, PHP

Installation
============

[](#installation)

Packagist
---------

[](#packagist)

This library is available through Packagist with the vendor and package identifier of `arjunkomath/crud`Please see the Packagist [documentation](https://packagist.org/) for further information.

Configuration
-------------

[](#configuration)

Configue idiorm, you can read more about it [here](http://idiorm.readthedocs.org/en/latest/configuration.html). You'll have to add the followng lines so that the CRUD class can access the database.

```
