Skip to content

yelirekim/introspective

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introspective

This library aims to provide a convinient and efficient way to extract structured, arbitrary class metadata from any given PHP codebase. The main driver behind features is supplying this information to code completion plugins for various editors.

This package is in super early development and will make backwards incompatible changes frequently.

Usage

To get an autocomplete server running, you should need to do only the following:

git clone https://github.com/yelirekim/introspective.git
cd introspective
./bin/serve --address="yourserver.com" --port=8080 \
    --bootstrap="/path/to/yourbootstrap.php"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages