Libraries tagged by examples
o3-shop/o3-shop
1313 Downloads
This file should be used as an O3-Shop project root composer.json file. Entries provided here intended to be examples and could be changed to your specific needs.
nystudio107/site-module
23 Downloads
An example module for Craft CMS 3 that lets you enhance your websites with a custom site module
neosrulez/neos-form-nodeproperty
4309 Downloads
A configurable input field that returns a node property, for example the title.
nawasara/docs
9 Downloads
In-app component gallery and code examples for the Nawasara UI library.
nathanntg/lite-lexer
133 Downloads
A light-weight, relatively fast lexer for use in PHP. Example includes a simple query language.
n1215/simple-adr
17 Downloads
A PSR-15 / PSR-17 compatible simple Action-Domain-Responder pattern example.
mschinis/braintree
748 Downloads
A Braintree Service provider, wrapper with examples for Laravel
mpaleo/scaffolder-extension
32 Downloads
Laravel scaffolder extension example
molnapps/folio-test-contents
35 Downloads
Example contents for Folio
michaelmeneses/moodle-composer
16 Downloads
Manage Moodle LMS and plugins using Composer at a root directory level (example ROOT/moodle).
mediadreams/md-notifications
208 Downloads
Notify frontend users about the creation of new data records. Every data type can be configured easily, for example pages (blog posts) or tx_news records.
martinmulder/openapi-crowdstrike-falcon-php
155 Downloads
Use this API specification as a reference for the API endpoints you can use to interact with your Falcon environment. These endpoints support authentication via OAuth2 and interact with detections and network containment. For detailed usage guides and examples, see our [documentation inside the Falcon console](https://falcon.eu-1.crowdstrike.com/support/documentation). To use the APIs described below, combine the base URL with the path shown for each API endpoint. For commercial cloud customers, your base URL is `https://api.eu-1.crowdstrike.com`. Each API endpoint requires authorization via an OAuth2 token. Your first API request should retrieve an OAuth2 token using the `oauth2/token` endpoint, such as `https://api.eu-1.crowdstrike.com/oauth2/token`. For subsequent requests, include the OAuth2 token in an HTTP authorization header. Tokens expire after 30 minutes, after which you should make a new token request to continue making API requests.
majisti/boilerplate
14 Downloads
A full stack boilerplate, including Symfony, Behat, Codeception, React & Redux with Webpack all under docker. It also even comes with examples!
light-it-labs/lightit-auth-laravel
23 Downloads
A comprehensive authentication package for Laravel projects, designed to streamline the implementation of various authentication strategies. This package supports JWT-based authentication, Google SSO, Laravel Sanctum, 2FA, OTP, and role-permission systems with standardized examples for seamless integration into your projects.
jonathanmaron/increment-version
417 Downloads
increment-version helps you programmatically maintain a .version file in the root directory of your project that contains a version number. Using this version number it is trivial to programmatically invalidate URIs to resources with a long expires header (stored, for example, in a CDN) in your build scripts.