jeremeamia

Seattle, WA, USA
 

Managed Projects

SuperClosure

  Analyzed about 2 hours ago

The SuperClosure is a wrapper for a regular PHP closure that allows serialization, code retrieval, and easy reflection. PHP closures cannot be serialized by normal means, so the SuperClosure enables serialization by using reflection and tokenizing/parsing to get all the information about the closure ... [More] it needs to recreate it. This is includes the actual code defining the function and the names and values of any variables in the use statement of the closure. [Less]

1.24K lines of code

0 current contributors

over 4 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

aws-sdk-for-php

  Analyzed 30 minutes ago

Official mirror of the AWS SDK for PHP. For more information on the AWS SDK for PHP, see our web site:

17K lines of code

0 current contributors

almost 11 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

PHPFunctionParser

  Analyzed 1 day ago

The PHP FunctionParser provides the ability to parse and retrieve the code defining an existing function, method, or closure as a string. This can be used in clever ways to generate documentation or example code or even to serialize a closure. The class also allows you to get information about ... [More] the function like the parameter names and the names and values of variables in the "use" statement of a closure. [Less]

1.35K lines of code

0 current contributors

over 10 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This