Libraries tagged by once
dutchcodingcompany/laravel-seed-once
542 Downloads
Simple package to allow running seeders just once.
pipinstallpip/onencews
23 Downloads
Http client for official 1nce rest api https://api.1nce.com
oncesk/runkit
2826 Downloads
Realtime php class and structure modification
twithers/laravel-horizon-clear-all
127 Downloads
Adds a command to easily clear all your defined queues at once.
sunnysideup/social_integration
29 Downloads
This module allows users to easily let users sign up and login using facebook and twitter. After a user has signed up using this module, a OAuth token for that social service will be stored against the users account. This allows your application to call the facebook and twitter apis on behalf of the user and implement whatever interesting social integration features you want. The SelectFriendPage is an example of the type of functionality that can be easily implemented once you have access to the users OAuth tokens.
steadlane/silverstripe-massexport
11 Downloads
A tool that allows you to export multiple Models at once and zip them into a single file for a specific date range
se7enxweb/ezstarrating
244 Downloads
eZ Star Rating is an extension that allows the addition of a rating system to eZ publish content objects via a dedicated datatype. The current version allows ratings between 1 and 5 stars; users can vote once per session.
ratacibernetica/yii2-node-socket
446 Downloads
This is a fork of oncesk/yii-node-socket
pattern-lab/edition-development-twig
207 Downloads
The Twig-based development edition of Pattern Lab. Allows one to clone all of the base Pattern Lab repos at once.
pattern-lab/edition-development
308 Downloads
The development edition of Pattern Lab. Allows one to clone all of the base Pattern Lab repos at once.
nogrod/dhl-retoure-php-sdk
65 Downloads
# Introduction ## Overview Note: This is the specification of the DP-DHL Group Parcel DE Returns API. This web service allows business customers to create return labels on demand. # Scenarios ## Main Scenario: Creating a returnlabel This is achieved by posting a return order to the URI '/rest/orders'. The service will respond with a return label. ## Querying to get receiver locations The single scenario supported by this service is the determination of the receiver's location. This is achieved by getting a location to the URI '/rest/locations'. The service will respond with a Receiver. # Technical Note on Authorization This API supports __two alternative ways__ to authorize yourself: 1. Combination of Apikey and Basic Authentication which you can provide with every call. 2. OAuth2 Password Flow: After having obtained your access token once, you provide this token as bearer token. You can try it out here. More details can be found when clicking on "Authorize".
netcreaties/laravel-synchronize
10157 Downloads
Laravel Synchronizations will enable you to create one time synchronizations and prevent creating commands you only use once
michaeljennings/refresh-database
1630 Downloads
A package to speed up your laravel database tests by only running the migrations once
mediarox/module-instant-estimated-shipping
214 Downloads
This Magento 2 module automatically determines & sets (based on the configured default country) the lowest shipping method once the shopping cart is calculated.
kuhschnappel/authtoken
131 Downloads
Once installed you can create authentication tokens for frontend users in the backend. You can then retrieve protected pages by submitting this token as an "X-User-Token" with the header.