PHPackages                             digo/aula-composer - 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. digo/aula-composer

ActiveLibrary

digo/aula-composer
==================

1.0.1(2y ago)19[1 issues](https://github.com/rodrigo-oliveira-code/aulaComposer/issues)MITPHP

Since Jan 25Pushed 2y ago1 watchersCompare

[ Source](https://github.com/rodrigo-oliveira-code/aulaComposer)[ Packagist](https://packagist.org/packages/digo/aula-composer)[ RSS](/packages/digo-aula-composer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

Email Notification Library using phpMailer
==========================================

[](#email-notification-library-using-phpmailer)

This library's function is to send email using the phpmailer library. Doing this action in an uncomplicated way is essential for any system.

To install the library, run the following command:

```
composer require digo/aula-composer
```

To use the library, simply require the composer to autoload, invoke the class and make the method call:

```
sendEmail("Subject", "Content", "reply@email.com", "Replay Name", "address@email.com", "Address Name");
```

Note that the entire email sending configuration is using the magic constructor method! Once the constructor method has been invoked within your application, your system will be able to carry out the triggers.

### Developers

[](#developers)

- [Gustavo Web](mailto:gustavo@upinside.com.br) - Developer of this library and tutor of the Composer in Practice course!
- [Robson V. Leite](mailto:robson@upinside.com.br) - CEO and Founder UpInside Trainings
- \[UpInside Trainings\] - Official website of your programming and digital marketing school
- [phpMailer](https://github.com/PHPMailer/PHPMailer) - Lib to send E-mail

License
-------

[](#license)

MIT

**Another course from UpInside Trainings, make good use of it!**

- Import a HTML file and watch it magically convert to Markdown
- Drag and drop images (requires your Dropbox account be linked)
- Import and save files from GitHub, Dropbox, Google Drive and One Drive
- Drag and drop markdown and HTML files into Dillinger
- Export documents as Markdown, HTML and PDF

Markdown is a lightweight markup language based on the formatting conventions that people naturally use in email. As [John Gruber](http://daringfireball.net) writes on the [Markdown site](http://daringfireball.net/projects/markdown/)

> The overriding design goal for Markdown's formatting syntax is to make it as readable as possible. The idea is that a Markdown-formatted document should be publishable as-is, as plain text, without looking like it's been marked up with tags or formatting instructions.

This text you see here is \*actually- written in Markdown! To get a feel for Markdown's syntax, type some text into the left window and watch the results in the right.

Tech
----

[](#tech)

Dillinger uses a number of open source projects to work properly:

- [AngularJS](http://angularjs.org) - HTML enhanced for web apps!
- [Ace Editor](http://ace.ajax.org) - awesome web-based text editor
- [markdown-it](https://github.com/markdown-it/markdown-it) - Markdown parser done right. Fast and easy to extend.
- [Twitter Bootstrap](http://twitter.github.com/bootstrap/) - great UI boilerplate for modern web apps
- [node.js](http://nodejs.org) - evented I/O for the backend
- [Express](http://expressjs.com) - fast node.js network app framework [@tjholowaychuk](http://twitter.com/tjholowaychuk)
- [Gulp](http://gulpjs.com) - the streaming build system
- [Breakdance](https://breakdance.github.io/breakdance/) - HTML to Markdown converter
- [jQuery](http://jquery.com) - duh

And of course Dillinger itself is open source with a [public repository](https://github.com/joemccann/dillinger)on GitHub.

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

[](#installation)

Dillinger requires [Node.js](https://nodejs.org/) v10+ to run.

Install the dependencies and devDependencies and start the server.

```
cd dillinger
npm i
node app
```

For production environments...

```
npm install --production
NODE_ENV=production node app
```

Plugins
-------

[](#plugins)

Dillinger is currently extended with the following plugins. Instructions on how to use them in your own application are linked below.

PluginREADMEDropbox[plugins/dropbox/README.md](https://github.com/joemccann/dillinger/tree/master/plugins/dropbox/README.md)GitHub[plugins/github/README.md](https://github.com/joemccann/dillinger/tree/master/plugins/github/README.md)Google Drive[plugins/googledrive/README.md](https://github.com/joemccann/dillinger/tree/master/plugins/googledrive/README.md)OneDrive[plugins/onedrive/README.md](https://github.com/joemccann/dillinger/tree/master/plugins/onedrive/README.md)Medium[plugins/medium/README.md](https://github.com/joemccann/dillinger/tree/master/plugins/medium/README.md)Google Analytics[plugins/googleanalytics/README.md](https://github.com/RahulHP/dillinger/blob/master/plugins/googleanalytics/README.md)Development
-----------

[](#development)

Want to contribute? Great!

Dillinger uses Gulp + Webpack for fast developing. Make a change in your file and instantaneously see your updates!

Open your favorite Terminal and run these commands.

First Tab:

```
node app
```

Second Tab:

```
gulp watch
```

(optional) Third:

```
karma test
```

#### Building for source

[](#building-for-source)

For production release:

```
gulp build --prod
```

Generating pre-built zip archives for distribution:

```
gulp build dist --prod
```

Docker
------

[](#docker)

Dillinger is very easy to install and deploy in a Docker container.

By default, the Docker will expose port 8080, so change this within the Dockerfile if necessary. When ready, simply use the Dockerfile to build the image.

```
cd dillinger
docker build -t /dillinger:${package.json.version} .
```

This will create the dillinger image and pull in the necessary dependencies. Be sure to swap out `${package.json.version}` with the actual version of Dillinger.

Once done, run the Docker image and map the port to whatever you wish on your host. In this example, we simply map port 8000 of the host to port 8080 of the Docker (or whatever port was exposed in the Dockerfile):

```
docker run -d -p 8000:8080 --restart=always --cap-add=SYS_ADMIN --name=dillinger /dillinger:${package.json.version}
```

> Note: `--capt-add=SYS-ADMIN` is required for PDF rendering.

Verify the deployment by navigating to your server address in your preferred browser.

```
127.0.0.1:8000
```

License
-------

[](#license-1)

MIT

**Free Software, Hell Yeah!**

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

2

Last Release

835d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/862eafe6d92042b2b2ad950be337f8ad6eb7a7b89fc01466698e155ca591fa59?d=identicon)[rod36oliver](/maintainers/rod36oliver)

---

Top Contributors

[![rodrigo-oliveira-code](https://avatars.githubusercontent.com/u/51130060?v=4)](https://github.com/rodrigo-oliveira-code "rodrigo-oliveira-code (8 commits)")

### Embed Badge

![Health badge](/badges/digo-aula-composer/health.svg)

```
[![Health](https://phpackages.com/badges/digo-aula-composer/health.svg)](https://phpackages.com/packages/digo-aula-composer)
```

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.4k37.3k](/packages/matomo-matomo)[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M190](/packages/simplesamlphp-simplesamlphp)[getkirby/cms

The Kirby core

1.5k535.5k350](/packages/getkirby-cms)[saithink/saiadmin

webman plugin

2709.9k1](/packages/saithink-saiadmin)[jelix/jelix

Jelix PHP framework

83101.5k4](/packages/jelix-jelix)[doppar/framework

The Doppar Framework

366.7k8](/packages/doppar-framework)

PHPackages © 2026

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