Libraries tagged by send text

inspiredminds/contao-member-invites

0 Favers
65 Downloads

This Contao extension allows members of your site to send and review invites.

Go to Download


inspiredminds/contao-isotope-product-type-messages

0 Favers
9 Downloads

Contao extension for Contao Isotope that allows you to send specific notification messages only if a product of certain types is in the order.

Go to Download


gustocoder/laravel-datatable

0 Favers
2 Downloads

Laravel datatable package that provides sorting, allows you to optionally add an extra column, under which you can add buttons for CRUD operations. The button creation method will automatically generate links and send the individual record id to the route name you pass to it. You can configure whether you want the records to be clickable, sortable or not. There is also pagination. Built using Laravel 11.0 but will work on most recent versions. It uses Bootstrap 5 to wrap your responsive table in a nice customizable panel

Go to Download


erdmannfreunde/contao-survey-sendmail

0 Favers
6 Downloads

Extends the contao survey extension with a new notification center type to send survey results.

Go to Download


eps90/req2cmd-bundle

2 Favers
154 Downloads

Extract command from a HTTP request and send it to the command bus like Tactician

Go to Download


dev-lucid/basiclogger

0 Favers
68 Downloads

An extremely simple implementation of PSR-3 logging that sends all messages to error_log.

Go to Download


bitpatroon/bpn_expiring_fe_users

0 Favers
415 Downloads

Detects an expiring user and sends that person an email with a link to extend the account

Go to Download


asayhome/asay-uploader

0 Favers
3 Downloads

This package upload files inside liveware component array varible, that mean's you can upload multiple files, when adding file the package auto send the file object to fired event so that you can get uploaded files in any place you wont by catching the fired event, all working step will be descriped in next sections.

Go to Download


alissonlinneker/statuspage-php-sdk

0 Favers
0 Downloads

# Code of Conduct Please don't abuse the API, and please report all feature requests and issues to https://support.atlassian.com/contact # Rate Limiting Each API token is limited to 1 request / second as measured on a 60 second rolling window. To get this limit increased, please contact us at https://support.atlassian.com/contact Error codes 420 or 429 indicate that you have exceeded the rate limit and the request has been rejected. # Basics ## HTTPS It's required ## URL Prefix In order to maintain version integrity into the future, the API is versioned. All calls currently begin with the following prefix: https://api.statuspage.io/v1/ ## RESTful Interface Wherever possible, the API seeks to implement repeatable patterns with logical, representative URLs and descriptive HTTP verbs. Below are some examples and conventions you will see throughout the documentation. * Collections are buckets: https://api.statuspage.io/v1/pages/asdf123/incidents.json * Elements have unique IDs: https://api.statuspage.io/v1/pages/asdf123/incidents/jklm456.json * GET will retrieve information about a collection/element * POST will create an element in a collection * PATCH will update a single element * PUT will replace a single element in a collection (rarely used) * DELETE will destroy a single element ## Sending Data Information can be sent in the body as form urlencoded or JSON, but make sure the Content-Type header matches the body structure or the server gremlins will be angry. All examples are provided in JSON format, however they can easily be converted to form encoding if required. Some examples of how to convert things are below: // JSON { "incident": { "name": "test incident", "components": ["8kbf7d35c070", "vtnh60py4yd7"] } } // Form Encoded (using curl as an example): curl -X POST https://api.statuspage.io/v1/example \ -d "incident[name]=test incident" \ -d "incident[components][]=8kbf7d35c070" \ -d "incident[components][]=vtnh60py4yd7" # Authentication

Go to Download


laravel/dusk

1879 Favers
25197383 Downloads

Laravel Dusk provides simple end-to-end testing and browser automation.

Go to Download


symfony/test-pack

858 Favers
15642818 Downloads

A pack for functional and end-to-end testing within a Symfony app

Go to Download


nextras/mail-panel

72 Favers
932102 Downloads

MailPanel is extension for Nette Framework which captures sent e-mails in development mode and shows them in debugger bar.

Go to Download


zendframework/zend-test

18 Favers
4118385 Downloads

Tools to facilitate unit testing of zend-mvc applications

Go to Download


aplus/database-extra

2 Favers
1042409 Downloads

Aplus Framework Database Extra Library

Go to Download


marquine/php-etl

178 Favers
125564 Downloads

Extract, Transform and Load data using PHP.

Go to Download


<< Previous Next >>