PHPackages                             adan/contact - 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. adan/contact

ActiveContact-form[Utility &amp; Helpers](/categories/utility)

adan/contact
============

this is the first package

v1.1.0(1y ago)016MITBlade

Since Jul 25Pushed 1y ago1 watchersCompare

[ Source](https://github.com/elahiadan/adan-contact-form)[ Packagist](https://packagist.org/packages/adan/contact)[ RSS](/packages/adan-contact/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (8)Used By (0)

create a folder name adan then run command "composer init" and setup all the configration related to the package then create a service provider "FormServiceProvider.php" then create a folder src, this is main folder then create a route file "web.php" in a src/route folder then create a controller file "FormController.php" in a src/Http/Controllers folder then create a model file "Form.php" in a src/Models folder then create a view file "form.blade.php" in a src/views folder then create any othor file in the same way

add this script inside main composer.json "autoload-dev": { "psr-4": { "Adan\\Contact\\": "adan/src/" } }, run composer dump-autoload then register service provide "FormServiceProvider.php" in config/app.php

---

Adan Package This package provides functionality for handling forms in a Laravel application.

Installation Clone the repository:

bash Copy code git clone Navigate to the project directory:

bash Copy code cd adan Initialize Composer:

bash Copy code composer init Follow the prompts to set up your composer.json file.

Add autoload-dev configuration to composer.json:

json Copy code "autoload-dev": { "psr-4": { "Adan\\Contact\\": "src/" } } Save the file.

Dump autoload files:

bash Copy code composer dump-autoload Register FormServiceProvider: Edit config/app.php and add the following line to the providers array:

php Copy code Adan\\Contact\\FormServiceProvider::class, Usage Service Provider Create the FormServiceProvider:

bash Copy code touch FormServiceProvider.php Add the necessary service provider code.

Main Folder and Structure Create the src folder as the main folder.

Routes Create the route file web.php:

bash Copy code mkdir -p src/routes touch src/routes/web.php Define your routes in web.php.

Controllers Create the FormController:

bash Copy code mkdir -p src/Http/Controllers touch src/Http/Controllers/FormController.php Add your controller logic in FormController.php.

Models Create the Form model:

bash Copy code mkdir -p src/Models touch src/Models/Form.php Define your model in Form.php.

Views Create the view file form.blade.php:

bash Copy code mkdir -p src/views touch src/views/form.blade.php Design your form in form.blade.php.

Additional Files You can create any other necessary files using a similar structure.

Contributing Feel free to fork this repository, make changes, and submit pull requests. Contributions are welcome!

License This package is open-sourced software licensed under the MIT license.

This README.md file provides clear steps for installation, usage instructions, and guidance for contributions, all while maintaining a clean and attractive format suitable for GitHub repositories. Adjust paths and details as per your actual project structure and requirements.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Every ~0 days

Total

6

Last Release

707d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/67105079?v=4)[Adane Elahi Ansari](/maintainers/elahiadan)[@elahiadan](https://github.com/elahiadan)

---

Top Contributors

[![elahiadan](https://avatars.githubusercontent.com/u/67105079?v=4)](https://github.com/elahiadan "elahiadan (10 commits)")

### Embed Badge

![Health badge](/badges/adan-contact/health.svg)

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

###  Alternatives

[tehwave/laravel-shortcodes

Simple, elegant WordPress-like Shortcodes the Laravel way

1281.2k](/packages/tehwave-laravel-shortcodes)

PHPackages © 2026

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