Download the PHP package teksite/handler without Composer
On this page you can find all versions of the php package teksite/handler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package handler
Handler Package
About
A lightweight Laravel package designed to simplify common PHP and Laravel operations, including try-catch handling, database querying, and other utility functions.
Table of Contents
- About
- Author
- Contact
- Installation
- Features
- Usage
- Support
-
About
The Handler Package streamlines development by providing helper functions for managing try-catch blocks, fetching data from databases, and other common tasks in PHP and Laravel applications. It aims to reduce boilerplate code and improve code readability.
Author
Developed by Sina Zangiband.
Contact
- Website: teksite.net
- Email: [email protected]
Installation
Step 1: Install via Composer
Run the following command in your terminal:
Step 2: Register the Service Provider
For Laravel 10 and 11
Add the service provider to the bootstrap/providers.php
file:
Note: Laravel 5.5 and above supports auto-discovery, so this step is not required for newer versions.
Features
- Simplify exception handling.
example
- Streamlined methods for querying and fetching data.
example
Configuration
The package includes a configuration file for customization. Publish it using:
Edit the configuration in config/handler-settings.php
to adjust settings like default query limits or error logging.
Support
For questions, issues, or feature requests, please reach out via:
- Website: teksite.net
- Email: [email protected]
- GitHub Issues: teksite/handler
Contributions are welcome! Feel free to submit a pull request or open an issue on GitHub.