Skip to content

andrewhathaway/ArrayToPathNamedObject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArrayToPathNamedObject

Converts arrays to objects, but concatenates paths with "_" instead of having object->object. Terrible project to name. Written originally for a friend who didn't want $obj->person->follower->photo. An exception will be thrown if conflicting keys are the conflicting.

###For example:

When we have $data['person']['follower']['photo'] we can access it like $obj->person_follower_photo. You can also pass JSON string in and it will return the object.

###Usage:

  • Can be installed via Composer.
require('ArrayToPathNamedObject.php');

try {
	$obj = new ArrayToPathNamedObject($json);
} catch(Exception $e) {
	die($e);
}

@andrewhathaway

About

Converts arrays to objects, but concatenates paths with _ instead of having object in object. Terrible to name, pointless to use.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages