PHPackages                             paq85/phpstarter - 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. paq85/phpstarter

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

paq85/phpstarter
================

Set of tools for a good start of PHP project

v1.0.0(11y ago)018MITPHPPHP &gt;=5.4

Since Mar 23Pushed 11y agoCompare

[ Source](https://github.com/paq85/phpstarter)[ Packagist](https://packagist.org/packages/paq85/phpstarter)[ RSS](/packages/paq85-phpstarter/feed)WikiDiscussions master Synced 1mo ago

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

PhpStarter
==========

[](#phpstarter)

[![Build Status](https://camo.githubusercontent.com/64c4b2575937fb1f3f0d6605ab5fa6e0d9256e3a31b87215f40eb4975c59ea06/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f70617138352f706870737461727465722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/paq85/phpstarter)[![Packagist Version](https://camo.githubusercontent.com/a6fabc272cb155680beaef0cbb6808a43ce1a236ece7066c513f6483625fcbf3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70617138352f706870737461727465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/paq85/phpstarter)

Takes care preparing PHP's settings to let you work on a well written project

```
\Paq\PhpStarter\PhpStarter::start();
```

What does it do?

- Report all Errors
- Convert PHP Errors, Notices etc. to Exceptions

Why?

- Having error reporting enabled with conversion to exceptions gives you full control over your code. It makes writing automatic tests easier which let's you provide much better software. Many people disable error reporting in Production. IMHO it should be ENABLED on all environments.

Convert PHP Errors, Notices etc. to Exceptions
----------------------------------------------

[](#convert-php-errors-notices-etc-to-exceptions)

If you only want to convert PHP Errors to Exceptions use

```
\Paq\PhpStarter\PhpStarter::convertErrorsToExceptions();
```

Tips
====

[](#tips)

You SHOULD NOT use "@" (Inline Error Suppression) in your code.

See [PHP The Right Way: Errors and Exceptions](http://www.phptherightway.com/#errors_and_exceptions)

Credits
=======

[](#credits)

Thanks to

- [Xstream](http://www.xstream.net) Ingest development team.

Useful links
============

[](#useful-links)

- [PHP The Right Way](http://www.phptherightway.com/)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

4074d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/913555?v=4)[Damian S](/maintainers/paq85)[@paq85](https://github.com/paq85)

---

Top Contributors

[![paq85](https://avatars.githubusercontent.com/u/913555?v=4)](https://github.com/paq85 "paq85 (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/paq85-phpstarter/health.svg)

```
[![Health](https://phpackages.com/badges/paq85-phpstarter/health.svg)](https://phpackages.com/packages/paq85-phpstarter)
```

PHPackages © 2026

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