Welcome to PHP++ documentation!
- PHP++ is a PHP library with this features:
Install only what you need: PHP++ is a set of reusable components
Work with objects, do not use functions (example:
fileatime()->FileUtils::getAccessedAt())Do not care about
E_NOTICEand it’s friends, all PHP errors are catched and replaced by an exceptionNo more problems with parameters position or multiple return types: everything is typed and errors are converted as exception
Replace
arraybyCollectionwith only one type allowed (example:StringCollection)
Compatibles PHP versions: from 7.4 to the latest.
Note
This project is under active development.
Components
Issues
If you find an issue, go to github.com/php-pp, select the component that has a problem
and create a ticket in the Issue tab.