Libraries tagged by wave apps
emmajiugo/flutterwave-cli
19 Downloads
A CLI app that helps you test Flutterwave payment on the go and also generate sample apps.
toneflix-code/laravel-dbconfig
532 Downloads
A Laravel package that allows you to configure your app using database entries with support for Arrays and files.
viecngay/lara-except-notify
11 Downloads
Notify when app have exceptions
vkovic/laravel-settings
7 Downloads
Easy way to save and retrieve app specific setting
sghimire/mobile-file-access
5 Downloads
Generic native file save/open (Storage Access Framework / UIDocumentPicker) for NativePHP Mobile — pick any file into your app or save arbitrary bytes to a user-chosen location, with no storage permissions required.
midorikocak/tabletools
7 Downloads
In an app you have to deal with tables. This library gives you some handy tools to deal with them.
linslin/paging-slider
18 Downloads
pagingSilder brings you Hardware-Accelerated Page Transitions for Web / Mobile Web Apps / PhoneGap Apps. Inspired by http://coenraets.org/blog/2013/03/hardware-accelerated-page-transitions-for-mobile-web-apps-phonegap-apps/ I have written an extension. This extension allows the page slider to control several pages, retrieve individual pages and slide from one side to another.
neam/docker-diff-based-layers
12 Downloads
Provides tools to work around the fact that subsequent COPY . /app commands in any environments re-adds all files in every layer instead of only the files that have changed
creatissimo/dhl-oauth
40 Downloads
This API describes how API client can obtain a token which is used to access various Parcel Germany APIs. Using this API is often the first step in making your API call. Preconditions You will need: * client ID (aka "API Key", obtained when you create an app in developer.dhl.com) * client secret (aka "API Secret", obtained when you create an app in developer.dhl.com) * GKP user name (obtained when setting up your business account with Parcel Germany) * GKP password (obtained when setting up your business account with Parcel Germany) Technical Information This uses an implementation of OAuth2 Password Grant (RFC 6749). After successfull usage you will: * have an opaque access token to be used for API calls afterwards * this token will have an expiration time
ecentria/ecentria-rest-bundle
2412 Downloads
Goal of this bundle is to simplify process of creating APIs with Symfony. We use already well-coded libraries, combine them together to simplify process and not to re-invent the wheel. We've chose REST and HATEOS to have unified standards of API requests and responses.
a2way/laravel-app-settings
208 Downloads
Save data in a table called "app_settings" and retrieve them.
stren-12/apps-scraper
9 Downloads
to Scrap AppData from its own store This Class Used to Scrap data from app web page in the supported stores with no need to worry about different html page layout Also its have the ability to auto-detect the store from the app id without need to define it
roshandelpoor/register-php-app-in-eureka
32 Downloads
This Package is Eureka Client And it's a library that interacts with the Eureka Server to register, deregister, and discover other services. Finally, I Want To Emphasize that This is NOT New Package (ONLY Fix Bug for package piwvh/php-eureka) Because of My Microservices Projects that I have to custom it
dan-szabo/yii-app-bootstrap-4
139 Downloads
Yii 2 Basic Application Template + database-based user functionality from the Advanced Template. Based on Bootstrap 4. 'components' and 'messages' folders have also been added.
ckailash/twitter-app-only-auth
49 Downloads
Twitter Application Only Auth API for Laravel, which is documented here: https://dev.twitter.com/oauth/application-only. With Application-only authentication you don’t have the context of an authenticated user and this means that any request to API for endpoints that require user context, such as posting tweets, will not work. However, it comes with a higher API rate limit