Posts

  • Buzz

    PHP’s lightweight HTTP client

    Install by running:

    composer require kriswallsmith/buzz
    

    You do also need to install a PSR-17 request/response factory. Buzz uses that factory to create PSR-7 requests and responses. Install one from this list.

    Example:

    composer require nyholm/psr7
    

    Tags: #php

  • tree

    tree is a library for working with nested data structures

    tree is a library for working with nested data structures. In a way, tree generalizes the builtin map function which only supports flat sequences, and allows to apply a function to each “leaf” preserving the overall structure.

    >>> import tree
    >>> structure = [[1], [[[2, 3]]], [4]]
    >>> tree.flatten(structure)
    [1, 2, 3, 4]
    >>> tree.map_structure(lambda v: v**2, structure)
    [[1], [[[4, 9]]], [16]]
    

    tree is backed by an optimized C++ implementation suitable for use in demanding applications, such as machine learning models.

    Tags: #python

  • flyctl-actions

    :octocat: GitHub Action that wraps the flyctl

    This action wraps the Fly.io CLI. Use it to deploy or manage your Fly.io application via Github Actions events.

    Tags: #typescript

  • loopback-datasource-juggler

    Connect Loopback to various Data Sources

    An ORM/ODM that provides a common set of interfaces for interacting with databases, REST APIs, and other types of data sources. It was originally forked from JugglingDB.

    In LoopBack 4, it is part of the @loopback/repository module. See Repository page in LoopBack 4 for more details.

    Tags: #javascript • loopback • orm

  • filemanager

    A simple, friendly and practical Livewire filemanager for your applications

    A simple, friendly, and practical file manager designed specifically for Laravel applications. This Livewire-powered tool makes it easy to manage files and folders within your project, offering an intuitive interface and seamless integration with Laravel’s ecosystem. Perfect for developers seeking an efficient and user-friendly solution for file and folders management.

    • Drag & drop files
    • Search for files or folders
    • Ready to include in any projects
    • Multiple languages (see resources/lang for the list)
    • Darkmode available
    • API endpoints

    Watch the presentation of the package here: Laravel Switzerland Meetup

    Full Documentation - Comprehensive guide with detailed examples, API reference, and advanced usage.

    Tags: #php

  • LaserWeb4

    Collaborative effort on the next version of LaserWeb / CNCWeb

    Development is currently in the dev-es6 branch. Documentation is at https://laserweb.yurl.ch.

    Please remember that this is a totally non profit open source project, all contributors and testers are volunteers who share a love of all things making. Lasers included. If you have questions or like to discuss about LaserWeb, please head over to the LaserWeb / CNCWeb community at https://forum.makerforums.info/c/laserweb-cncweb.

    Tags: #javascript • cnc-controller • cnc

  • converge

    Advanced documentation management framework for Laravel artisans

    Converge, is a modular Laravel documentation system designed to dynamically generate, organize, and present documentation, API references, and related content based on a structured hierarchy of versions, clusters, groups, and files. It offers developers a streamlined way to build customizable documentation websites that reflect their project’s structure directly from the filesystem.


    visit the official website for more information.

    Tags: #php

  • Alfred-Workflows

    Make your Alfred more powerful. (include Workflows, Extensions and Themes)

    Make your Alfred more powerful. ([Alfred 2] powerpack required)

    For more workflows, check [AlfredWorkflow.com] and [Workflow Searcher]


    Tags: #php

  • enlightn

    Your performance & security consultant, an artisan command away.

    Think of Enlightn as your performance and security consultant. Enlightn will “review” your code and server configurations, and give you actionable recommendations on improving performance, security and reliability!

    The Enlightn OSS (open source software) version has 66 automated checks that scan your application code, web server configurations and routes to identify performance bottlenecks, possible security vulnerabilities and code reliability issues.

    Enlightn Pro (commercial) is available for purchase on the Enlightn website and has an additional 64 automated checks (total of 131 checks).

    Tags: #php • laravel • static-analysis

  • omniauth-auth0

    OmniAuth strategy to login with Auth0

    Tags: #ruby • dx-sdk • omniauth

subscribe via RSS