Libraries tagged by on page

effectivesoft/htmlcache

0 Favers
71 Downloads

Cache pages to HTML and boost website performance on Craft CMS 3.

Go to Download


dashifen/acf-sharing-settings

0 Favers
66 Downloads

An ACF field group for a settings page relating to how a site appears on Twitter and Facebook.

Go to Download


critiq/laravel-head-manifest

1 Favers
124 Downloads

Define your HTML head attributes in a manifest shared between Laravel and an SPA project so that robots crawling the page have access to up too path-specific metadata without requiring server side rendering on the SPA side

Go to Download


creativestyle/magesuite-skuter

1 Favers
1 Downloads

The module allows finding a product on the frontend faster - if a user opens domain.com/sku/{product_sku}, he will be redirected to the correct PDP page.

Go to Download


clickstorm/cs-image-point

1 Favers
153 Downloads

[clickstorm] Image Point provides a new render type with a wizard for determining coordinates on an image. Coordinates can be set on the image of a data record (e.g. content element, page, ...), which are then output as percentages.

Go to Download


boots/media

0 Favers
150 Downloads

Easily empower your pages with the wp media uploader and utility for image resizing on the fly.

Go to Download


alissonlinneker/statuspage-php-sdk

0 Favers
4 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


alejandro-sanchez1992/gutenberg-section-block

0 Favers
12 Downloads

One of the main elements used for layout in pages, a section / container block is on the roadmap, but I needed one. Now. So Here it is!

Go to Download


aceitdesign/aceitrouter

0 Favers
4 Downloads

A simple router that allows for nested pages as well as middleware before and after th main matching process. It functions on callbacks provided by the routes themselves. It also has support for default behaviour (404 etc)

Go to Download


bitmotion/marketing-automation

0 Favers
1875 Downloads

Base TYPO3 extension that allows targeting and personalization of TYPO3 content: Limit pages, content-elements etc. to certain "Marketing Personas". Determination of Personas can come from various sources (requires add-on extensions).

Go to Download


arminvieweg/pw_teaser

0 Favers
347 Downloads

Create powerful, dynamic page teasers with data from page properties and its content elements. Based on Extbase and Fluid Template Engine.

Go to Download


aozisik/translatable

0 Favers
29 Downloads

Translatable is a package that helps you have translatable fields on models. These fields will store your translations in JSON format and will be automatically fetched to your current app locale when you try to reach them. You can also get a specific language of your choice by using certain methods. Please refer to the Github page for further details.

Go to Download


almasaeed2010/adminlte

45009 Favers
7626658 Downloads

AdminLTE - admin control panel and dashboard that's based on Bootstrap 4

Go to Download


payum/payum-bundle

591 Favers
9230008 Downloads

One million downloads of Payum already! Payum offers everything you need to work with payments. Check more visiting site.

Go to Download


payum/payum

1915 Favers
6409266 Downloads

One million downloads of Payum already! Payum offers everything you need to work with payments. Friendly for all PHP frameworks (Symfony, Laravel, Laminas, Yii, Silex). Check more visiting site.

Go to Download


<< Previous Next >>