Implementation of the Ponto API in PHP
You can find the development documentation here.
You can install the package via composer:
composer require alchemicstudio/ponto-php$skeleton = new AlchemicStudio\Ponto();
echo $skeleton->echoPhrase('Hello, AlchemicStudio!');The project uses Pest for testing. You can run the tests with:
composer testThe project uses PHPStan for static analysis. You can run the tests with:
composer stanPlease see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.