PHPackages                             kaisargaming/core-lib - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. kaisargaming/core-lib

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kaisargaming/core-lib
=====================

PHP Core library for Kaisargaming App development

v0.1.1(6y ago)03MITPHPPHP ^7.0.0

Since Dec 29Pushed 6y agoCompare

[ Source](https://github.com/kaisargaming/core-lib)[ Packagist](https://packagist.org/packages/kaisargaming/core-lib)[ Docs](https://github.com/kaisargaming/core-lib.git)[ RSS](/packages/kaisargaming-core-lib/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

PHP Core Library
================

[](#php-core-library)

> PHP Core library for Kaisargaming App Development.

The collection of classes is to be used as a library in to an app development setup with PHP and MySQL Stack.

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

[](#installation)

Use composer to install this library.

```
$ composer require https://github.com/kaisargaming/lib-core.git
```

Model
-----

[](#model)

`Model` is the base class for implementing a simple MySQL abstraction layer which provides basic CRUD method for MVC development. Most of the method of this base class which will be available upon extending are made chainable to provide an easy to read code flow.

Example of extending `Model` base class.

```
