PHPackages                             magdicom/laravel-test-initial - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. magdicom/laravel-test-initial

ActiveLibrary[Testing &amp; Quality](/categories/testing)

magdicom/laravel-test-initial
=============================

Initial Test!

03PHP

Since Sep 15Pushed 3y agoCompare

[ Source](https://github.com/magdicom/laravel-test-initial)[ Packagist](https://packagist.org/packages/magdicom/laravel-test-initial)[ RSS](/packages/magdicom-laravel-test-initial/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#installation)

Install fresh Laravel project, then add this package via composer:

```
composer require magdicom/laravel-test-initial:"*"

```

Optional Configuration
----------------------

[](#optional-configuration)

To publish the config file, run the following command:

```
php artisan vendor:publish --tag=test-initial-config

```

this will place `testinitial.php` file inside `/config` directory where you can specify discount per category/sku and currency.

API
---

[](#api)

Filter parameters are `category`, `price_from` and `price_to`, these parameters can be used individually or combined:

```
# All products
http://localhost/api/products
http://localhost/api/products?category=insurance
http://localhost/api/products?price_from=200000
http://localhost/api/products?price_to=90000
http://localhost/api/products?category=insurance&price_from=50000
http://localhost/api/products?price_from=150000&price_to=250000

```

Live Test
---------

[](#live-test)

[https://test-initial.momagdi.com/api/products?price\_from=200000](https://test-initial.momagdi.com/api/products?price_from=200000)

[https://test-initial.momagdi.com/api/products?price\_to=90000](https://test-initial.momagdi.com/api/products?price_to=90000)

[https://test-initial.momagdi.com/api/products?category=insurance&amp;price\_from=50000](https://test-initial.momagdi.com/api/products?category=insurance&price_from=50000)

[https://test-initial.momagdi.com/api/products?price\_from=150000&amp;price\_to=250000](https://test-initial.momagdi.com/api/products?price_from=150000&price_to=250000)

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor1

Top contributor holds 55.6% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/40920709?v=4)[momagdi](/maintainers/momagdi)[@momagdi](https://github.com/momagdi)

---

Top Contributors

[![diegoseso](https://avatars.githubusercontent.com/u/7034138?v=4)](https://github.com/diegoseso "diegoseso (5 commits)")[![magdicom](https://avatars.githubusercontent.com/u/91500450?v=4)](https://github.com/magdicom "magdicom (4 commits)")

### Embed Badge

![Health badge](/badges/magdicom-laravel-test-initial/health.svg)

```
[![Health](https://phpackages.com/badges/magdicom-laravel-test-initial/health.svg)](https://phpackages.com/packages/magdicom-laravel-test-initial)
```

###  Alternatives

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M679](/packages/phpspec-prophecy)[vimeo/psalm

A static analysis tool for finding errors in PHP applications

5.8k77.5M6.7k](/packages/vimeo-psalm)[brianium/paratest

Parallel testing for PHP

2.5k118.8M754](/packages/brianium-paratest)[beberlei/assert

Thin assertion library for input validation in business models.

2.4k96.9M571](/packages/beberlei-assert)[mikey179/vfsstream

Virtual file system to mock the real file system in unit tests.

1.4k108.0M2.7k](/packages/mikey179-vfsstream)[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.0k](/packages/orchestra-testbench)

PHPackages © 2026

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