PHPackages                             incodiy/codiy - 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. incodiy/codiy

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

incodiy/codiy
=============

Laravel Library Code from DIY

1.0.1(2y ago)172[1 PRs](https://github.com/incodiy/codiy/pulls)MITPHPCI passing

Since Jan 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/incodiy/codiy)[ Packagist](https://packagist.org/packages/incodiy/codiy)[ RSS](/packages/incodiy-codiy/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (6)Versions (3)Used By (0)

بِسْمِ ٱللَّٰهِ ٱلرَّحْمَٰنِ ٱلرَّحِيمِ
---------------------------------------

[](#بِسْمِ-ٱللَّٰهِ-ٱلرَّحْمَٰنِ-ٱلرَّحِيمِ)

وَٱعْتَصِمُوا۟ بِحَبْلِ ٱللَّهِ

In the name of ALLAH SWT,
-------------------------

[](#in-the-name-of-allah-swt)

[![alt img](https://avatars.githubusercontent.com/u/86165096?s=256&v=4)](https://avatars.githubusercontent.com/u/86165096?s=256&v=4)

Alhamdulillah because of Allah SWT, this code successfully created piece by piece start from Mar 29, 2017.

This library used for simplifying some code with Laravel framework, hopefully can help us all to build web-app. This code inspired by Muntilan-CMS code developed by [.::bit](https://www.limabit.com), by the way.

1). INSTALL LARAVEL (Max : Version 10)
--------------------------------------

[](#1-install-laravel-max--version-10)

```
composer create-project --prefer-dist laravel/laravel:10.0 incodiy (webappname)
cd incodiy/ [cd webappname/]

```

2). INSTALL LIBRARY WITH JSON FILE SETTING OR VIA COMPOSER CLI:
---------------------------------------------------------------

[](#2-install-library-with-json-file-setting-or-via-composer-cli)

```
WITH JSON FILE:

"require": {
	"incodiy/codiy": "dev-master"
},
"repositories": [{
	"type" : "vcs",
	"url"  : "git@github.com:incodiy/codiy.git"
}]

OR VIA COMPOSER

Just type this code: composer require incodiy/codiy

```

3). COMPOSER UPDATE
-------------------

[](#3-composer-update)

```
composer update

```

4). ARTISAN PUBLISH
-------------------

[](#4-artisan-publish)

```
php artisan vendor:publish --force

```

5). CHECK DATABASE
------------------

[](#5-check-database)

```
Check file path database/migrations/2014_10_12_000000_create_users_table.php (delete it!)

Change db name (DB_DATABASE) in .env file

Create your database name in mysql

```

6). MIGRATION TABLES
--------------------

[](#6-migration-tables)

```
php artisan migrate:refresh --seed

```

7). CONFIG FILE
---------------

[](#7-config-file)

```
Change baseURL path in config file with your own path [ config/diy.settings.php in line:35 ]

```

8). DEMO ACCESS
---------------

[](#8-demo-access)

```
url     : http://localhost/webappname
username: admin@gmail.com
password: @admin

```

---

Visit the demo site at [demo.incodiy.com](https://demo.incodiy.com/login)

DOCUMENTATION
-------------

[](#documentation)

```
On Progress

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity47

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 ~196 days

Total

2

Last Release

1027d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a0e4793e8c1d852cf4c846a8bc8afa2c638fd75f441d3754263903361162036a?d=identicon)[wisnuwidi](/maintainers/wisnuwidi)

---

Top Contributors

[![wisnuwidi](https://avatars.githubusercontent.com/u/169636?v=4)](https://github.com/wisnuwidi "wisnuwidi (448 commits)")

---

Tags

chartscms-backendformslaravellaravel-packagemetatagsphp-librarysimple-codetablestemplate

### Embed Badge

![Health badge](/badges/incodiy-codiy/health.svg)

```
[![Health](https://phpackages.com/badges/incodiy-codiy/health.svg)](https://phpackages.com/packages/incodiy-codiy)
```

###  Alternatives

[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[eveseat/web

SeAT Web Interface

2723.2k135](/packages/eveseat-web)[boomcms/boom-core

Core classes for BoomCMS

193.0k6](/packages/boomcms-boom-core)

PHPackages © 2026

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