foxworn3365/fluorine 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

foxworn3365/fluorine

最新稳定版本:v0.3

Composer 安装命令:

composer require foxworn3365/fluorine

包简介

A simple library in PHP for handling arrays and strings object oriented

README 文档

README

Speed up your development time with Fluorine: manage strings, arrays and objects quickly and in just a few lines!

PHP Vanilla

<?php
$array = [
  "foxworn3365",
  "paolo bonolis",
  "barbara d'urso",
  "jerry scotty",
  "pogiolo"
];

sort($array);

foreach ($array as $value) {
  // ..
}

Fluorine

<?php
new NextArray([
  "foxworn3365",
  "paolo bonolis",
  "barbara d'urso",
  "jerry scotty",
  "pogiolo"
])->sort()->foreach($value) {
  // ..
});

Everything in a few lines: connected, simple and optimized

Thanks to Fluorine you can save up to 15% of Ram in medium and large projects!

Why Fluorine is so ⚡fast?

Objects consume less memory than arrays (associative or otherwise): that's why Fluorine bases everything on objects!
Don't believe it? This is how an array is handled:

\Fluorine\ClearObjet(): {
  "0":"value1",
  "1":"value2",
  "2":"value3"
}

Installation

You can safely use composer to install this library:

composer require foxworn3365/fluorine

统计信息

  • 总下载量: 32
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-03-30