PHPackages                             louislam/louislam-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. [API Development](/categories/api)
4. /
5. louislam/louislam-crud

AbandonedArchivedLibrary[API Development](/categories/api)

louislam/louislam-crud
======================

An easy-to-use CRUD library for you to create a back-end system or RESTful API in a few minutes.

2.0.1(7y ago)1957MITPHPPHP &gt;=5.4.0

Since Sep 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/louislam/louislam-crud)[ Packagist](https://packagist.org/packages/louislam/louislam-crud)[ RSS](/packages/louislam-louislam-crud/feed)WikiDiscussions 3.X.X Synced 1mo ago

READMEChangelog (10)Dependencies (17)Versions (60)Used By (0)

Louis Lam's CRUD
================

[](#louis-lams-crud)

Features
--------

[](#features)

- "Write Less, Do More".
- Create/Update/Delete/ListView web interface.
- RESTful API.
- Auto create tables and fields for you.
- Extensible Field Types.
- Theme
- Work without any framework. (But work better with Slim Framework by default)
- Export to Excel format (Customizable)
- Support MySQL/MariaDB, SQLite, PostgreSQL and CUBRID.

Documentation
-------------

[](#documentation)

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

[](#installation)

Note: The library is under development and not tested very well currently.

### Method 1: add louislam-crud to your composer.json

[](#method-1-add-louislam-crud-to-your-composerjson)

1. Require the library.

    ```
    "require": {
        "louislam/louislam-crud": "3.x-dev"
    }
    ```
2. Compose the project with PHP Composer.

### Method 2: Start a new project with bootstrap project.

[](#method-2-start-a-new-project-with-bootstrap-project)

1. Download bootstrap project from:
2. Compose the project with PHP Composer.

### Method 3: Direct Download without Composer (Coming Soon)

[](#method-3-direct-download-without-composer-coming-soon)

Getting started with a simple example
-------------------------------------

[](#getting-started-with-a-simple-example)

1. Require and Import Libraries.

    ```
