Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Satini_pvduc
/
daito-utils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
Satini_pvduc
2025-10-24 15:31:31 +0700
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
45f5be7ed2eef9638104700e5364aef6a7de11eb
45f5be7e
1 parent
67cd3bd6
update
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
composer.json
src/StringUtils.php
composer.json
View file @
45f5be7
{
"name"
:
"
pvduc/daito-uti
ls"
,
"name"
:
"
daitovn/too
ls"
,
"description"
:
"A description of your package"
,
"type"
:
"library"
,
"autoload"
:
{
"psr-4"
:
{
"
Pvduc
\\
DaitoUti
ls
\\
"
:
"src/"
"
DaitoVn
\\
Too
ls
\\
"
:
"src/"
}
},
"require"
:
{
...
...
src/StringUtils.php
View file @
45f5be7
<?php
namespace
Pvduc\DaitoUti
ls
;
namespace
DaitoVn\Too
ls
;
class
StringUtils
{
public
static
function
toUpper
(
$text
){
...
...
Please
register
or
sign in
to post a comment