wmsn-web/my-php-library-test

This is first testing library

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/wmsn-web/my-php-library-test

v1.0.2 2024-06-20 12:06 UTC

This package is auto-updated.

Last update: 2025-12-20 15:15:38 UTC


README

  • Create a file name stripe.php in your config folder.

composer require wmsn-web/my-php-library-test

    

	public function checkVal(string $value)
	{
		$val = strlen($value);
		return "Value length is ".$val;
	}
  • Open Controller directory add Controllers
  • Manage Callback Data