carry0987/utils
This Utils library provides a collection of static methods designed to help in various common tasks encountered in PHP development. From manipulating arrays and strings to handling date-time conversions and file paths, this library aims to be a handy tool for PHP developers.
时间:2024-04-04 04:09
oldpak/reflection
The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.
时间:2024-04-02 07:00
neoighodaro/unused-public
Detect unused public properties, constants and methods in your code
时间:2024-03-31 14:56
ngmy/unused-public
Detect unused public properties, constants and methods in your code
时间:2024-02-06 15:06
draculaid/phpmocker
Create mock class for final classes and traits; Create mock method for static, private and final methods
时间:2023-03-12 13:39
code-distortion/staticall
Run class methods both statically and non-statically
时间:2023-01-15 15:02
progest/twig-extension-callfunc
Twig extension to call PHP functions or static methods from templates
时间:2018-08-02 08:18
bnomei/kirby3-mobile-detect
Static Class and Page Methods for using Mobile Detect Lib
时间:2018-07-25 16:22
sevenecks/ansi
This package offers an API to colorize strings of text with various ANSI colors using static methods.
时间:2017-12-08 18:42
atrapalo/http
The HTTP class is a class with static methods for doing miscellaneous HTTP related stuff like date formatting, language negotiation or HTTP redirection.
时间:2015-03-02 15:38
cygnite/proxy
Cygnite Proxy Resolver Component. This package use for accessing non static methods statically.
时间:2014-11-29 14:39
pmigut/gtin-validator
This library is a set of static methods for GTIN validation. Methods return true if given string is publicly available GTIN-8, GTIN-12, GTIN-13 or GTIN-14 code. Checks include format, check digit and prefix.
时间:未知