Download the PHP package paq85/phpstarter without Composer
On this page you can find all versions of the php package paq85/phpstarter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download paq85/phpstarter
More information about paq85/phpstarter
Files in paq85/phpstarter
Download paq85/phpstarter
More information about paq85/phpstarter
Files in paq85/phpstarter
Vendor paq85
Package phpstarter
Short Description Set of tools for a good start of PHP project
License MIT
Package phpstarter
Short Description Set of tools for a good start of PHP project
License MIT
Please rate this library. Is it a good library?
Informations about the package phpstarter
PhpStarter
Takes care preparing PHP's settings to let you work on a well written project
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
If you only want to convert PHP Errors to Exceptions use
Tips
You SHOULD NOT use "@" (Inline Error Suppression) in your code.
See PHP The Right Way: Errors and Exceptions
Credits
Thanks to
- Xstream Ingest development team.
Useful links
All versions of phpstarter with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package paq85/phpstarter contains the following files
Loading the files please wait ....