Skip to content

php-standard-library/php-standard-library.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Standard Library

PHP Standard Library ( a.k.a. Psl ), is a standard library for PHP, inspired by hhvm/hsl.

The goal of Psl is to provide a consistent, centralized, well-typed set of APIs for PHP programmers.

Installation

Supported installation method is via composer:

composer require azjezz/psl:^2.0

Psalm Integration ( recommended )

Psl provides an official Psalm plugin that provides further type enhancements:

composer require php-standard-library/psalm-plugin --dev && \
    php vendor/bin/psalm-plugin enable php-standard-library/psalm-plugin

About

PHP Standard Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages