Libraries tagged by area code
ixianming/image-captcha
187 Downloads
Image Captcha. The captcha font can be automatically adapted to the image size. Based on the `intervention/image` library, the installation and use conditions are the same as for `intervention/image`. Please read README.MD for more details.
nails/module-asset
11609 Downloads
This module provides pre-compiled assets which are used by Nails modules.
shell/data-and-reporting-sdk
5 Downloads
Data And Reporting product consists of API's which provides details of transaction and invoice informations about shell cards. The Shell Card Transaction and Invoice API is REST-based and employs Basic authentication in Version 1 and Oauth authentication in Version 2 end points. The API endpoints accept JSON-encoded request bodies, return JSON-encoded responses and use standard HTTP response codes. All resources are located in the Shell Card Platform. The Shell Card Platform is the overall platform that encompasses all the internal Shell systems used to manage resources.
shell/card-management-sdk
18 Downloads
The Shell Card Management API is REST-based and employs OAUTH 2.0,Basic and ApiKey authentication. The API endpoints accept JSON-encoded request bodies, return JSON-encoded responses and use standard HTTP response codes.All resources are located in the Shell Card Platform. The Shell Card Platform is the overall platform that encompasses all the internal Shell systems used to manage resources. The internal workings of the platform are not important when interacting with the API. However, it is worth noting that the platform uses a microservice architecture to communicate with various backend systems and some API calls are processed asynchronously. All endpoints use the POST verb for retrieving, updating, creating and deleting resources in the Shell Card Platform. The endpoints that retrieve resources from the Shell Card Platform allow flexible search parameters in the API request body.
paragonie/stern
1414 Downloads
Stern lets you built type-safe PHP projects, even if your project's users aren't writing type-safe code
dot-env-it/laravel-api-integrator
742 Downloads
Package to simplify third-party api integrations. Make API calls like they are part of your code with this package. No need to remember base url or path of any API.
alex90badea/patch-migration
330 Downloads
As Laravel migrations work, this package allows you to keep track of code migrations and execute code blocks as if they are migrations.
rest-full/filesystem
23 Downloads
They are filesystem that can add to the code.
rest-full/event
23 Downloads
They are events that can add to the code.
rest-full/error
23 Downloads
They are error that can add to the code.
valorin/deploy
618 Downloads
Deploy is an Artisan command with the aim to provide a very simple way to deploy your code into staging and production while ensuring valid version tags are applied.
pelock/jobfuscator
10 Downloads
JObfuscator is a source code obfuscator for the Java programming language. Obfuscate and protect your Java source code and algorithms from hacking, cracking, reverse engineering, decompilation, and technology theft. JObfuscator provides advanced Java source code parsing based on AST trees, multiple advanced obfuscation strategies are available.
kinglozzer/bfgoogleanalytics
5695 Downloads
A slimmed, trimmed & tweaked version of silverstripe-labs/silverstripe-googleanalytics. Designed for use in internal projects or where developers are the only CMS administrators; as users can break their analytics code by inserting invalid javascript.
gburtini/router
22 Downloads
A very simple lightweight routing system capable of safe in-order fallbacks/priorities. All variables are treated as untainted. You should read the code (or at least 'Security' on the github page) before using this!
dev-lucid/factory
48 Downloads
A loader for dividing up code into 5 categories: models, views, controllers, rulesets, and helpers. Models are provided by Paris (https://packagist.org/packages/j4mie/paris). Views, controllers, and helpers are basically empty classes waiting for you to add your own functionality. Rulesets provide a way to validate data both client side and server side.