PHPackages                             sdn/test-simple-car - 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. sdn/test-simple-car

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

sdn/test-simple-car
===================

Package simple abstraction of a car for cross-platform grafts tests on graftcode

v0.1.0(1mo ago)0321MITPHPPHP ^7.4 || ^8.0

Since Mar 11Pushed 1mo agoCompare

[ Source](https://github.com/grft-dev/sdn-test-simple-car)[ Packagist](https://packagist.org/packages/sdn/test-simple-car)[ Docs](https://github.com/grft-dev/sdn-test-simple-car)[ RSS](/packages/sdn-test-simple-car/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (1)

sdn/test-simple-car
===================

[](#sdntest-simple-car)

Simple car abstraction — a lightweight PHP class representing a car.

Requirements
------------

[](#requirements)

- PHP &gt;= 7.4

Install
-------

[](#install)

```
composer require sdn/test-simple-car
```

Usage
-----

[](#usage)

```
use GrftTestSimpleCar\SimpleCar;

$car = new SimpleCar('Toyota', 'Corolla', 2020);
$car->start();

echo $car;
// e.g.: 550e8400-e29b-41d4-a716-446655440000 2020 Toyota Corolla (SimpleCar) Running
```

You can also provide a custom ID:

```
$car = new SimpleCar('Honda', 'Civic', 2021, 'my-custom-id');
echo $car->getId();
```

License
-------

[](#license)

MIT

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance88

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

59d ago

### Community

Maintainers

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

---

Top Contributors

[![adam-wadolkowski-graftcode](https://avatars.githubusercontent.com/u/267020488?v=4)](https://github.com/adam-wadolkowski-graftcode "adam-wadolkowski-graftcode (1 commits)")

---

Tags

javonetSDNgraftcode

### Embed Badge

![Health badge](/badges/sdn-test-simple-car/health.svg)

```
[![Health](https://phpackages.com/badges/sdn-test-simple-car/health.svg)](https://phpackages.com/packages/sdn-test-simple-car)
```

###  Alternatives

[bigwhoop/sentence-breaker

Sentence boundary disambiguation (SBD) - or sentence breaking - library written in PHP.

42132.3k](/packages/bigwhoop-sentence-breaker)[j0k3r/graby-site-config

Graby site config files

23365.8k3](/packages/j0k3r-graby-site-config)

PHPackages © 2026

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