Libraries tagged by open data
despatates/laravel-auditing-job-database
2805 Downloads
A database driver for the owen-it/laravel-auditing package. Store audits using laravel jobs.
1msg/one_msg_waba_sdk
2583 Downloads
[1MSG.IO](https://1msg.io/) is the perfect WhatsApp management tool for your business. With us you get full access to the official Whatsapp API/webhooks. Every API request must contain an Authorize HTTP header with a token. This is your channel token, which can be found in your channel project on your profile page. Please do not give the token to anyone or post it publicly. The authorization token must be added to each request in the GET parameter 'token' and always passed to query string (?token={your_token}). Parameters in GET queries pass query string. Parameters in POST requests — through the JSON-encoded request body. All 'send' methods (except /sendTemplate) will only work when the dialog session with the user is open. Some of our solutions simplify and avoid such limitations, but we urge you to pay more attention to this detail
trilobit-gmbh/trilobit-datepicker
1339 Downloads
Datepicker integration for Contao Open Source CMS
terminal42/contao-calendarfield
742 Downloads
Frontend text field with datepicker for Contao Open Source CMS
nickeatingsalsage/php-ibgekit
18 Downloads
PHP-IBGEKIT is a bunch of tools for current IBGE Api, for further details go to https://github.com/nickeatingsalsage/php-ibgekit.
markocupic/rotate_image
1778 Downloads
Backend extension for the Contao Open Source CMS
birdsinthesun/mm_shop
68 Downloads
MM_Shop ist eine schlanke, sichere und flexible Open-Source-Shop-Erweiterung für Contao 5.3, entwickelt für den deutschsprachigen Raum und kleinere Shops, die ihre Produkte in Euro (€) anbieten möchten. MM_Shop basiert auf Symfony 6.4 und nutzt die leistungsfähige Erweiterung MetaModels 2.4 für eine individuelle und flexible Datenmodellierung.
andreshg112/laravel-auditing-notifications
564 Downloads
A notifications driver for the owen-it/laravel-auditing package. Allows sending notifications with audit data through custom channels.
owen-soak/nova-date-range-filter
18 Downloads
A Laravel Nova date range filter.
fuzzyma/contao-bootstrap-datepicker
128 Downloads
Frontend Text Field with Bootstrap Datepicker for Contao Open Source CMS
daar/invoices
34 Downloads
Generate PDF invoices for your customers in laravel
fuzzyma/contao-addresspicker
110 Downloads
Frontend Text Field with Bootstrap Datepicker for Contao Open Source CMS
sohelrana820/live-cricket-score
23 Downloads
This is a open source PHP package for getting live cricket score. This library provides a list of today's live matches and details of each individual match as well as live score.
piurafunk/docker-php
9 Downloads
The Engine API is an HTTP API served by Docker Engine. It is the API the Docker client uses to communicate with the Engine, so everything the Docker client can do can be done with the API. Most of the client's commands map directly to API endpoints (e.g. `docker ps` is `GET /containers/json`). The notable exception is running containers, which consists of several API calls. # Errors The API uses standard HTTP status codes to indicate the success or failure of the API call. The body of the response will be JSON in the following format: ``` { "message": "page not found" } ``` # Versioning The API is usually changed in each release, so API calls are versioned to ensure that clients don't break. To lock to a specific version of the API, you prefix the URL with its version, for example, call `/v1.30/info` to use the v1.30 version of the `/info` endpoint. If the API version specified in the URL is not supported by the daemon, a HTTP `400 Bad Request` error message is returned. If you omit the version-prefix, the current version of the API (v1.40) is used. For example, calling `/info` is the same as calling `/v1.40/info`. Using the API without a version-prefix is deprecated and will be removed in a future release. Engine releases in the near future should support this version of the API, so your client will continue to work even if it is talking to a newer Engine. The API uses an open schema model, which means server may add extra properties to responses. Likewise, the server will ignore any extra query parameters and request body properties. When you write clients, you need to ignore additional properties in responses to ensure they do not break when talking to newer daemons. # Authentication Authentication for registries is handled client side. The client has to send authentication details to various endpoints that need to communicate with registries, such as `POST /images/(name)/push`. These are sent as `X-Registry-Auth` header as a Base64 encoded (JSON) string with the following structure: ``` { "username": "string", "password": "string", "email": "string", "serveraddress": "string" } ``` The `serveraddress` is a domain/IP without a protocol. Throughout this structure, double quotes are required. If you have already got an identity token from the [`/auth` endpoint](#operation/SystemAuth), you can just pass this instead of credentials: ``` { "identitytoken": "9cbaf023786cd7..." } ```
nateritter/laravel-mautic-api
11 Downloads
Free and Open Source Marketing Automation API (updated to support Laravel 5.7 by dgtal)