Posts
-
laravel-auto-translate
Automatically translate your language files using a translator service
This package can be used in Laravel 5.6 or higher and needs PHP 7.2 or higher.
You can install the package via composer:
composer require ben182/laravel-auto-translateTags: #php • laravel • laravel-package
-
aws-cf-templates
Free Templates for AWS CloudFormation
Find the documentation for the latest stable release here: https://templates.cloudonaut.io/en/stable/
Find the documentation for the unstable master branch here: https://templates.cloudonaut.io/en/latest/
Are you in need of a feature or does a bug cause you sleepless nights? Please let us know by using the project’s issue tracker.
Tags: #java • aws-cloudformation • cloudformation-template
-
eloquent-json-relations
Laravel Eloquent relationships with JSON keys
This Laravel Eloquent extension adds support for JSON foreign keys to
BelongsTo,HasOne,HasMany,HasOneThrough,HasManyThrough,MorphTo,MorphOneandMorphManyrelationships.
It also provides many-to-many relationships with JSON arrays.Tags: #php
-
aad-sso-wordpress
Single Sign-on with Azure Active Directory (for WordPress)
A WordPress plugin that allows organizations to use their Azure Active Directory user accounts to sign in to WordPress. Organizations with Office 365 already have Azure Active Directory (Azure AD) and can use this plugin for all of their users.
- Azure AD group membership can be used to determine access and role.
- New users can be registered on-the-fly based on their Azure AD profile.
- Can always fall back to regular username and password login.
This is a work in progress, please feel free to contact me for help. This plugin is provided as-is, with no guarantees or assurances.
In the typical flow:
- User attempts to log in to the blog (
wp-admin). At the sign in page, they are given a link to sign in with their Azure Active Directory work or school account (e.g. an Office 365 account). - After signing in, the user is redirected back to the blog with an authorization code, which the plugin exchanges for a ID token, containing a minimal set of claims about the signed in user, and an access token, which can be used to query Azure AD for additional details about the user.
- The plugin uses the claims in the ID token to attempt to find a WordPress user with an email address or login name that matches the Azure AD user.
- If one is found, the user is authenticated in WordPress as that user account. If one is not found, the WordPress user will (optionally) be auto-provisioned on-the-fly.
- (Optional) Membership to certain groups in Azure AD can be mapped to roles in WordPress, and group membership can be used to restrict access.
Tags: #php • azure-active-directory • wordpress-plugin
-
dunamai
Dynamic versioning library and CLI
Dunamai is a Python 3.5+ library and command line tool for producing dynamic, standards-compliant version strings, derived from tags in your version control system. This facilitates uniquely identifying nightly or per-commit builds in continuous integration and releasing new versions of your software simply by creating a tag.
Dunamai is also available as a GitHub Action.
Tags: #python • versioning • dynamic-ve
-
polylang-slug
A unique post slug within the language in Polylang. This allows for a page to have same/identical slug in multiple languages.
- Contributors: grapplerulrich
- Requires at least: 3.9
- Tested up to: 4.9.6
- License: GPLv2 or later
- License URI: http://www.gnu.org/licenses/gpl-2.0.html
- Tags: polylang, single-slug
Tags: #php
-
tcMenu
Menu library for Arduino, mbed and ESP with designer UI and remote control capabilities.
A menu library and designer UI for Arduino and mbed that is modular enough to support different input methods, display modules and IoT / remote control methods. TcMenu is more than just an Arduino menu library, think of it as a framework for building IoT applications that includes the ability to render menus locally onto a display.
Initially, you can use the menu designer UI that is packaged with every release, and available for Windows, macOS, and Linux. The designer UI takes care of building the core menu code and putting any callback functions into your sketch file. Think of the designer like a form designer in the desktop domain. Furthermore, It’s non destructive on the sketch file, so can be round tripped during development.
TheCodersCorner.com invest a lot of time and resources into making this open source product which is used by literally thousands of users. We don’t presently sell hardware or have any other income streams from it, we ask that especially commercial users consider making a voluntary contribution to help keep us going using the sponsor button.
In any fork, please ensure all text up to here is left unaltered.
Tags: #java • arduino • menu
-
asyncawait
Callback heaven for Node.js with async/await
Do you need this library?
This library has enabled async/await coding style in Node.js since 2014. But JavaScript now has native async/await. JS async/await was standardized as part of ES2017, and has been enabled by default in Node.js since v7.6.
So, do you still need this library? If you are just starting to use async/await, the answer is probably no. Use native async/await. If you’re maintaining a codebase that uses this library, or that needs to run on a old version of Node.js, then you may want to keep using it, but consider migrating to native async/await eventually. If you need deep coroutines for an advanced scenario, there may still be a case for using this library, since native async/await only supports shallow coroutine semantics.
Tags: #typescript
-
sql-parser
A validating SQL lexer and parser with a focus on MySQL dialect.
A validating SQL lexer and parser with a focus on MySQL dialect.
Tags: #php • sql-query • sql-parser
-
Papercut-SMTP
Papercut SMTP – The Simple Desktop Email Server
If you ever send emails from an application or web site during development, you’re familiar with the fear of an email being released into the wild. Are you positive none of the ‘test’ emails are addressed to colleagues or worse, customers? Of course, you can set up and maintain a test email server for development – but that’s a chore. Plus, the delay when you are waiting to view new test emails can radically slow your development cycle.
Tags: #javascript • papercut • smtp-server
subscribe via RSS