PHPackages                             petebishwhip/native-cli - 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. [CLI &amp; Console](/categories/cli)
4. /
5. petebishwhip/native-cli

Abandoned → [nativecli/nativecli](/?search=nativecli%2Fnativecli)Library[CLI &amp; Console](/categories/cli)

petebishwhip/native-cli
=======================

CLI helper for NativePHP Projects

1.4.2(2mo ago)2531[1 issues](https://github.com/NativeCLI/NativeCLI/issues)[2 PRs](https://github.com/NativeCLI/NativeCLI/pulls)MITPHPPHP ^8.3|^8.4CI passing

Since Jan 29Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/NativeCLI/NativeCLI)[ Packagist](https://packagist.org/packages/petebishwhip/native-cli)[ GitHub Sponsors](https://github.com/PeteBishwhip)[ RSS](/packages/petebishwhip-native-cli/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (13)Versions (26)Used By (0)

NativePHP CLI
=============

[](#nativephp-cli)

NativePHP CLI is a command-line tool to create and manage Laravel projects with NativePHP integration.

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

[](#installation)

To install NativePHP CLI, you need to have PHP and Composer installed on your system.

```
composer global require nativecli/nativecli
```

Usage
-----

[](#usage)

### Create a New Project

[](#create-a-new-project)

To create a new Laravel project with NativePHP, use the new command:

```
nativecli new
```

### View Logs

[](#view-logs)

Display logs from Laravel and native layers with the logs command:

```
# Display last 50 log entries
nativecli logs

# Follow logs in real-time (like tail -f)
nativecli logs --follow

# Filter by log level
nativecli logs --level=error

# Limit number of lines
nativecli logs --lines=100

# Filter by source (laravel, native, all)
nativecli logs --source=laravel

# Filter by date range
nativecli logs --start-date="2025-01-01" --end-date="2025-01-15"

# Combine options
nativecli logs --level=error --lines=20 --follow
```

The `logs` command automatically detects log locations for both development and production environments:

- Development: `storage/logs/laravel.log`
- Production (Desktop): Platform-specific appdata directories based on your `NATIVEPHP_APP_ID`

Documentation &amp; Command References
--------------------------------------

[](#documentation--command-references)

For more detailed documentation, visit [NativeCLI Documentation](https://docs.nativecli.com).

Sponsor
-------

[](#sponsor)

We welcome sponsorships which help us to continue providine Free &amp; Open-Source software and tools to you!

[![GitHub Sponsors](https://camo.githubusercontent.com/e0385e00b77218845ece6534da74ec515c4a3044a95b76a85362ca3107c8f74b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53706f6e736f722d4769744875622d677265656e3f6c6f676f3d676974687562)](https://github.com/sponsors/PeteBishwhip)

### With thanks to our current sponsors...

[](#with-thanks-to-our-current-sponsors)

- Be the first!

License
-------

[](#license)

This project is licensed under the MIT License.

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance84

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 96.1% 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 ~24 days

Recently: every ~73 days

Total

17

Last Release

76d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8aefa1209c2b627a0d61ace3d07f04ab7fc1ae5508d2b0f5164543ed33a2453f?d=identicon)[PeteBishwhip](/maintainers/PeteBishwhip)

---

Top Contributors

[![PeteBishwhip](https://avatars.githubusercontent.com/u/9081809?v=4)](https://github.com/PeteBishwhip "PeteBishwhip (147 commits)")[![qodana-bot](https://avatars.githubusercontent.com/u/139879315?v=4)](https://github.com/qodana-bot "qodana-bot (2 commits)")[![SRWieZ](https://avatars.githubusercontent.com/u/1408020?v=4)](https://github.com/SRWieZ "SRWieZ (2 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (1 commits)")

---

Tags

clinativeclinativephp

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/petebishwhip-native-cli/health.svg)

```
[![Health](https://phpackages.com/badges/petebishwhip-native-cli/health.svg)](https://phpackages.com/packages/petebishwhip-native-cli)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/vapor-cli

The Laravel Vapor CLI

31310.7M8](/packages/laravel-vapor-cli)[laravel/envoy

Elegant SSH tasks for PHP.

1.6k5.5M18](/packages/laravel-envoy)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[laravel/installer

Laravel application installer.

83610.7M20](/packages/laravel-installer)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)

PHPackages © 2026

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