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

ActiveLibrary

ascodelab/contact
=================

Laravel package starter stub

v1.0.1(5y ago)06MITPHP

Since Nov 4Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ascodelab/contact)[ Packagist](https://packagist.org/packages/ascodelab/contact)[ Docs](https://github.com/ascodelab/contact)[ RSS](/packages/ascodelab-contact/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

Contact
=======

[](#contact)

[![Latest Version](https://camo.githubusercontent.com/1f967b22b41b213987a28cd55810a585eec7a3d6571b70bc6ec91518f3ff108f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6173636f64656c61622f636f6e746163742e7376673f7374796c653d666c61742d737175617265)](https://github.com/ascodelab/contact/releases)[![Issues](https://camo.githubusercontent.com/ce165f9dd4f0df7bf0bb4aa3ba36cdfe41777a28e9e504efcaa981bc940e656d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6173636f64656c61622f636f6e746163743f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ascodelab/contact)

Installation
------------

[](#installation)

Via Composer

```
$ composer require ascodelab/contact
```

Publishing assets &amp; config

```
$ php artisan vendor:publish --provider="Ascodelab\Contact\ContactServiceProvider"
```

Roure for contact(test) page

```
$ /contact
```

Extending the Package
---------------------

[](#extending-the-package)

cd into your project root

```
$ mkdir ascodelab && cd ascodelab
```

Clone the package skelton

```
$ git clone https://github.com/ascodelab/contact.git
```

Now your project structure would look something like below screenshoot

[![Screenshot](structure.png)](structure.png)

Testing the project locally
---------------------------

[](#testing-the-project-locally)

Adding package to the composer.json (require section)

```
$ "ascodelab/contact": "@dev",
```

Adding local development repository

```
"repositories": {
        "ascodelab/contact": {
            "type": "path",
            "url": "/usr/local/var/www/Project/packages/contact/packages/ascodelab/contact",
            "options": {
                "symlink": true
            }
        }
    }
```

Installing the local package

```
$ composer install/update
```

Hit /contact and check if it's working fine.

Note
----

[](#note)

Drop an email to  for any quick technical support.

Change log
----------

[](#change-log)

Please see the [changelog](changelog.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [contributing.md](contributing.md) for details and a todolist.

Security
--------

[](#security)

If you discover any security related issues, please email author email instead of using the issue tracker.

Credits
-------

[](#credits)

- [Anil Sharma](https://ascodelab.github.io/-/#)

License
-------

[](#license)

license. Please see the [license file](license.md) for more information.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

3

Last Release

2017d ago

Major Versions

v0.1-alpha → v1.02020-11-04

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/14267797?v=4)[ANIL SHARMA](/maintainers/ascodelab)[@ascodelab](https://github.com/ascodelab)

---

Top Contributors

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

---

Tags

laravelcontact

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[astrotomic/laravel-vcard

A fluent builder class for vCard files.

5330.0k](/packages/astrotomic-laravel-vcard)

PHPackages © 2026

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