Libraries tagged by external_id
causal/extractor
158553 Downloads
This extension detects and extracts metadata (EXIF / IPTC / XMP / ...) from potentially thousand different file types (such as MS Word/Powerpoint/Excel documents, PDF and images) and bring them automatically and natively to TYPO3 when uploading assets. Works with built-in PHP functions but takes advantage of Apache Tika and other external tools for enhanced metadata extraction.
kharanenka/laravel-scope-external-id
31543 Downloads
Scope for field 'external_id' (int)
discoverygarden/dgi_actions
386 Downloads
Integration with external identifier service providers.
ampersand/category-code
43626 Downloads
Add a unique identifier to categories so that they may be identified by external systems
kunstmaan/voting-bundle
962 Downloads
A lot of sites enable users to vote or participate in actions where Facebook Likes are counted and rewarded. The KunstmaanVotingBundle was created to allow a faster setup of that kind of actions and will provide a backlog of votes your users casted. That way you can look for irregularities and automatically stop campains when their deadline has expired. It will provice support for votes on your site only but also for external social networks as Facebook so you can worry about you ideas and not how to implement it.
alphasoft-fr/messenger-filesystem-transport
6 Downloads
FilesystemTransport is a transport for Symfony Messenger based on the file system. It allows for handling asynchronous messages without using a database or an external message broker such as RabbitMQ or Redis. This is a simple and lightweight solution, ideal for small to medium-sized projects.
xt/laravel-external-id
20 Downloads
Generate external id when saving Eloquent models
flowint/external-id-duplication-helper
434 Downloads
Prevents object duplications
eeappdev/laravel-external-id
15 Downloads
Make a morph-table to keep track of external id relationships for external API
wss/external-order-id
19 Downloads
Add External Order Id to shipping step in checkout.
martinlindhe/php-myip
8496 Downloads
External IP providers
idno/bridgy
9325 Downloads
Receive comments from external services on your Known site.
askvortsov/flarum-auth-sync
461 Downloads
Manage Sync from External Identity Providers
nlg/aurora
9 Downloads
Aurora is a powerful and efficient one-file PHP template engine designed to simplify web development. It requires no external dependencies and offers a straightforward setup process, making it ideal for projects that benefit from a lightweight, easy-to-deploy solution.
kruegge82/billbee-php-sdk-api
12 Downloads
Documentation of the Billbee REST API to connect a Billbee account to external aplications. ## Endpoint The Billbee API endpoint base url is https://api.billbee.io/api/v1 ## Activation You have to enable the API in the settings of your Billbee account. In addition you need a Billbee API Key identifying the application you develop. To get an API key, send a mail to [email protected] and send us a short note about what you are building. ## Authorization & security Because you can access private data with the Billbee API, every request has to be sent over https and must * Contain a valid API Key identifying the application/developer. It has to be sent as the HTTP header X-Billbee-Api-Key * Contain a valid user login with billbee username and api password in form of a basic auth HTTP header ## Throttling 50 calls per second for each API Key. 10 calls per second for each API Key in combination with Billbee user. Besides that each endpoint has a throttle of max 2 requests per second per combination of API Key and Billbee user. When you exceed the throttle threshold, the API will return a HTTP 429 status code and a Retry-After-Header indicating how many seconds you will have to wait before you can call the API again.