PHPackages                             pikarin/ajt-api-starter - 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. [Framework](/categories/framework)
4. /
5. pikarin/ajt-api-starter

ActiveProject[Framework](/categories/framework)

pikarin/ajt-api-starter
=======================

The skeleton application for the Laravel framework.

v1.0.2(11mo ago)013MITPHPPHP ^8.3

Since Jun 9Pushed 11mo agoCompare

[ Source](https://github.com/pikarin/ajt-api-starter)[ Packagist](https://packagist.org/packages/pikarin/ajt-api-starter)[ RSS](/packages/pikarin-ajt-api-starter/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (14)Versions (4)Used By (0)

[![](https://camo.githubusercontent.com/618c9e51e15e56c97355155237c39fbf4177cc83ad93b5d65cf4a2bbea9d82a0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e7374616c6c25323077697468253230486572642d6635353234373f6c6f676f3d6c61726176656c266c6f676f436f6c6f723d7768697465)](https://herd.laravel.com/new?starter-kit=pikarin/ajt-api-starter)

API Starter Kit
===============

[](#api-starter-kit)

A Laravel API starter kit with a focus on building robust and scalable API services. This starter kit comes pre-configured with essential tools and best practices for API development.

Features
--------

[](#features)

- PHP 8.3+ and Laravel 12.0+
- Docker setup with PHP 8.3, FPM, and Nginx
- API documentation with Scramble
- Authentication with Laravel Sanctum
- Testing setup with Pest
- Code quality tools (Pint, PHPStan)

Prerequisites
-------------

[](#prerequisites)

- PHP 8.3 or higher
- Composer
- Docker and Docker Compose (optional, for containerized development)
- MySQL or SQLite for database

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

[](#installation)

You can install this starter kit using one of the following methods:

### 1. Using Composer Create-Project

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

```
composer create-project pikarin/ajt-api-starter your-project-name
cd your-project-name
```

### 2. Using Laravel New Command

[](#2-using-laravel-new-command)

First, make sure you have the Laravel installer:

```
composer global require laravel/installer
```

Then create a new project using this starter kit:

```
laravel new --using pikarin/ajt-api-starter your-project-name
cd your-project-name
```

### 3. Using Laravel Herd

[](#3-using-laravel-herd)

If you're using Laravel Herd, you can click the "Install with Herd" badge:

[![](https://camo.githubusercontent.com/618c9e51e15e56c97355155237c39fbf4177cc83ad93b5d65cf4a2bbea9d82a0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e7374616c6c25323077697468253230486572642d6635353234373f6c6f676f3d6c61726176656c266c6f676f436f6c6f723d7768697465)](https://herd.laravel.com/new?starter-kit=pikarin/ajt-api-starter)

Post-Installation Steps
-----------------------

[](#post-installation-steps)

After installing the project, you should:

1. Configure your environment variables:

    ```
    cp .env.example .env
    ```
2. Install dependencies:

    ```
    composer install
    ```
3. Generate key:

    ```
    php artisan key:generate
    ```
4. Set up your database in the .env file:

    ```
    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=your_database_name
    DB_USERNAME=your_database_user
    DB_PASSWORD=your_database_password
    ```
5. Run migrations:

    ```
    php artisan migrate
    ```
6. Start the development server:

    ```
    docker-compose up -d
    ```

Running Tests
-------------

[](#running-tests)

```
php artisan test
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance52

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

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

337d ago

### Community

Maintainers

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

---

Top Contributors

[![pikarin](https://avatars.githubusercontent.com/u/8581650?v=4)](https://github.com/pikarin "pikarin (17 commits)")

---

Tags

frameworklaravelstarter-kit

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/pikarin-ajt-api-starter/health.svg)

```
[![Health](https://phpackages.com/badges/pikarin-ajt-api-starter/health.svg)](https://phpackages.com/packages/pikarin-ajt-api-starter)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)[raugadh/fila-starter

Laravel Filament Starter.

614.9k](/packages/raugadh-fila-starter)

PHPackages © 2026

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