PHPackages                             abhisan/contact\_with\_bulma - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. abhisan/contact\_with\_bulma

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

abhisan/contact\_with\_bulma
============================

Sends email to admin and save in database, it uses bulma CSS for front-end.

v1.0.8(5y ago)319MITBlade

Since Sep 21Pushed 5y ago1 watchersCompare

[ Source](https://github.com/abhisanGhimire/package_development_for_laravel)[ Packagist](https://packagist.org/packages/abhisan/contact_with_bulma)[ RSS](/packages/abhisan-contact-with-bulma/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Contact Form Package
====================

[](#contact-form-package)

[![GitHub issues](https://camo.githubusercontent.com/a8dce0b45c7a480dfa5ac607c9a8f21911a4ff10a6397025020c9f8b0b317339/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6162686973616e4768696d6972652f7061636b6167655f646576656c6f706d656e745f666f725f6c61726176656c3f7374796c653d666f722d7468652d6261646765)](https://github.com/abhisanGhimire/package_development_for_laravel/issues)[![GitHub stars](https://camo.githubusercontent.com/54ef844fbee60f8b4ca5323140b0bc390a6caaf2f65ea516548b882a37760fd7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6162686973616e4768696d6972652f7061636b6167655f646576656c6f706d656e745f666f725f6c61726176656c3f7374796c653d666f722d7468652d6261646765)](https://github.com/abhisanGhimire/package_development_for_laravel/stargazers)[![GitHub forks](https://camo.githubusercontent.com/a63c16a18a1b3ba6882dbb247a0c36d890cfae4930ca3248000263982c818c79/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f6162686973616e4768696d6972652f7061636b6167655f646576656c6f706d656e745f666f725f6c61726176656c3f7374796c653d666f722d7468652d6261646765)](https://github.com/abhisanGhimire/package_development_for_laravel/network)

Sends email to admin and save in database, it uses bulma CSS for front-end.
---------------------------------------------------------------------------

[](#sends-email-to-admin-and-save-in-database-it-uses-bulma-css-for-front-end)

To use the package:

`composer require abhisan/contact_with_bulma`

Create a database:

`php artisan migrate`

To setup mail with mailtrap.io
------------------------------

[](#to-setup-mail-with-mailtrapio)

In .env file :

```
MAIL_MAILER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=mailtrap_port(25 or 465 or 587 or 2525)
MAIL_USERNAME=your_mailtrap_username
MAIL_PASSWORD=your_mailtrap_password
MAIL_ENCRYPTION=TLS

```

To setup your address and social media links
--------------------------------------------

[](#to-setup-your-address-and-social-media-links)

In .env file :

```
SEND_EMAIL_TO=your_email_address
FB_ADDRESS=your_fb_profile_link
INSTA_ADDRESS=your_insta_profile_link
TWITTER_ADDRESS=your_twitter_link
ADDRESS= your_address

```

To publish config and views
---------------------------

[](#to-publish-config-and-views)

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

Extra Info
----------

[](#extra-info)

You can pass raw HTML in your ADDRESS if you want to display address in any specific order

Example:

```
ADDRESS= KathmanduNepal

```

Screenshot
----------

[](#screenshot)

[![](https://camo.githubusercontent.com/fcbf9efb23508c6428b99c12d419729027f282faa14c1f31d12c74fb77e16de9/687474703a2f2f6162686973616e6768696d6972652e696e666f2f636f6e746163745f7061636b6167652e706e67)](https://camo.githubusercontent.com/fcbf9efb23508c6428b99c12d419729027f282faa14c1f31d12c74fb77e16de9/687474703a2f2f6162686973616e6768696d6972652e696e666f2f636f6e746163745f7061636b6167652e706e67)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

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

2060d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/14953957?v=4)[Abhisan Ghimire](/maintainers/abhisanGhimire)[@abhisanGhimire](https://github.com/abhisanGhimire)

### Embed Badge

![Health badge](/badges/abhisan-contact-with-bulma/health.svg)

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

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M227](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)

PHPackages © 2026

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