Packages from ayesh
-
PHP
ayesh/case-insensitive-array
Class to store and access data in a case-insensitive fashion, while maintaining the integrity and functionality of a regular array.
-
PHP
ayesh/composer-min-autoload
A Composer plugin to generate slightly minimal Autoloaders with a new `dump-min-autoload` command
-
PHP
ayesh/composer-preload
Preload your sweet sweet code to opcache with a composer command, making your code faster to run
-
PHP
ayesh/geo-ip
Fast IP to country lookup based on Maxmind Lite database, with no requirement for extension or binary database
-
ayesh/geo-ip-database
Weekly updated database of IP CIDR to Country codes, indexed by the first 1/4th of the IP address
-
-
-
PHP
ayesh/php-timer
High-resolution and monotonic stop-watch for all your needs. Supports timer start, pause, resume, stop, read, and minimal conversion.
-
-
PHP
ayesh/stateless-csrf
Secret-key based state-less CSRF token generator and validator for PHP 8. State-less means you do not have to store the CSRF token in session or database.
-
PHP
ayesh/wordpress-comment-form-csrf
Prevent Cross-Site Request Forgery attacks on your comments form.
-
PHP
ayesh/wordpress-password-hash
Wordpress plugin to change its password hashing mechanism with PHP native password_* set of functions.
-
PHP
ayesh/is_countable-polyfill
A trivial but working polyfill for PHP 7.3 is_countable function. Supports PHP versions >= 5.3
Abandoned! See symfony/polyfill-php73
-
PHP
ayesh/phptemplate
Lightweight, fast, and simple template engine that you write templates in PHP.
Abandoned!