Skip to content

ArchPHP/doraemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

the ArchPHP/Doraemon project

  • Apparently, Doraemon is the robotic cat, who has lots of magic tools.
  • The PHP community needs such a cat desperately.
  • We hope our peer PHP developers would enjoy the tools this cat provides.

Getting Started

requires

  • php: >=7.0.0

Installation

 composer require archphp/doraemon

Usage

use ArchPHP\Doraemon\Basics\ArrayHelper;

$myArr = [ 
    NULL,
    false,
    0,
    "hello" => "",
    "world" => "world", 
    "", 
    []
];

print_r( ArrayHelper::compact($myArr) );

About

a robotic cat which provides lots of magic tools for PHP developers

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages