PHPackages                             skyronic/crudkit-template - 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. skyronic/crudkit-template

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

skyronic/crudkit-template
=========================

A template to be used with 'composer create-project' to create a new crudkit project.

0.1.4(10y ago)04.9kPHP

Since Dec 25Pushed 10y ago2 watchersCompare

[ Source](https://github.com/skyronic/crudkit-template)[ Packagist](https://packagist.org/packages/skyronic/crudkit-template)[ RSS](/packages/skyronic-crudkit-template/feed)WikiDiscussions master Synced today

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

CrudKit QuickStart
------------------

[](#crudkit-quickstart)

This repository contains the quickstart which lets you quickly build a simple app using [CrudKit](http://crudkit.com). It is an alternative to the [Manual Installation](http://crudkit.com/docs/install/manual.html).

1. It automatically requires all the dependencies.
2. It copies the static files into the `static` folder

#### Installation using `composer create-project`

[](#installation-using-composer-create-project)

```
composer create-project skyronic/crudkit-template your_project

```

#### Alternative installation

[](#alternative-installation)

```
git clone git@github.com:skyronic/crudkit-template.git your_project
cd your_project
composer install

```

#### Running for development

[](#running-for-development)

```
php -S 0.0.0.0:8080

```

And open `http://localhost:8080/index.php`

#### Deploying on Apache or XAMPP

[](#deploying-on-apache-or-xampp)

Copy this into your web root (usually `/var/www` or `htdocs`)

#### Deploying on Nginx

[](#deploying-on-nginx)

Copy this into your web root and open it in your browser.

#### Upgrading crudkit

[](#upgrading-crudkit)

This will always use the latest CrudKit beta version. You can start the upgrade by using `composer update`. The installer will automatically copy all the static files each time you update.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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

Total

3

Last Release

3840d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/80173?v=4)[Ani Sanjeev](/maintainers/skyronic)[@skyronic](https://github.com/skyronic)

---

Top Contributors

[![skyronic](https://avatars.githubusercontent.com/u/80173?v=4)](https://github.com/skyronic "skyronic (3 commits)")

### Embed Badge

![Health badge](/badges/skyronic-crudkit-template/health.svg)

```
[![Health](https://phpackages.com/badges/skyronic-crudkit-template/health.svg)](https://phpackages.com/packages/skyronic-crudkit-template)
```

PHPackages © 2026

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