Libraries tagged by this7 this
qbt/translation-bundle
12 Downloads
This bundle allow to import translation files content into the database and provide a GUI to edit translations. This is fork from Lexik/LexikTranslationBundle
pluswerk/t3ext_ig_ldap_sso_auth
467 Downloads
This extension provides LDAP support for TYPO3 by delegating the authentication of frontend and/or backend users to the centrally-managed directory of your organization. It fully supports OpenLDAP and Active Directory and is capable of connecting securely to the authentication server using either TLS or SSL (ldaps://). In case of use in an intranet environment, this extension is a perfect match since it natively brings Single Sign-On (SSO) capability to TYPO3 without any complex configuration.
piurafunk/docker-php
8 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..." } ```
pishgaman/sheet
29 Downloads
This is a comprehensive Laravel package for getting Excel and PDF output. phpspreadsheet And mpdf are the libraries used in this package.
phphelper/phphelper
33 Downloads
This is a simpler helpers classes to create a better web application using php. This is intentend to be use for devlopment only for learning purpose using xampp or others. This provides routing,data passing, separation of code using mvc pattern. This is not optmize for production level. Its only for beginner who don't want to use library like laravel or etc
phpcodertop/fixpaypal
4 Downloads
If you have tried to import PayPal transaction history into traditional accounting platforms such as Mint or QuickBooks you probably discovered it didn't work. This is because PayPal does a lot of unusual things that make their exports incompatible. This application was built specifically to solve that problem. Just upload your script and click download, in seconds you'll have a properly formatted CSV or Excel file ready to be imported into any traditional accounting software.
petersil98/thresh-stats
4 Downloads
This is a extension for the petersil98/thresh library. This library provides useful data and stats
peeto/tribute
228 Downloads
This is not the greatest web site in the world, this is a tribute
peckrob/episcopaldate
10 Downloads
This class contains a bunch of static methods mostly concerned with handling dates in the Episcopal Church USA (the American branch of the worldwide Anglican Communion). As a Western Christian tradition, many of these functions are suitable for use in other denominations as well.
pchschulz/silverstripe-gallery
461 Downloads
This module provides the possibility to easily add a gallery to any DataObject. This module also provides a finished gallery page.
payherokenya/payhero-php
38 Downloads
This PHP client library enables easy interaction with the PayHero API, allowing developers to integrate PayHero's payment processing capabilities into their PHP applications. With this client, you can perform operations like checking wallet balances, topping up service wallets, initiating payments, and querying transaction statuses.To be able to generate API keys with Pay Hero to use our API services you need to create an account with us. Create an account using below link and verify your account to be able to proceed. Go To: https://app.payhero.co.ke
patrick-blom/article-limit-per-order
9 Downloads
This module extends the article structure with the maximum order amount of a single article. This amount can not be exceeded per order.
oyswonder/html2pdf
97 Downloads
A Simple package for easily generating PDF documents from HTML.This package is specially for laravel but you can use this without laravel.
oxss/m2-order-grid-field
5 Downloads
This module will add the "Coupon Code" column to the admin order grid. This new column will be searchable and filterable.
oss_think/framework
593 Downloads
This is the first original framework I want to make, modeled on TP. I want to make some upgrades on this