Libraries tagged by simple user provider
custom-laravel-form-request/validator
1 Downloads
Validator Form Request which may be used for validating data after parsing. For example we got big jsob string and we cannot change this, so what we need to do is to use Validator in laravel and provide in controller all the shit code like rules.. if fails and another. This class can validate this json after parsing without redundant code in controller, simply add data, next validation steps will processed automatically, rules and another logic is hidden in this class.
radsphere/resource-bundle
45 Downloads
This Bundle provides sample managed api restful resource to be used with RadsRestBundle
numeno/api-art-rec
1 Downloads
### Introduction Use the Numeno Article Recommender API to get personalized article recommendations in three easy steps: 1. Define a Persona: Simply provide a description of your interests, vibe, and target audience. 2. Associate the Persona with a Feed. 3. Pull from the Feed to receive a curated selection of articles from across the web. ### Cross-Origin Resource Sharing This API features Cross-Origin Resource Sharing (CORS) implemented in compliance with [W3C spec](https://www.w3.org/TR/cors/), allowing cross-domain communication from the browser. All responses have a wildcard same-origin policy which makes them accessible from any code on any site.