Skip to content

Check PHP version support by statically analyzing code features

Notifications You must be signed in to change notification settings

rezen/php-version-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-version-detector

Detect PHP version code needs to run. Run code through ast and checks features/functions used.

Requirements

  • php7.x
  • php extenion ast github.com/nikic/php-ast
docker build -t php-version-detector .
docker run -t --rm -v $(pwd):/app php-version-detector /app/tests/ast-feed.php

Resources

About

Check PHP version support by statically analyzing code features

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published