Libraries tagged by citations
zippovich2/expressions-parser
483 Downloads
Used shunting-yard algorithm to parse any expressions and RPN(Reverse Polish Notations) to execute it.
ddreher/db-api-client
40 Downloads
A php client library for the deutsche bahn timetable API
zngly/zngly-graphql-db
1 Downloads
A plugin that allows you to create custom database tables and use them in GraphQL queries & mutations
zestic/graphql-simple-client
31 Downloads
A simple client to help execute queries and mutations across GraphQL
yousafsyed/algorithms
18 Downloads
Original Proposal: Using the right data structure or algorithm for the situation is an important aspect of programming. In computer science literature, many data structures and algorithms have been researched and extensively documented. However, there is still no standard library in Php implementing useful structures and algorithms like Red/Black Trees, tries, different sorting algorithms, etc. This project will create such a library with documentation on when to use a particular structure/algorithm. It will also come with a benchmark suite to compare performance in different situations.
weatherflux/weatherflux
49 Downloads
A gateway to listen WeatherFlow stations on a local network and write weather data in InfluxDB 2.
uniben/laravelgraphqlable
44 Downloads
A quick and easy way to build prototype GraphQL queries and mutations for your Laravel models and controllers.
tenturaghukumar/getrandomquotes
6 Downloads
This Library Generate Random Qutations for you.
sunnysideup/ecommerce_club_order
0 Downloads
this silverstripe ecommerce modules is for situations when you have groups ordering stuff and you want to keep track of their individual orders within one order
stevenbuehner/multi-role-acl-base
68 Downloads
A module that implements the acl with some presets. It can be attached to htGroupManager and htUserManager or customized for other situations
sprint-digital/sprint-passport
27 Downloads
Add GraphQL types and mutations for login and recover password functionalities
sovereignbot/plugin-radio
6 Downloads
Play various curated radio stations
shell/digital-payments-sdk
5 Downloads
The APIs detailed within this SDK will enable Shell's Fleet Solutions Customers to digitalize Shell Card/s and use them to pay to refuel their vehicles at Shell Stations.
renepardon/lighthouse-graphql-passport-auth
23 Downloads
Add GraphQL types and mutations for login and recover password functionality through passport with lighthouse
rapidwebltd/no-post-data-laravel-middleware
77 Downloads
Under certain conditions, when posting data from a form, the web server may lose the post data. This commonly happens if a user is uploading a large file beyond the size limits set in the web server's configuration. Laravel does not handle this situation and may end up throwing a somewhat confusing `TokenMismatchException in VerifyCsrfToken` due to CSRF protection. The 'No Post Data Laravel Middleware' handles situations in which a post request has been submitted and contains no post data - a situation which should not occur under normal usage. By default, the middleware will redirect back to the previous page with an error message flashed to the session. This can then be output on your view as you would normally handle validation errors. If needed, you can also modify this default behaviour and allow any code to run when the 'post request with no post data' situation is encountered.