Code Monkey home page Code Monkey logo

core's Introduction

GitHub release (latest SemVer)


This project has been deprecated and will be removed at a later date. Instead, you should consider using Rovota Framework. A more modern, lightweight yet feature-rich alternative.

core's People

Contributors

leandrotijink avatar

Stargazers

aiamk avatar Teflo avatar  avatar Sinevia avatar Jan-Erik avatar

Forkers

vottondev

core's Issues

Switch to Random\Randomizer with PHP 8.2

Various functionality within Core use PHP functions such as str_shuffle() and array_rand() internally.

In PHP 8.2, a new Random\Randomizer class has been introduced, which provides a modernized way to access randomizing capabilities. There is a possibility (it is being discussed) that the currently available methods will be deprecated in favor of this newly introduced class.

To prevent deprecation notices in future PHP versions, all usages of the methods being deprecated should be replaced with the usage of the new class once PHP 8.2 is widely available.

Resources:

Driver for Azure Blob Storage

Provide a new driver specifically for Azure Blob Storage (ABS) compatibility.

Given that a dedicated ABS adapter for Flysystem is available, it should be available as a dedicated driver.

Driver details
Name: abs
Class: AbsDriver

Configuration options and their names are yet to be specified.

ABS adapter

Driver for Google Cloud Storage

Provide a new driver specifically for Google Cloud Storage (GCS) compatibility.

The currently included AWS S3 driver is somewhat compatible, but given that a dedicated GCS adapter for Flysystem is available, it should be available as a dedicated driver.

Driver details
Name: gcs
Class: GcsDriver

Configuration options and their names are yet to be specified.

GCS adapter

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.