Libraries tagged by internal id
kunstmaan/voting-bundle
965 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.
xt/laravel-external-id
27 Downloads
Generate external id when saving Eloquent models
flowint/external-id-duplication-helper
435 Downloads
Prevents object duplications
eeappdev/laravel-external-id
21 Downloads
Make a morph-table to keep track of external id relationships for external API
wss/external-order-id
20 Downloads
Add External Order Id to shipping step in checkout.
martinlindhe/php-myip
8505 Downloads
External IP providers
idno/bridgy
9332 Downloads
Receive comments from external services on your Known site.
liplum/flarum-sync-profile-core
20 Downloads
The core module of user profile synchronization when authenticated by an external identity provider.
liplum/flarum-sync-profile
111 Downloads
The user profile synchronization when authenticated by an external identity provider.
askvortsov/flarum-auth-sync
461 Downloads
Manage Sync from External Identity Providers
esanj/app-service
1 Downloads
The **AppService** package is designed to facilitate connections to external services based on a provided client ID.
nlg/aurora
19 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
24 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.
alphasoft-fr/messenger-filesystem-transport
46 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.